Commit 6c8809fcd540f396ac10c459717f28a704f79b51

Authored by yvan.ni
1 parent 7be95ce7

苹果手机不能滚动的样式修复

pages/index/index/index.wxss
... ... @@ -924,4 +924,5 @@
924 924 page {
925 925 overflow-x: hidden;
926 926 padding-bottom: 120rpx;
927   -}
928 927 \ No newline at end of file
  928 +}
  929 +.container{ overflow: hidden;}
929 930 \ No newline at end of file
... ...
pages/template/index.wxss
... ... @@ -908,4 +908,5 @@
908 908 .swiper{
909 909 height: 250rpx;
910 910 padding-bottom:30rpx;
911   -}
912 911 \ No newline at end of file
  912 +}
  913 +.container{ overflow: hidden;}
913 914 \ No newline at end of file
... ...