|
@@ -151,6 +151,45 @@ |
|
@@ -151,6 +151,45 @@ |
151
|
}
|
151
|
}
|
152
|
}
|
152
|
}
|
153
|
}
|
153
|
}
|
|
|
154
|
+
|
|
|
155
|
+ .good-detail-img {
|
|
|
156
|
+ // position: relative;
|
|
|
157
|
+ //height: 368rem / $pxConvertRem;
|
|
|
158
|
+
|
|
|
159
|
+ //.good-islike {
|
|
|
160
|
+ // position: absolute;
|
|
|
161
|
+ // width: 60rem / $pxConvertRem;
|
|
|
162
|
+ // height: 60rem / $pxConvertRem;
|
|
|
163
|
+ // top: 0rem / $pxConvertRem;
|
|
|
164
|
+ // right: 0rem / $pxConvertRem;
|
|
|
165
|
+ // line-height: 60rem / $pxConvertRem;
|
|
|
166
|
+ // font-size: 30rem / $pxConvertRem;
|
|
|
167
|
+ // text-align: center;
|
|
|
168
|
+ // color: #b0b0b0;
|
|
|
169
|
+ // text-decoration: none;
|
|
|
170
|
+ //}
|
|
|
171
|
+ //
|
|
|
172
|
+ //.good-like {
|
|
|
173
|
+ // color: #d72928;
|
|
|
174
|
+ //}
|
|
|
175
|
+ //img {
|
|
|
176
|
+ // display: block;
|
|
|
177
|
+ // width: 100%;
|
|
|
178
|
+ // height: 368rem / $pxConvertRem;
|
|
|
179
|
+ //}
|
|
|
180
|
+
|
|
|
181
|
+ .few-tag {
|
|
|
182
|
+ position: absolute;
|
|
|
183
|
+ bottom: 0;
|
|
|
184
|
+ width: 100%;
|
|
|
185
|
+ height: 28rem / $pxConvertRem;
|
|
|
186
|
+ background: #ffac5b;
|
|
|
187
|
+ font-size: 18rem / $pxConvertRem;
|
|
|
188
|
+ color: #fff;
|
|
|
189
|
+ line-height: 28rem / $pxConvertRem;
|
|
|
190
|
+ text-align: center;
|
|
|
191
|
+ }
|
|
|
192
|
+ }
|
154
|
}
|
193
|
}
|
155
|
|
194
|
|
156
|
.shopping-cart-good:last-child {
|
195
|
.shopping-cart-good:last-child {
|