Merge remote-tracking branch 'origin/hotfix/cnpns6'
Showing
1 changed file
with
4 additions
and
4 deletions
@@ -30,13 +30,13 @@ | @@ -30,13 +30,13 @@ | ||
30 | 30 | ||
31 | .main-left { | 31 | .main-left { |
32 | float: left; | 32 | float: left; |
33 | - width: 450px; | 33 | + width: 80%; |
34 | height: 160px; | 34 | height: 160px; |
35 | } | 35 | } |
36 | 36 | ||
37 | .main-right-receive, .main-right-use, .main-right-go { | 37 | .main-right-receive, .main-right-use, .main-right-go { |
38 | float: right; | 38 | float: right; |
39 | - width: 113px; | 39 | + width: 19%; |
40 | height: 160px; | 40 | height: 160px; |
41 | position: relative; | 41 | position: relative; |
42 | 42 | ||
@@ -56,7 +56,7 @@ | @@ -56,7 +56,7 @@ | ||
56 | } | 56 | } |
57 | 57 | ||
58 | &.received { | 58 | &.received { |
59 | - width: 113px; | 59 | + width: 100%; |
60 | height: 132px; | 60 | height: 132px; |
61 | background-image: resolve('coupon/received.png'); | 61 | background-image: resolve('coupon/received.png'); |
62 | position: absolute; | 62 | position: absolute; |
@@ -65,7 +65,7 @@ | @@ -65,7 +65,7 @@ | ||
65 | } | 65 | } |
66 | 66 | ||
67 | &.zero { | 67 | &.zero { |
68 | - width: 111px; | 68 | + width: 100%; |
69 | height: 132px; | 69 | height: 132px; |
70 | background-image: resolve('coupon/zero.png'); | 70 | background-image: resolve('coupon/zero.png'); |
71 | position: absolute; | 71 | position: absolute; |
-
Please register or login to post a comment