Commit 6c8809fcd540f396ac10c459717f28a704f79b51
1 parent
7be95ce7
苹果手机不能滚动的样式修复
Showing
2 changed files
with
4 additions
and
2 deletions
pages/index/index/index.wxss
@@ -924,4 +924,5 @@ | @@ -924,4 +924,5 @@ | ||
924 | page { | 924 | page { |
925 | overflow-x: hidden; | 925 | overflow-x: hidden; |
926 | padding-bottom: 120rpx; | 926 | padding-bottom: 120rpx; |
927 | -} | ||
928 | \ No newline at end of file | 927 | \ No newline at end of file |
928 | +} | ||
929 | +.container{ overflow: hidden;} | ||
929 | \ No newline at end of file | 930 | \ No newline at end of file |
pages/template/index.wxss
@@ -908,4 +908,5 @@ | @@ -908,4 +908,5 @@ | ||
908 | .swiper{ | 908 | .swiper{ |
909 | height: 250rpx; | 909 | height: 250rpx; |
910 | padding-bottom:30rpx; | 910 | padding-bottom:30rpx; |
911 | -} | ||
912 | \ No newline at end of file | 911 | \ No newline at end of file |
912 | +} | ||
913 | +.container{ overflow: hidden;} | ||
913 | \ No newline at end of file | 914 | \ No newline at end of file |