@@ -272,8 +272,11 @@
.content {
width: 100%;
- height: 100%;
- position: relative;
+ height: 100%;
+ overflow-y: scroll;
+ position: relative;
+ padding-bottom: 60rpx;
+ box-sizing: border-box;
.topImg {