微信瀏覽器裏的html應用彈出「點擊右上角分享到朋友圈」的圖片

 

 

<a href="javascript:;" onclick="document.getElementById('mcover').style.display='block';">分享到朋友圈</a> <div id="mcover" onclick="document.getElementById('mcover').style.display='';" style="display: none;">      <img src="https://oscimg.oschina.net/oscnet/fd2170a448e37826ae9f4d7088f287b8f24.jpg"> </div>

 

#mcover {

    position:fixed;

    top:0;

    left:0;

    width:100%;

    height:100%;

    background:rgba(0, 0, 0, 0.7);

    display:none;

    z-index:20000;} #mcover img {

    position:fixed;

    right:18px;

    top:5px;

    width:260px;

    height:180px;

    z-index:999;}
相關文章
相關標籤/搜索