Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
Lynnic
2015-12-05 20:34:26 +0800
Commit
403c7e2871f13c17e957ffeea4aa99c1add8f8b6
2 parents
64b2286b
5d7bb7fd
code reviewed by zhaobiao
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
static/sass/product/_product-description.scss
template/m.yohobuy.com/partials/layout/use.phtml
static/sass/product/_product-description.scss
View file @
403c7e2
...
...
@@ -162,10 +162,11 @@
.measurement-method
{
.detail
{
width
:
100%
;
margin-top
:
0
;
margin-bottom
:
0
;
img
{
width
:
100%
;
margin-top
:
pxToRem
(
18px
);
margin-right
:
pxToRem
(
28px
);
height
:auto
;
}
}
}
...
...
template/m.yohobuy.com/partials/layout/use.phtml
View file @
403c7e2
...
...
@@ -172,7 +172,7 @@
{{!-- 商品详情咨询 --}}
{{#if goodsConsultsPage}}
<script>
seajs.use('js/product/detail/
loadmore
');
seajs.use('js/product/detail/
comments-consults
');
</script>
{{/if}}
{{!-- 商品详情我要咨询 --}}
...
...
Please
register
or
login
to post a comment