_good.css
3.03 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
.good-info {
float: left;
width: 276px;
height: 506px;
margin: 10px 15px 40px 15px;
.tag-container {
height: 28px;
width: 100%;
overflow: hidden;
.good-tag {
display: block;
float: left;
height: 28px;
font-size: 18px;
text-align: center;
line-height: 28px;
box-sizing: border-box;
margin-right: 4px;
&:last-child {
margin-right: 0;
}
}
.new-tag {
width: 60px;
background-color: #78dc7e;
color: #fff;
}
.renew-tag {
width: 90px;
background-color: #78dc7e;
color: #fff;
}
.sale-tag {
width: 60px;
background-color: #ff575c;
color: #fff;
}
.new-festival-tag {
width: 90px;
background-color: #000;
color: #fff;
}
.limit-tag {
width: 100px;
border: 1px solid #000;
color: #000;
}
}
}
.good-detail-img {
position: relative;
height: 368px;
.good-islike {
position: absolute;
width: 60px;
height: 60px;
top: 0px;
right: 0px;
line-height: 60px;
font-size: 30px;
text-align: center;
color: #b0b0b0;
text-decoration: none;
}
.good-like {
color: #d72928;
}
img {
display: block;
width: 100%;
height: 368px;
}
.few-tag {
position: absolute;
bottom: 0;
width: 100%;
height: 28px;
background: #ffac5b;
font-size: 18px;
color: #fff;
line-height: 28px;
text-align: center;
}
}
.good-detail-text {
.name a {
display: block;
margin: 15px 0 10px;
min-height: 50px;
color: #444;
font-size: 22px;
line-height: 30px;
height: 60px;
padding: 5px 0; /* 商品标题限制行数的bug修复 增加元素的clientHeight */
}
.price {
line-height: 22px;
font-size: 22px;
.sale-price {
color: #d62927;
}
.sale-price.no-price {
color: #000;
}
.market-price {
margin: 0 0 0 5px;
color: #b0b0b0;
text-decoration: line-through;
}
.students-price-tag {
text-align: center;
background: resolve('product/price-tag.png') no-repeat center;
background-size: contain;
color: #fff;
font-size: 18px;
width: 77px;
height: 26px;
padding:2px 5px;
}
}
.student-price {
.market-price {
margin: 0px;
display: block;
font-size: 18px;
margin-top: 5px;
}
}
}
.goods-container {
position: relative;
padding-top: 8px;
padding-left: 15px;
min-height: 880px;
}