diff --git a/pages/cart/cart/cart.wxss b/pages/cart/cart/cart.wxss index 2f4dac1..9817577 100644 --- a/pages/cart/cart/cart.wxss +++ b/pages/cart/cart/cart.wxss @@ -346,3 +346,8 @@ radio { .title .english .esh { margin: 0rpx 15rpx; } + +page { + overflow-x: hidden; + padding-bottom: 100rpx; +} diff --git a/pages/goods/categoryList/categoryList.wxss b/pages/goods/categoryList/categoryList.wxss index 5ebac36..a717476 100644 --- a/pages/goods/categoryList/categoryList.wxss +++ b/pages/goods/categoryList/categoryList.wxss @@ -518,5 +518,10 @@ margin: auto; } + page { + overflow-x: hidden; + padding-bottom: 40rpx; + } + /* 风格三商品列表样式引入 */ @import "../goodsList/goodsList.wxss"; \ No newline at end of file diff --git a/pages/index/index/index.wxss b/pages/index/index/index.wxss index 8c7514a..087b2b7 100644 --- a/pages/index/index/index.wxss +++ b/pages/index/index/index.wxss @@ -908,4 +908,9 @@ .swiper{ height: 250rpx; padding-bottom:30rpx; +} + +page { + overflow-x: hidden; + padding-bottom: 120rpx; } \ No newline at end of file