Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
baoss
5 years ago
Commit
7f2ef78fb6d5b2162766803c10216af04b54a4de
1 parent
2cf59166
优化内容区显示 review by bevishuang
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
public/scss/layout/common.scss
public/scss/layout/common.scss
View file @
7f2ef78
...
...
@@ -31,6 +31,10 @@ body {
}
}
@mixin
content-padding
{
padding-bottom
:
34
PX
;
}
.iphonex-bottom-tab
{
&
:after
{
content
:
""
;
...
...
@@ -56,9 +60,11 @@ body {
.group
{
.tab-content
{
padding-bottom
:
34
PX
;
}
@include
content-padding
;
}
}
.js-tab-comp
{
@include
content-padding
;
}
}
button
,
...
...
Please
register
or
login
to post a comment