碉堡了论坛

 找回密码
 立即注册
查看: 176|回复: 0

[游戏源码] 网站首页弹窗代码

[复制链接]

393

主题

439

帖子

1万

积分

超级版主

Rank: 8Rank: 8

积分
11154
QQ
发表于 2023-3-9 23:00:21 来自手机 | 显示全部楼层 |阅读模式
  1. <div class="web_notice" style="
  2.     position: fixed;
  3.     top: 0;
  4.     left: 0;
  5.     width: 100%;
  6.     height: 100%;
  7.     background: rgba(0,0,0,0.3);
  8.     z-index: 99999;
  9. ">
  10. <div style="
  11.     position: fixed;
  12.     top: 50%;
  13.     left: 50%;
  14.     width: 550px;
  15.     background: #FFF;
  16.     transform: translate(-50%, -50%);
  17.     border-radius: 40px;
  18.     padding: 50px 40px;
  19. ">
  20. <h3 style="
  21.     font-weight: bold;
  22.     text-align: center;
  23.     font-size: 30px;
  24. ">网站通知</h3>
  25. <div style="
  26.     font-size: 16px;
  27.     margin-top: 26px;
  28.     line-height: 30px;
  29.     color: #999;
  30. ">这里是弹窗内容哦</div><a style="
  31.     display: block;
  32.     background: #98a3ff;
  33.     color: #FFF;
  34.     text-align: center;
  35.     font-weight: bold;
  36.     font-size: 19px;
  37.     line-height: 60px;
  38.     margin: 0 auto;
  39.     margin-top: 45px;
  40.     border-radius: 32px;
  41.     width: 80%;
  42. " onclick="javascript:document.querySelector('.web_notice').remove()">我知道了</ a>
  43. </div>
  44. </div>
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?立即注册

x
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|手机版|小黑屋|碉堡了论坛 ( 粤ICP备2021165787号-1 )

GMT+8, 2024-10-18 16:35 , Processed in 0.077287 second(s), 33 queries .

Powered by Discuz! X3.4

Copyright © 2001-2020, dfer.top

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