Showing
1 changed file
with
11 additions
and
9 deletions
@@ -416,16 +416,18 @@ | @@ -416,16 +416,18 @@ | ||
416 | } | 416 | } |
417 | } | 417 | } |
418 | } | 418 | } |
419 | + | ||
420 | + .goods-wrap { | ||
421 | + .goods-container { | ||
422 | + .good-info { | ||
423 | + width: 235px; | ||
424 | + height: auto; | ||
425 | + margin-bottom: 35px; | ||
426 | + } | ||
419 | 427 | ||
420 | - .goods-container { | ||
421 | - .good-info { | ||
422 | - width: 235px; | ||
423 | - height: auto; | ||
424 | - margin-bottom: 35px; | ||
425 | - } | ||
426 | - | ||
427 | - .good-detail-text { | ||
428 | - text-align: left; | 428 | + .good-detail-text { |
429 | + text-align: left; | ||
430 | + } | ||
429 | } | 431 | } |
430 | } | 432 | } |
431 | 433 |
-
Please register or login to post a comment