Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
8c9cc1f4b0a518fb43590db1ad1816e641126e7f
2 parents
7dc20804
7403f155
Merge branch 'develop/wap' into beta/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
static/sass/product/_detail.scss
template/m.yohobuy.com/actions/product/detail/index.phtml
static/sass/product/_detail.scss
View file @
8c9cc1f
...
...
@@ -510,6 +510,9 @@ $basicBtnC:#eb0313;
&
.sold-out
{
background-color
:
#f58189
;
}
&
.sold-out.limit
{
background-color
:
#ccc
;
}
}
.num-tag
{
display
:
block
;
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
8c9cc1f
...
...
@@ -148,7 +148,7 @@
{
{/if
}
}
{
{#if
limitNotForSale
}
}
<a
href=
"javascript:;"
class=
"sold-out"
>即将开售</a>
<a
href=
"javascript:;"
class=
"sold-out
limit
"
>即将开售</a>
{
{/if
}
}
{
{#if
canBuyLimit
}
}
...
...
@@ -156,7 +156,7 @@
{
{/if
}
}
{
{#if
noLimitCode
}
}
<a
href=
"javascript:;"
class=
"sold-out"
>立即购买</a>
<a
href=
"javascript:;"
class=
"sold-out
limit
"
>立即购买</a>
{
{/if
}
}
<input
type=
"hidden"
id=
"limitCodeUrl"
name=
"limitCodeUrl"
value=
"{{limitCodeUrl}}"
>
<input
type=
"hidden"
id=
"limitProductPay"
name=
"limitProductPay"
value=
"{{limitProductPay}}"
>
...
...
Please
register
or
login
to post a comment