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
Email Patches
Plain Diff
Browse Files
Authored by
Lynnic
9 years ago
Commit
e3894a47c943239ad76bebf791cb88d3db5e4058
1 parent
f37fa35f
新品节bug修改
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 @
e3894a4
...
...
@@ -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