shop-list.css
2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
@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;
}
}