微信小程序实现遮罩及阻止遮罩层下的页面滚动

实现遮罩效果 Html <view class='mask-view'> ... </view> CSS .mask-view { width: 100%; height: 100%; position: fixed; overflow: hidden; background-color: #ffffff; z-index: 999; top: 0; left:
相关文章
相关标签/搜索