點擊右上角,從瀏覽器打開 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>