Showing
2 changed files
with
5 additions
and
3 deletions
1 | +{{#couponData}} | ||
1 | {{#if couponsOne}} | 2 | {{#if couponsOne}} |
2 | {{#each coupons}} | 3 | {{#each coupons}} |
3 | <div class="coupon-center coupon-big" data-id = "{{id}}"> | 4 | <div class="coupon-center coupon-big" data-id = "{{id}}"> |
@@ -32,4 +33,5 @@ | @@ -32,4 +33,5 @@ | ||
32 | </div> | 33 | </div> |
33 | </div><!--/coupon-small--> | 34 | </div><!--/coupon-small--> |
34 | {{/each}} | 35 | {{/each}} |
35 | -{{/if}} | ||
36 | +{{/if}} | ||
37 | +{{/couponData}} |
@@ -28,7 +28,7 @@ | @@ -28,7 +28,7 @@ | ||
28 | .coupon-left .coupon-left-price .coupon-sign { | 28 | .coupon-left .coupon-left-price .coupon-sign { |
29 | font-size: 50px; | 29 | font-size: 50px; |
30 | float: left; | 30 | float: left; |
31 | - margin-top: 20px; | 31 | + margin-top: 25px; |
32 | width: 35px; | 32 | width: 35px; |
33 | } | 33 | } |
34 | 34 | ||
@@ -91,7 +91,7 @@ | @@ -91,7 +91,7 @@ | ||
91 | font-size: 42px; | 91 | font-size: 42px; |
92 | float: left; | 92 | float: left; |
93 | width: 33px; | 93 | width: 33px; |
94 | - margin-top: 10px; | 94 | + margin-top: 15px; |
95 | } | 95 | } |
96 | 96 | ||
97 | .coupon-left .coupon-left-price .coupon-price { | 97 | .coupon-left .coupon-left-price .coupon-price { |
-
Please register or login to post a comment