Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Plain Diff
Browse Files
Authored by
Lynnic
2015-12-03 21:29:23 +0800
Commit
c6cf3ed8f07dc2f3d0e561f5d5b6982e773a657f
2 parents
e103234c
e3894a47
Merge branch 'feature/detailFix' of git.dev.yoho.cn:web/yohobuy into feature/detailFix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
c6cf3ed
...
...
@@ -135,11 +135,20 @@ $basicBtnC:#eb0313;
// overflow: hidden;
}
.banner-top-single
{
height
:pxToRem
(
600px
)
;
width
:
pxToRem
(
448px
);
margin
:pxToRem
(
30px
)
pxToRem
(
72px
)
;
overflow
:
hidden
;
}
.banner-top-single
{
width
:
100%
;
height
:pxToRem
(
600px
)
;
img
{
display
:
block
;
height
:
100%
;
width
:
100%
;
}
}
.banner-top
{
// width: 100%;
min-height
:
660rem
/
$pxConvertRem
;
...
...
Please
register
or
login
to post a comment