找回密码
 立即注册
搜索
查看: 4548|回复: 0

网站弹窗公告代码

[复制链接]
8888
灌水成绩
11841
18
2032187
主题
帖子
积分

等级头衔

ID : 1

管理员

积分成就 威望 : 999999
贡献 : 9999
下载币 : 10331
在线时间 : 768 小时
注册时间 : 2025-4-1
最后登录 : 2025-9-3

发表于 2025-4-14 00:59:11 | 显示全部楼层 |阅读模式 IP:广东
网站弹窗公告代码

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.         <meta charset="UTF-8">
  5.         <title>网站首页弹窗公告代码</title>
  6. </head>
  7. <body>
  8. <div class="web_notice" style="
  9.     position: fixed;
  10.     top: 0;
  11.     left: 0;
  12.     width: 100%;
  13.     height: 100%;
  14.     background: rgba(0,0,0,0.3);
  15.     z-index: 99999;
  16. ">
  17. <div style="
  18.     position: fixed;
  19.     top: 50%;
  20.     left: 50%;
  21.     width: 550px;
  22.     background: #FFF;
  23.     transform: translate(-50%, -50%);
  24.     border-radius: 40px;
  25.     padding: 50px 40px;
  26. ">
  27. <h3 style="
  28.     font-weight: bold;
  29.     text-align: center;
  30.     font-size: 30px;
  31. ">网站通知</h3>
  32. <div style="
  33.     font-size: 16px;
  34.     margin-top: 26px;
  35.     line-height: 30px;
  36.     color: #999;
  37. ">来访问的</div><a style="
  38.     display: block;
  39.     background: #98a3ff;
  40.     color: #FFF;
  41.     text-align: center;
  42.     font-weight: bold;
  43.     font-size: 19px;
  44.     line-height: 60px;
  45.     margin: 0 auto;
  46.     margin-top: 45px;
  47.     border-radius: 32px;
  48.     width: 80%;
  49. " onclick="javascript:document.querySelector('.web_notice').remove()">我知道了</ a>
  50. </div>

  51. </div>
  52. </div>
  53. </body>
  54. </html>
复制代码


公告
帖子地址打造全网最多免费游戏网站
今日来客 列表模式
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

本站已运行

QQ|Archiver|手机版|小黑屋|蔡州手游 |网站地图

GMT+8, 2025-9-3 11:41

蔡州手游©2013-2025

快速回复 返回顶部 返回列表