m-hot.list.css 851 Bytes
/* 垂直显示商品样式 */
.hot-item {
	border: 1px solid #ddd;
	padding: 20px;
	background-color: #f9f9f9;
}
.hot-item h5 {
	text-align: center;
	position: relative;
	z-index: 1;
	background-color: #f9f9f9;
	margin: 0 40px;
	font-weight: normal;
	color: #666;
	font-size: 13px;
}
.hot-item .back-line {
	height: 3px;
	border-width: 1px 0;
	border-color: #ccc;
	border-style: solid;
	position: relative;
	top: -13px;
	*width: 150px;
}
.hot-item .hot-show {
    width: 100%;
	min-height: 120px;
	background: url(../../images/loading.gif) no-repeat center center;
}
.hot-item ul {
    position: relative;
	margin-top: -5px;
}
.hot-item li {
	width: 150px;
	padding: 20px 0;
	border-bottom: 1px dashed #ccc;
}
.hot-item .goods-info {
	padding-top: 10px;
}
.hot-item .goods-img img {
	width: 148px;
	border: 1px solid #ccc;
	background-color: #fff;
}