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
lijing
2016-11-04 15:20:43 +0800
Commit
e760c8e5213d1b5d1bba577642574c1015cb0c87
1 parent
1f04593d
新增预售标签
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
0 deletions
apps/product/views/action/detail/detail.hbs
public/scss/product/detail/_detail.css
apps/product/views/action/detail/detail.hbs
View file @
e760c8e
...
...
@@ -21,6 +21,9 @@
{{#
is_soon_sold_out
}}
<p
class=
"good-tag soon-sold-out-tag"
>
即将售罄
</p>
{{/
is_soon_sold_out
}}
{{#
is_presell
}}
<p
class=
"good-tag is_presell"
>
预售
</p>
{{/
is_presell
}}
{{/
tags
}}
</div>
{{#
bannerTop
}}
...
...
public/scss/product/detail/_detail.css
View file @
e760c8e
...
...
@@ -185,6 +185,11 @@ $basicBtnC: #eb0313;
background-color
:
#ffac5b
;
color
:
#fff
;
}
.is_presell
{
background-color
:
#000
;
color
:
#fff
;
}
}
.banner-container
{
...
...
Please
register
or
login
to post a comment