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
xuqi
9 years ago
Commit
ce57e3c879b14bdff166be5fbd9b1c949ea54583
2 parents
fd884d8a
7caa7633
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
static/sass/product/_detail.scss
template/m.yohobuy.com/actions/index/home/online-service.phtml
template/m.yohobuy.com/partials/product/product-description.phtml
static/sass/product/_detail.scss
View file @
ce57e3c
...
...
@@ -8,6 +8,7 @@ $basicBtnC:#eb0313;
.good-detail-page
{
overflow
:
hidden
;
background-color
:
#f0f0f0
;
.page-block
{
background-color
:
#fff
;
box-sizing
:
border-box
;
...
...
@@ -26,6 +27,11 @@ $basicBtnC:#eb0313;
font-size
:
pxToRem
(
18px
);
}
}
.pro-detail
{
margin-top
:
pxToRem
(
20px
);
margin-bottom
:
pxToRem
(
20px
);
}
.detail
{
margin-top
:
pxToRem
(
20px
);
margin-bottom
:
pxToRem
(
20px
);
...
...
template/m.yohobuy.com/actions/index/home/online-service.phtml
View file @
ce57e3c
...
...
@@ -32,7 +32,7 @@
</a>
</div>
<div
class=
"connect-item connect-tel"
>
<a
href=
"tel:400-889-964
9
"
title=
"电话客服"
>
<a
href=
"tel:400-889-964
6
"
title=
"电话客服"
>
<span
class=
"icon iconfont icon-tel"
>
63
e;</span>
电话客服
<p>
...
...
template/m.yohobuy.com/partials/product/product-description.phtml
View file @
ce57e3c
...
...
@@ -138,7 +138,7 @@
{
{{title
}
}}
<span
class=
"en-title"
>
{
{{enTitle
}
}}</span>
</h
1
>
<div
class=
"detail"
>
<div
class=
"
pro-
detail"
>
<p>
{
{{desc
}
}}</p>
{
{#list
}
}
<img
class=
"lazy"
data-original=
"{{img}}"
alt=
""
>
...
...
Please
register
or
login
to post a comment