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
2015-11-25 16:41:32 +0800
Commit
2086efacfa18ddad8193fc720b8aebe03b89ca3d
2 parents
a4e6b296
6c8c6797
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Show whitespace changes
Inline
Side-by-side
Showing
5 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
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/models/home/Online.php → yohobuy/m.yohobuy.com/application/models/Home/Online.php
static/sass/product/_detail.scss
View file @
2086efa
...
...
@@ -389,3 +389,4 @@ $basicBtnC:#eb0313;
}
@import
"comments-consults"
;
@import
"product-description"
;
...
...
static/sass/product/_product-description.scss
View file @
2086efa
.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 @
2086efa
{
{#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>
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
2086efa
...
...
@@ -323,7 +323,7 @@ class HomeController extends AbstractAction
$this
->
_view
->
display
(
'online-service'
,
array
(
'onlineServicePage'
=>
true
,
//
'pageFooter' => true,
'pageFooter'
=>
true
,
'service'
=>
$service
));
}
...
...
yohobuy/m.yohobuy.com/application/models/
h
ome/Online.php → yohobuy/m.yohobuy.com/application/models/
H
ome/Online.php
View file @
2086efa
Please
register
or
login
to post a comment