From 50e8459bf6af98f799a88468a7ef53522ad49bbf Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Wed, 8 Jul 2020 15:11:55 +0800 Subject: [PATCH] 底部padding 确保显示 --- pages/cart/cart/cart.wxss | 5 +++++ pages/goods/categoryList/categoryList.wxss | 5 +++++ pages/index/index/index.wxss | 5 +++++ 3 files changed, 15 insertions(+), 0 deletions(-) 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 -- libgit2 0.21.4