ios scroll-view设置fixed
<scroll-view scroll-y style="position: fixed;bottom:0;left:0;width:100%;background:red;height:400rpx;"> <view style="height:300rpx">123</view> <view style="height:300rpx">123</view> <view style="height:300rpx">123</view> <view style="position: fixed;bottom:0;left:0;top:0;width:100%;background:rgba(0,0,0,0.5);"></view> </scroll-view> scroll-view 在ios里面如果设置一个页面遮挡,如果scroll-view里面的内容高度不超过scroll-view高度,那么这个遮挡就是全屏,如果超过的话遮挡的高度只是scroll-view的高度