m-hot.list.css
851 Bytes
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
/* 垂直显示商品样式 */
.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;
}