Showing
1 changed file
with
5 additions
and
4 deletions
@@ -275,6 +275,7 @@ | @@ -275,6 +275,7 @@ | ||
275 | margin-top: 20px; | 275 | margin-top: 20px; |
276 | line-height: 32px; | 276 | line-height: 32px; |
277 | height: 64px; | 277 | height: 64px; |
278 | + font-family: PingFang-SC-Regular, sans-serif; | ||
278 | } | 279 | } |
279 | 280 | ||
280 | .price { | 281 | .price { |
@@ -287,19 +288,19 @@ | @@ -287,19 +288,19 @@ | ||
287 | 288 | ||
288 | .sale-price { | 289 | .sale-price { |
289 | color: #444; | 290 | color: #444; |
290 | - font-size: 22px; | 291 | + font-size: 20px; |
291 | line-height: 27px; | 292 | line-height: 27px; |
292 | float: left; | 293 | float: left; |
293 | - font-weight: 300; | 294 | + font-family: PingFang-SC-Regular, sans-serif; |
294 | } | 295 | } |
295 | 296 | ||
296 | .market-price { | 297 | .market-price { |
297 | color: #b0b0b0; | 298 | color: #b0b0b0; |
298 | - font-size: 22px; | 299 | + font-size: 20px; |
299 | line-height: 27px; | 300 | line-height: 27px; |
300 | float: left; | 301 | float: left; |
301 | margin-left: 10px; | 302 | margin-left: 10px; |
302 | - font-weight: 300; | 303 | + font-family: PingFang-SC-Regular, sans-serif; |
303 | } | 304 | } |
304 | 305 | ||
305 | .product-detail-imgbox { | 306 | .product-detail-imgbox { |
-
Please register or login to post a comment