article.css 1.38 KB
/* 
 *	文章页css添加
 *	2014/06/23
 *	fan.
 */

.g-article {
	margin: 20px 0 0 0;
	border: 1px solid #ccc; 
	background: #fff;
}
.g-relation {
	margin: 20px 0 0 0;
	border: 1px solid #ccc; 
	background: #fff;
}
.art-head {
	color: #666;
	font-size: 18px;
	font-weight: bold;
	padding: 20px 20px 0 20px;
}
.art-head:before {
	content: ' ';
	width: 0;
	height: 0;
	border-left: 8px solid #23ac38;
	margin-right: 10px;
	position: relative;
}
.art-body {
	padding: 20px;
	color: #666;
	line-height:24px;
}
.art-grey-head {
	background: #f6f6f6;
	font-size: 15px;
	font-weight: bold;
	font-family: '微软雅黑';
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
}
.g-relation ul li {
    float: left;
    padding: 0 32px 14px;
    position: relative;
    width: 410px;
}
.g-relation a {
	float:left;
    display: block;
    width: 210px;
    height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.g-relation span {
	margin-left:20px;
	float: right;
}
i.point {
	background-position: 0 0;
	height: 5px;
	left: 8px;
	position: absolute;
	top: 9px;
	width: 5px;
}
.season-recommend-bottom .goods-s-list {
	width: 740px;
	height: 168px;
	overflow: hidden;
	position: relative;
	z-index:8;
}
.season-recommend-bottom .goods-s-list ul {
	width: 1480px;
	position: relative;
}
.g-sidebar-flow {
	position: absolute;
	right: -7px;
	top: 20px;
	width: 70px;
	text-align: right;
}