Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -7,7 +7,7 @@ | @@ -7,7 +7,7 @@ | ||
7 | font-size: pxToRem(66px); | 7 | font-size: pxToRem(66px); |
8 | font-weight: bold; | 8 | font-weight: bold; |
9 | line-height: pxToRem(106px); | 9 | line-height: pxToRem(106px); |
10 | - letter-spacing: pxToRem(8px); | 10 | + // letter-spacing: pxToRem(8px); |
11 | } | 11 | } |
12 | 12 | ||
13 | .info { | 13 | .info { |
@@ -17,12 +17,12 @@ | @@ -17,12 +17,12 @@ | ||
17 | 17 | ||
18 | .dollar { | 18 | .dollar { |
19 | display: inline-block; | 19 | display: inline-block; |
20 | - margin-right: pxToRem(6px); | 20 | + // margin-right: pxToRem(6px); |
21 | vertical-align: middle; | 21 | vertical-align: middle; |
22 | width: pxToRem(24px); | 22 | width: pxToRem(24px); |
23 | height: pxToRem(24px); | 23 | height: pxToRem(24px); |
24 | background: image-url("me/yoho-coin/dollar.png") center center; | 24 | background: image-url("me/yoho-coin/dollar.png") center center; |
25 | - background-size: 100%; | 25 | + background-size: 100% 100%; |
26 | } | 26 | } |
27 | } | 27 | } |
28 | 28 |
-
Please register or login to post a comment