m-goods.list.css 2.81 KB
.goods-list-box {
	position: relative;
	z-index: 30;
}
.goods-list-box li{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 230px;
	border: 1px #ccc solid;
	margin-top: 20px;
	background: #fff;
}
.goods-list-box li:hover{
	border: 1px #666 solid;
	box-shadow: 5px 5px 0 #b2b2b2;
}
.goods-list-box .goods-img{
	display: block;
	text-align: center;
	margin: 20px 20px 0 20px;
	height: 190px;
    position: relative;
}
.goods-img img{
	max-width: 100%;
}
.goods-list-box .goods-info{
	display: block;
	padding: 10px 20px 20px 20px;
}
.goods-price{
    position: relative;
	color: #de0000;
  font: 16px/1 'Microsoft YaHei';
	cursor: default;
    z-index: 1;
}
.goods-price b {
  font-weight: 400;
}
.goods-list-box .goods-price del{
	color: #666;
	font-size: 12px;
	margin-left: 5px;
}
.goods-name{
	color: #666;
	margin: 10px 0;
	height: 30px;
	line-height: 15px;
	overflow: hidden;
	text-align: left;
}
.goods-list-box .goods-sales{
	background: #f9f9f9;
	color: #999;
	padding: 10px 0;
}
.sale-icon {
    display: block;
	position: absolute;
	width: 42px;
    height: 44px;
	background: url('../../images/one-icon.png') no-repeat -145px -67px;
    left: -12px;
	top: -24px;
    color: #fff;
    overflow: hidden;
    cursor: default;
}
/* add in 14/10/28 */
.goods-price span{
	font-size: 13px;
}
.goods-type-self,
.goods-type-market {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.goods-type-self a {
	color: #78ad26;
}
.goods-type-market a {
	color: #005ea7;
}
.show-list-area i,
.goods-info i {
	background-image: url(../../images/one-icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 18px;
	height: 20px;
	*height: 16px;
	vertical-align: middle;
}
.goods-type-self i {
	background-position: -16px 0;
}
.goods-type-market i {
	background-position: -34px 0;
}
.goods-info a:hover {
	text-decoration: underline;
} 
.goods-list-cell {
    width: 18%;
    float: left;
    margin: 0 1%;
}
.goods-list-cell p {
    margin: 10px 0 5px 0;
    height: 36px;
    overflow: hidden;
}
.goods-list-cell span {
    color: #f60;
    font-weight: bold;
    font-size: 14px;
    font-family: "Microsoft YaHei";
}
.goods-list-cell img {
    width: 100%;
}

.goods-more {
	margin-top: 20px;
	border: 1px #ddd solid;
	padding: 20px 0 20px 20px;
	width: auto;
}
.goods-more .justify-list {
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 0 5px 5px 0;
}
.goods-more .goods-list-box li {
	margin-right: 19px;
	float: left;
	width: 216px;
	border: 0;
}
.goods-more .goods-list-box .goods-img{
	height: 216px;
}
.goods-more .head{
	border-bottom: 0;
	height: auto;
	font-size: 14px;
	font-weight: 700;
}

@media screen and (max-width: 1200px){
	.goods-list-box li{
		width: 180px;
	}
	.goods-list-box .goods-img{
		height: 104px;
	}
	.sale-icon{
		left: -2px;
		top: -14px;
	}
}