Commit fae48d1370dc69bb7141e26c2e0eb971ef45e929

Authored by taiyuan
1 parent 3277f795

分销首页增加下内边距

pages/distribution/distribution.wxss
... ... @@ -2,6 +2,10 @@ page {
2 2 background-color: #f4f4f4;
3 3 }
4 4  
  5 +.main {
  6 + padding-bottom: 88rpx;
  7 +}
  8 +
5 9 .main > view {
6 10 background-color: white;
7 11 }
... ...