小K娛樂網好看的原創彈窗公告代碼分享

廣告也精彩
小K娛樂網好看的原創彈窗公告代碼分享

源碼介紹

代碼用文檔方式給大家,直接插入到你們網站里面就行了,PC端和移動端都適用有點基礎的可以改下代碼讓他更好看!

<div class="web_notice" style="
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    z-index: 99999;
">
<div style="
    position: fixed;
    top: 50%;
    left: 50%;
    width: 550px;
    background: #FFF;
    transform: translate(-50%, -50%);
    border-radius: 40px;
    padding: 50px 40px;
">
<h3 style="
    font-weight: bold;
    text-align: center;
    font-size: 30px;
">網站通知</h3>
<div style="
    font-size: 16px;
    margin-top: 26px;
    line-height: 30px;
    color: #999;
">小高教學網已經正式更名為小高網,地址:www.gw54.com。也請各位廣大網友互相轉告,聯系客服QQ:995113774</div><a style="
    display: block;
    background: #98a3ff;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    font-size: 19px;
    line-height: 60px;
    margin: 0 auto;
    margin-top: 45px;
    border-radius: 32px;
    width: 80%;
" onclick="javascript:document.querySelector('.web_notice').remove()">我知道了</ a>
</div>
</div>
? 版權聲明

相關文章

暫無評論

none
暫無評論...