Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-mobile
·
Commits
Go to a project
GitLab
Go to group
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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-06-26 18:45:55 +0800
Commit
7e0d50e9ffe6ed335e6486c7683037c3af3ad27b
1 parent
6eef7de6
修改大图图片尺寸造成的问题(加上图片高度)
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
mobile/public/js/data.js
mobile/public/sass/saunter/_article-type-one.scss
mobile/public/js/data.js
View file @
7e0d50e
...
...
@@ -30,6 +30,11 @@ module.exports = function(flag) {
}
},
{
bigImage
:
{
src
:
'http://img10.static.yhbimg.com/yhb-img01/2015/06/11/15/017b3fa0478e26a3ded2ac75d341fe3ab6.jpg?imageView/2/w/640/h/640'
}
},
{
text
:
{
deps
:
'测试商品组行为奇怪的问题'
}
...
...
mobile/public/sass/saunter/_article-type-one.scss
View file @
7e0d50e
...
...
@@ -6,4 +6,5 @@ $pxConvertRem : 40;
}
.article-type-one
.img
{
width
:
100%
;
height
:
640rem
/
$pxConvertRem
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment