<!--index.wxml-->
<view class="container">
<web-view src="https://www.baidu.com" >
<cover-view class="close-view">
123123213213123123123213
</cover-view>
</web-view>
</view>
<!--index.wxss-->
.close-view{
position: fixed;
z-index: 99999;
top: 30rpx;
left: 45vw;
}
需要使用真机查看 开发者工具没有效果