点击右上角,从浏览器打开 pop.png浏览器
<style> .pop { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: rgba(0,0,0,.7); z-index: 999; } </style> <div class="pop none" id="divpop" style="display: block;"> <img src="./img/pop.png" alt="" style='width:50%; margin-left: 45%;'> </div>