Merge branch 'feature/cart' of git.yoho.cn:fe/yohobuywap-node into feature/cart
Showing
2 changed files
with
1 additions
and
4 deletions
@@ -6,11 +6,9 @@ | @@ -6,11 +6,9 @@ | ||
6 | {{#promotions}} | 6 | {{#promotions}} |
7 | <div class="promo-item" data-id="{{promotionId}}" data-title="{{promotionOriginTitle}}" data-type="{{promotionType}}" data-status="{{status}}"> | 7 | <div class="promo-item" data-id="{{promotionId}}" data-title="{{promotionOriginTitle}}" data-type="{{promotionType}}" data-status="{{status}}"> |
8 | <div class="info"><i class="iconfont cuxiao"></i>{{promotionTitle}}</div> | 8 | <div class="info"><i class="iconfont cuxiao"></i>{{promotionTitle}}</div> |
9 | - {{#if optTitle}} | ||
10 | <div class="opt to-gift"> | 9 | <div class="opt to-gift"> |
11 | <a href="javascript:;">{{optTitle}}</a><i class="iconfont to-arrow"></i> | 10 | <a href="javascript:;">{{optTitle}}</a><i class="iconfont to-arrow"></i> |
12 | </div> | 11 | </div> |
13 | - {{/if}} | ||
14 | </div> | 12 | </div> |
15 | {{/promotions}} | 13 | {{/promotions}} |
16 | <div class="down-arrow"> | 14 | <div class="down-arrow"> |
@@ -236,7 +236,6 @@ | @@ -236,7 +236,6 @@ | ||
236 | 236 | ||
237 | .activity-title { | 237 | .activity-title { |
238 | background-color: #fff; | 238 | background-color: #fff; |
239 | - border-top: 1PX solid #e0e0e0; | ||
240 | font-size: 32px; | 239 | font-size: 32px; |
241 | padding: 20px 20px 0; | 240 | padding: 20px 20px 0; |
242 | } | 241 | } |
@@ -265,7 +264,7 @@ | @@ -265,7 +264,7 @@ | ||
265 | padding: 20px; | 264 | padding: 20px; |
266 | border-top: 1px solid #e0e0e0; | 265 | border-top: 1px solid #e0e0e0; |
267 | font-size: 28px; | 266 | font-size: 28px; |
268 | - margin-bottom: 38px; | 267 | + margin-bottom: 20px; |
269 | 268 | ||
270 | .title { | 269 | .title { |
271 | display: inline-block; | 270 | display: inline-block; |
-
Please register or login to post a comment