Authored by 郝肖肖

'优惠券服务器渲染'

{{#couponData}}
{{#if couponsOne}}
{{#each coupons}}
<div class="coupon-center coupon-big" data-id = "{{id}}">
... ... @@ -32,4 +33,5 @@
</div>
</div><!--/coupon-small-->
{{/each}}
{{/if}}
\ No newline at end of file
{{/if}}
{{/couponData}}
\ No newline at end of file
... ...
... ... @@ -28,7 +28,7 @@
.coupon-left .coupon-left-price .coupon-sign {
font-size: 50px;
float: left;
margin-top: 20px;
margin-top: 25px;
width: 35px;
}
... ... @@ -91,7 +91,7 @@
font-size: 42px;
float: left;
width: 33px;
margin-top: 10px;
margin-top: 15px;
}
.coupon-left .coupon-left-price .coupon-price {
... ...