wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
fae48d1370dc69bb7141e26c2e0eb971ef45e929
Authored by
taiyuan
2021-04-17 11:17:42 +0800
1 parent
3277f795
分销首页增加下内边距
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
pages/distribution/distribution.wxss
pages/distribution/distribution.wxss
View file @
fae48d1
@@ -2,6 +2,10 @@ page {
@@ -2,6 +2,10 @@ page {
2
background-color: #f4f4f4;
2
background-color: #f4f4f4;
3
}
3
}
4
4
5
+.main {
6
+ padding-bottom: 88rpx;
7
+}
8
+
5
.main > view {
9
.main > view {
6
background-color: white;
10
background-color: white;
7
}
11
}