遮罩层
#wxts {background:rgba(0,0,0,0.4) ; height:100vh; width: 100%;position: fixed;top: 0; z-index: 1111;}
.fx{ position:fixed;z-index:999; top:10px; left:4%; width:95%; }
<div id="wxts">
<div class="fx"><img src="/wxxz.png" border="0" width="100%" ></div>
</div>
禁止下拉显示网址
document.body.addEventListener('touchmove', function(e) {
e.preventDefault()
}, {passive: false})
网页全禁止了 仅适合单屏显示内容