Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Lynnic
9 years ago
Commit
423b5e22582e677c62cd5feca0b94ab087a854db
1 parent
e96bde05
修改商品tag样式
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
static/sass/product/_detail.scss
template/m.yohobuy.com/actions/product/detail/index.phtml
static/sass/product/_detail.scss
View file @
423b5e2
...
...
@@ -100,8 +100,8 @@ $basicBtnC:#eb0313;
margin-left
:
.5px
;
font-size
:
pxToRem
(
23px
);
text-align
:
center
;
line-height
:
pxToRem
(
35px
);
padding
:
0
8px
;
line-height
:
pxToRem
(
33px
);
padding
:
0
5px
;
}
.new-tag
{
background-color
:
#78dc7e
;
...
...
@@ -121,6 +121,7 @@ $basicBtnC:#eb0313;
}
.limit-tag
{
border
:
1px
solid
#000
;
background-color
:
#fff
;
color
:
#000
;
}
.soonSoldOut-tag
{
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
423b5e2
...
...
@@ -2,7 +2,7 @@
<div
class=
"good-detail-page yoho-page"
>
<div
class=
"banner-container"
>
<div
class=
"tag-container"
>
<!--
<p
class=
"good-tag
soonSoldOut-tag"
>即将售罄
</p>
-->
<!--
<p
class=
"good-tag
new-tag"
>NEW
</p>
-->
{
{#
tags
}
}
{
{#
is_new
}
}
<p
class=
"good-tag new-tag"
>NEW</p>
...
...
Please
register
or
login
to post a comment