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
26aeed25ef30d2c9fce22c12bca4bf9359b4a978
1 parent
2dcfd872
增加vip图片和价格距离
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 @
26aeed2
...
...
@@ -253,6 +253,7 @@ $basicBtnC:#eb0313;
vertical-align
:
middle
;
display
:
inline-block
;
line-height
:
pxToRem
(
88px
);
padding-left
:
pxToRem
(
8px
);
}
.vip-img
{
width
:
pxToRem
(
53px
);
...
...
template/m.yohobuy.com/actions/product/detail/index.phtml
View file @
26aeed2
...
...
@@ -2,10 +2,10 @@
<div
class=
"good-detail-page yoho-page"
>
<div
class=
"banner-container"
>
<div
class=
"tag-container"
>
<
!--
<p
class=
"good-tag new-tag"
>NEW</p>
--
>
<
p
class=
"good-tag new-tag"
>NEW</p
>
{
{#
tags
}
}
{
{#
is_new
}
}
<
p
class=
"good-tag new-tag"
>NEW</p
>
<
!--
<p
class=
"good-tag new-tag"
>NEW</p>
--
>
{
{/
is_new
}
}
{
{#
is_advance
}
}
<p
class=
"good-tag renew-tag"
>再到着</p>
...
...
@@ -56,7 +56,7 @@
<ul
class=
"vip-level clearfix"
>
{
{#
list
}
}
<li
class=
"icons-item"
>
<span
class=
"vip-img"
style=
"background-size:co
ver
;"
>
<span
class=
"vip-img"
style=
"background-size:co
ntain
;"
>
</span>
<span
class=
"vip-price"
>
{
{text
}
}</span>
</li>
...
...
Please
register
or
login
to post a comment