Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2017-08-09 14:31:44 +0800
Commit
2195333381bea26520b0a12f31d0eb8848e1a848
1 parent
c28876d5
'优惠券服务器渲染'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
apps/product/views/partial/reds-shop/coupon.hbs
public/scss/product/shop/_shop-index-coupon.css
apps/product/views/partial/reds-shop/coupon.hbs
View file @
2195333
{{#
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
...
...
public/scss/product/shop/_shop-index-coupon.css
View file @
2195333
...
...
@@ -28,7 +28,7 @@
.coupon-left
.coupon-left-price
.coupon-sign
{
font-size
:
50px
;
float
:
left
;
margin-top
:
2
0
px
;
margin-top
:
2
5
px
;
width
:
35px
;
}
...
...
@@ -91,7 +91,7 @@
font-size
:
42px
;
float
:
left
;
width
:
33px
;
margin-top
:
1
0
px
;
margin-top
:
1
5
px
;
}
.coupon-left
.coupon-left-price
.coupon-price
{
...
...
Please
register
or
login
to post a comment