Showing
4 changed files
with
7 additions
and
3 deletions
@@ -20,7 +20,7 @@ | @@ -20,7 +20,7 @@ | ||
20 | <div class="use-coupon-btn"> | 20 | <div class="use-coupon-btn"> |
21 | <a href="{{appDownLoadLink}}">马上去Yoho!Buy有货使用</a> | 21 | <a href="{{appDownLoadLink}}">马上去Yoho!Buy有货使用</a> |
22 | </div> | 22 | </div> |
23 | - <span class="description iconfont">活动说明</span> | 23 | + <span class="description"></span> |
24 | </div> | 24 | </div> |
25 | 25 | ||
26 | <div class="coupon-centent"> | 26 | <div class="coupon-centent"> |
@@ -9,6 +9,7 @@ | @@ -9,6 +9,7 @@ | ||
9 | width: 100%; | 9 | width: 100%; |
10 | height: 100%; | 10 | height: 100%; |
11 | position: absolute; | 11 | position: absolute; |
12 | + background: #c4211a; | ||
12 | 13 | ||
13 | img { | 14 | img { |
14 | width: 100%; | 15 | width: 100%; |
@@ -18,7 +19,7 @@ | @@ -18,7 +19,7 @@ | ||
18 | 19 | ||
19 | .page { | 20 | .page { |
20 | width: 100%; | 21 | width: 100%; |
21 | - height: 100%; | 22 | + height: auto; |
22 | padding-bottom: 60px; | 23 | padding-bottom: 60px; |
23 | position: absolute; | 24 | position: absolute; |
24 | top: 0; | 25 | top: 0; |
@@ -38,6 +39,8 @@ | @@ -38,6 +39,8 @@ | ||
38 | margin-left: 30px; | 39 | margin-left: 30px; |
39 | margin-right: 30px; | 40 | margin-right: 30px; |
40 | background: #9d1a15; | 41 | background: #9d1a15; |
42 | + overflow: hidden; | ||
43 | + border-radius: 0.3rem; | ||
41 | } | 44 | } |
42 | 45 | ||
43 | .coupon-centent { | 46 | .coupon-centent { |
@@ -113,7 +116,7 @@ | @@ -113,7 +116,7 @@ | ||
113 | 116 | ||
114 | .coupon-description { | 117 | .coupon-description { |
115 | width: 100%; | 118 | width: 100%; |
116 | - height: 173px; | 119 | + height: 136px; |
117 | position: relative; | 120 | position: relative; |
118 | background: url("../img/coupon/coupon-footer.png"); | 121 | background: url("../img/coupon/coupon-footer.png"); |
119 | 122 | ||
@@ -176,6 +179,7 @@ | @@ -176,6 +179,7 @@ | ||
176 | font-size: 24px; | 179 | font-size: 24px; |
177 | color: #fff; | 180 | color: #fff; |
178 | margin: 0 40%; | 181 | margin: 0 40%; |
182 | + background: url("../img/coupon/activity-description.png"); | ||
179 | } | 183 | } |
180 | 184 | ||
181 | a { | 185 | a { |
-
Please register or login to post a comment