Commit 50e8459bf6af98f799a88468a7ef53522ad49bbf
1 parent
9a8faffa
底部padding 确保显示
Showing
3 changed files
with
15 additions
and
0 deletions
pages/cart/cart/cart.wxss
pages/goods/categoryList/categoryList.wxss
@@ -518,5 +518,10 @@ margin: auto; | @@ -518,5 +518,10 @@ margin: auto; | ||
518 | 518 | ||
519 | } | 519 | } |
520 | 520 | ||
521 | + page { | ||
522 | + overflow-x: hidden; | ||
523 | + padding-bottom: 40rpx; | ||
524 | + } | ||
525 | + | ||
521 | /* 风格三商品列表样式引入 */ | 526 | /* 风格三商品列表样式引入 */ |
522 | @import "../goodsList/goodsList.wxss"; | 527 | @import "../goodsList/goodsList.wxss"; |
523 | \ No newline at end of file | 528 | \ No newline at end of file |
pages/index/index/index.wxss
@@ -908,4 +908,9 @@ | @@ -908,4 +908,9 @@ | ||
908 | .swiper{ | 908 | .swiper{ |
909 | height: 250rpx; | 909 | height: 250rpx; |
910 | padding-bottom:30rpx; | 910 | padding-bottom:30rpx; |
911 | +} | ||
912 | + | ||
913 | +page { | ||
914 | + overflow-x: hidden; | ||
915 | + padding-bottom: 120rpx; | ||
911 | } | 916 | } |
912 | \ No newline at end of file | 917 | \ No newline at end of file |