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
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
25277b58dfb8ee020de1397ce09d30acc5fcd9e7
2 parents
d7d14894
3e6ce781
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
8 deletions
static/sass/product/_detail.scss
template/m.yohobuy.com/actions/product/detail/index.phtml
static/sass/product/_detail.scss
View file @
25277b5
...
...
@@ -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
{
...
...
@@ -219,6 +220,7 @@ $basicBtnC:#eb0313;
.periodOfMarket
{
font-size
:
pxToRem
(
24px
);
float
:
right
;
color
:
#d0021b
;
h1
{
display
:
inline-block
;
line-height
:
pxToRem
(
88px
);
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
25277b5
...
...
@@ -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>
...
...
@@ -44,12 +44,12 @@
</div>
{
{/
goodsPrice
}
}
{
{#
periodOfMarket
}
}
{
{#
if
periodOfMarket
}
}
<div
class=
"periodOfMarket"
>
<h
1
>上市期:</h
1
>
<h
1
>
{
{
.
}
}</h
1
>
<h
1
>
{
{
peridOfMarket
}
}</h
1
>
</div>
{
{/
periodOfMarket
}
}
{
{/
if
}
}
</div>
{
{#
vipLevel
}
}
...
...
@@ -113,8 +113,8 @@
</div>
{
{/
enterStore
}
}
<div
id=
"productDesc"
></div>
<!--
{
{>
product/product-description
}
}
-->
<!--
<div
id=
"productDesc"
></div>
-->
{
{>
product/product-description
}
}
{
{>
product/recommend-for-you
}
}
{
{#cartInfo
}
}
...
...
Please
register
or
login
to post a comment