HTML5 h5 微信 浮層 提示 點擊右上角,從瀏覽器打開 pop.png

 

點擊右上角,從瀏覽器打開 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>
相關文章
相關標籤/搜索