Showing
1 changed file
with
1 additions
and
2 deletions
@@ -43,8 +43,7 @@ | @@ -43,8 +43,7 @@ | ||
43 | 43 | ||
44 | span { | 44 | span { |
45 | // chrome 最小支持12px, 设计图是 10px ,用CSS3变换 | 45 | // chrome 最小支持12px, 设计图是 10px ,用CSS3变换 |
46 | - font-size: pxToRem(20px); | ||
47 | - @include transform(scale(0.5)); | 46 | + @include transform(scale(0.875)); |
48 | } | 47 | } |
49 | 48 | ||
50 | .sale-price { | 49 | .sale-price { |
-
Please register or login to post a comment