detail.css 2 KB
.guang-detail-c {
	width: 100%;
	overflow: hidden;
	padding-bottom: 30px;
}
.guang-detail-c .editor-info {
	width: 100%;
	height: 65px;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 20px;
}
.editor-info .pic {
	padding-top: 10px;
	width: 45px;
	height: 45px;
	float: left;
}
.editor-info .name {
	line-height: 65px;
	float: left;
	font-size: 14px;
	color: #000;
	padding-left: 20px;
}
.editor-info .intro {
	line-height: 65px;
	float: left;
	font-size: 14px;
	color: #b0b0b0;
	padding-left: 20px;
}
.article-info {
	padding: 10px 20px;
}
.article-info .name {
	line-height: 30px;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
.article-info .view-c {
	color: #b0b0b0;
	font-size: 12px;
	line-height: 30px;
}
.guang-content {
	padding: 0 20px 20px;
}
.guang-content p {
	padding: 5px 0;
}
.guang-content img {
	width: 100%;
}
.related-goods {
	padding: 0 20px;
	float: left;
}
.related-goods .good-item {
	border-top: 1px solid #e0e0e0;
	float: left;
	padding: 20px 0;
}
.related-goods .good-item .pic{
	width: 25%;
	float: left;
}
.related-goods .good-item .info{
	width: 70%;
	float: left;
	margin-left: 5%;
}
.related-goods .good-item .name{
	color: #000;
	padding: 10px 0;
	font-size: 14px;
	display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 25px;
}
.related-goods .good-item .price{
	color: #d62927;
	font-size: 14px;
}
.more-goods {
	height: 40px;
	line-height: 40px;
	clear: both;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	font-size: 16px;
	margin: 0 20px;
}
.recommend-goods {
	width: 100%;
	height: 133px;
	overflow-x: scroll;
    overflow-y: hidden;
}
.good-scroll {
	height: 133px;
	width: 20000px;
}
.recommend-goods .good-item {
	float: left;
	position: relative;
	width: 100px;
}
.recommend-goods .good-item .price{
	width: 100px;
	height: 20px;
	color: #fff;
	text-align: center;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #000;
	opacity: 0.7;
}