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
2015-11-25 15:58:21 +0800
Commit
e833f3b8d0a7a1d76f0daf834263635376e1eaf4
1 parent
df5a5db4
fixed bugs in goods detail page
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
3 deletions
static/sass/product/_detail.scss
static/sass/product/_product-description.scss
template/m.yohobuy.com/partials/product/product-description.phtml
static/sass/product/_detail.scss
View file @
e833f3b
...
...
@@ -388,4 +388,5 @@ $basicBtnC:#eb0313;
}
}
@import
"comments-consults"
;
@import
"product-description"
;
\ No newline at end of file
@import
"product-description"
;
...
...
static/sass/product/_product-description.scss
View file @
e833f3b
.good-detail-page
{
.goods-desc
{
.service
{
width
:
pxToRem
(
4
89
px
);
width
:
pxToRem
(
4
94
px
);
height
:
pxToRem
(
28px
);
margin-top
:
pxToRem
(
22px
);
margin-left
:
pxToRem
(
40px
);
background
:
image-url
(
'product/service.png'
)
no-repeat
;
background-size
:
cover
;
}
.detail
{
background-color
:
$tableCellC
;
...
...
template/m.yohobuy.com/partials/product/product-description.phtml
View file @
e833f3b
{
{#goodsDescription
}
}
<div
class=
"goods-desc page-block"
>
<
img
class=
"service lazy"
data-original=
"http://static.dev.yohobuy.com/img/product/service.png"
alt=
""
>
<
div
class=
"service"
></div
>
<h
1
class=
"title"
>
{
{title
}
}
<span
class=
"en-title"
>
{
{enTitle
}
}</span>
...
...
Please
register
or
login
to post a comment