Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Lynnic
9 years ago
Commit
48bccd077dd17f5086d3d14376ebe819c4102b72
1 parent
6fbd6ce1
修复单张图片无法居中的bug
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
static/sass/product/_detail.scss
static/sass/product/_detail.scss
View file @
48bccd0
...
...
@@ -135,10 +135,13 @@ $basicBtnC:#eb0313;
// overflow: hidden;
}
.banner-top-single
{
width
:
pxToRem
(
448px
);
margin
:pxToRem
(
30px
)
pxToRem
(
72px
)
;
margin
:
0
auto
;
overflow
:
hidden
;
img
{
width
:
pxToRem
(
448px
);
margin-top
:pxToRem
(
30px
)
;
margin-bottom
:pxToRem
(
30px
)
;
}
}
.banner-top
{
// width: 100%;
...
...
Please
register
or
login
to post a comment