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 17:44:46 +0800
Commit
af9f8a72707c8e8ba0fe5a620c507a8f9dcd3de7
1 parent
5ee3dc19
coupon-list-style
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
11 deletions
public/hbs/home/coupons-list.hbs
public/scss/home/coupons.page.css
public/hbs/home/coupons-list.hbs
View file @
af9f8a7
{{#
each
list
}}
<div
class=
"coupon-group"
data-coupon-id=
{{
couponId
}}
>
<div
class=
"coupon-group
{{#
isequalor
couponType
'5'
}}
usable-frees
{{/
isequalor
}}
"
data-coupon-id=
{{
couponId
}}
>
<div
class=
"coupon-header"
>
{{
couponDetailInfomation
}}
</div>
<div
class=
"coupon-content"
>
<div
class=
"coupon-content-group1"
>
...
...
public/scss/home/coupons.page.css
View file @
af9f8a7
...
...
@@ -170,16 +170,6 @@ $usable-frees-background-color: #444;
}
}
.coupon-tab2
{
.coupon-header
{
background-color
:
#b0b0b0
;
}
.coupon-content
{
border-top
:
2px
dashed
#b0b0b0
;
}
}
.coupon-not-result
{
width
:
100%
;
height
:
auto
;
...
...
Please
register
or
login
to post a comment