Showing
1 changed file
with
7 additions
and
6 deletions
@@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
17 | 17 | ||
18 | .coupon-left { | 18 | .coupon-left { |
19 | position: absolute; | 19 | position: absolute; |
20 | - margin-top: 10px; | 20 | + margin: 10px 0; |
21 | } | 21 | } |
22 | 22 | ||
23 | .coupon-left .coupon-left-price { | 23 | .coupon-left .coupon-left-price { |
@@ -37,17 +37,17 @@ | @@ -37,17 +37,17 @@ | ||
37 | font-size: 22px; | 37 | font-size: 22px; |
38 | line-height: 35px; | 38 | line-height: 35px; |
39 | display: inline-block; | 39 | display: inline-block; |
40 | - width: 210px; | 40 | + width: 200px; |
41 | } | 41 | } |
42 | 42 | ||
43 | .coupon-right { | 43 | .coupon-right { |
44 | width: 20px; | 44 | width: 20px; |
45 | font-size: 22px; | 45 | font-size: 22px; |
46 | - right: 28px; | 46 | + right: 18px; |
47 | position: absolute; | 47 | position: absolute; |
48 | height: inherit; | 48 | height: inherit; |
49 | line-height: 25px; | 49 | line-height: 25px; |
50 | - padding: 10px 0; | 50 | + padding: 10px; |
51 | } | 51 | } |
52 | } | 52 | } |
53 | 53 | ||
@@ -85,16 +85,17 @@ | @@ -85,16 +85,17 @@ | ||
85 | font-size: 18px; | 85 | font-size: 18px; |
86 | display: inline-block; | 86 | display: inline-block; |
87 | margin-top: -10px; | 87 | margin-top: -10px; |
88 | + width: 138px; | ||
88 | } | 89 | } |
89 | 90 | ||
90 | .coupon-right { | 91 | .coupon-right { |
91 | width: 20px; | 92 | width: 20px; |
92 | font-size: 18px; | 93 | font-size: 18px; |
93 | - right: 17px; | 94 | + right: 7px; |
94 | position: absolute; | 95 | position: absolute; |
95 | height: inherit; | 96 | height: inherit; |
96 | line-height: 25px; | 97 | line-height: 25px; |
97 | - padding: 10px 0; | 98 | + padding: 10px; |
98 | } | 99 | } |
99 | } | 100 | } |
100 | } | 101 | } |
-
Please register or login to post a comment