Showing
1 changed file
with
6 additions
and
1 deletions
@@ -44,6 +44,10 @@ | @@ -44,6 +44,10 @@ | ||
44 | 44 | ||
45 | &:before { | 45 | &:before { |
46 | content: '赠品'; | 46 | content: '赠品'; |
47 | + display: block; | ||
48 | + font-size: 12px; | ||
49 | + line-height: 25rem / $pxConvertRem; | ||
50 | + transform: scale(0.833); | ||
47 | } | 51 | } |
48 | } | 52 | } |
49 | 53 | ||
@@ -75,8 +79,9 @@ | @@ -75,8 +79,9 @@ | ||
75 | } | 79 | } |
76 | 80 | ||
77 | .price { | 81 | .price { |
82 | + margin-left: 10rem / $pxConvertRem; | ||
78 | font-size: 24rem / $pxConvertRem; | 83 | font-size: 24rem / $pxConvertRem; |
79 | - color: #000; | 84 | + color: #f1545b; |
80 | 85 | ||
81 | &.market-price { | 86 | &.market-price { |
82 | color: #999; | 87 | color: #999; |
-
Please register or login to post a comment