Commit 50e8459bf6af98f799a88468a7ef53522ad49bbf

Authored by yvan.ni
1 parent 9a8faffa

底部padding 确保显示

pages/cart/cart/cart.wxss
... ... @@ -346,3 +346,8 @@ radio {
346 346 .title .english .esh {
347 347 margin: 0rpx 15rpx;
348 348 }
  349 +
  350 +page {
  351 + overflow-x: hidden;
  352 + padding-bottom: 100rpx;
  353 +}
... ...
pages/goods/categoryList/categoryList.wxss
... ... @@ -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 527 @import "../goodsList/goodsList.wxss";
523 528 \ No newline at end of file
... ...
pages/index/index/index.wxss
... ... @@ -908,4 +908,9 @@
908 908 .swiper{
909 909 height: 250rpx;
910 910 padding-bottom:30rpx;
  911 +}
  912 +
  913 +page {
  914 + overflow-x: hidden;
  915 + padding-bottom: 120rpx;
911 916 }
912 917 \ No newline at end of file
... ...