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
3e6ce781f6f94fdfb338dd4d2e9d3ac038aa1134
1 parent
b5a58c46
修改上市日期的颜色、修改页面逻辑为非预售商品不显示上市日期
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
static/sass/product/_detail.scss
template/m.yohobuy.com/actions/product/detail/index.phtml
static/sass/product/_detail.scss
View file @
3e6ce78
...
...
@@ -220,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 @
3e6ce78
...
...
@@ -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