网站弹窗公告代码-html网页弹窗

网站弹窗公告代码-html网页弹窗

网站弹窗公告代码源码下载,适合网站首页公告,非常漂亮好看!

<!doctype html>  <!--左思资源网 molure.cn-->  <html lang="en">  <head>   <meta charset="UTF-8">   <title>网站首页弹窗公告代码</title>  </head>  <body>  <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;  ">来访问的请加QQ群:97588668(中专群)</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>  </div>  </body>  </html>

本站资源均来源于网络或网友投稿,部分资源未经测试,难免存在BUG,所有资源只限于学习研究,不得商用。如使用本站下载的资源造成任何损失或发生侵权行为,均与本站无关。如不接受本声明请勿下载!本站资源如有侵权,请联系QQ:497149677核实后立即删除!
最客资源网 » 网站弹窗公告代码-html网页弹窗