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
418bba277650085daa7201a191c8f807e49e2239
1 parent
559c9563
修复banner单张图片时的样式错误
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
418bba2
...
...
@@ -137,6 +137,12 @@ $basicBtnC:#eb0313;
background-color
:
#fff
;
// overflow: hidden;
}
.banner-top-single
{
height
:pxToRem
(
600px
)
;
width
:
pxToRem
(
448px
);
margin
:pxToRem
(
30px
)
pxToRem
(
72px
)
;
overflow
:
hidden
;
}
.banner-top
{
// width: 100%;
min-height
:
660rem
/
$pxConvertRem
;
...
...
Please
register
or
login
to post a comment