goods-items.css
1.15 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
.m-goods-items {
padding: 0 5px 5px;
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
}
.m-goods-items li {
float: left;
width: 110px;
padding: 0 5px 10px;
box-sizing: border-box;
}
.m-goods-items a {
display: block;
background-color: #fff;
padding-bottom: 5px;
position: relative;
}
.m-goods-items .hot {
position: absolute;
top: -1px;
right: 10px;
width: 20px;
height: 56px;
background: url(../images/icon_mark.png) 0 0 no-repeat;
background-size: 100%;
font-size: 0;
overflow: hidden;
}
.m-goods-items .pic {
display: block;
width: 100%;
height: 110px;
margin: 0 auto 5px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.m-goods-items h3 {
font-size: 13px;
padding: 0 5px;
font-weight: 700;
color: #333;
text-align: left;
line-height: 16px;
height: 32px;
overflow: hidden;
}
.m-goods-items em {
text-align: left;
display: block;
padding: 0 5px;
font-size: 13px;
font-weight: 700;
font-style: normal;
color: #FA4535;
}
.m-goods-items .origin-price {
font-size: 12px;
color: #bbb;
text-decoration: line-through;
}