shop-list.css 2.06 KB
@import "./list.css";/*基类*/

.show-list-area .goods-list-box li{
	width: 445px;
	padding: 20px;
}
.shop-img{
	float: left;
	margin-right: 20px;
	text-align: center;
}
.shop-img img{
	width: 100px;
	height: 100px;
	display: block;
	margin-bottom: 10px;
}

.shop-info{
	overflow: hidden;
}
.show-list-area .goods-list-box .justify-tags{
	padding: 0;
}
.shop-info dt{
	font-family: '微软雅黑';
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shop-info dd {
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.shop-info dd span{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 60px;
	font-family: simsun;
	margin-right: 5px;
}
.im-icon{
	background: url(../../images/one-icon.png) -104px -47px no-repeat;
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 16px;
	height: 16px;
	vertical-align: top;
	cursor: pointer;
}
.hot-show .shop-img{
	float: none;
	display: inline-block;
	*display: inline;
	*zoom:1;
	margin-right: 0;
}
.hot-show .shop-img img{
	display: inline-block;
	*display: inline;
	*zoom:1;
}
.hot-item li{
	text-align: center;
}
.hot-item li p a{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	*display: inline;
	*zoom:1;
	max-width: 120px;
}
.dili-im a {
	color: #fff;
}
.search-bar .ep_qsearch {
  width: 369px !important;
}
.mini-im {
  vertical-align: top;
}
.conditions-list {
  position: relative;
}
.conditions-list .list-more{
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #999;
}
.conditions-list .list-more i{
	display: inline-block;
	*display: inline;
	*zoom:1;
	width: 16px;
	height: 16px;
	vertical-align: top;
	background: url('../../images/icon.png') -174px 6px no-repeat;
}

.conditions-list .list-more.up i{
	background-position: 3px -46px;
}

.shop-img {
  position: relative;
}
.sale-icon.saletag {
  background: #f60;
  width: 38px;
  height: 26px;
  line-height: 26px;
  top: 0;
  left: -2px;
}

/*响应式*/
@media screen and (max-width: 1280px){
	.show-list-area .goods-list-box li{
		width: 340px;
	}
}