永胜网络个人资源分享
SEO交流

HTML/Xhtml

当前位置: 主页 > 建站教程 > 网页教程 > HTML/Xhtml

最简单弹窗显示源码

时间:2024-05-23 09:08:34|栏目:HTML/Xhtml|点击:

  1. <!doctype html>

<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: 320px; background: #FFF; transform: translate(-50%, -50%); border-radius: 40px; padding: 50px 40px;"> 

 <button style="position: absolute; top: 10px; right: 10px; background: none; border: none; font-size: 20px; cursor: pointer;" onclick="closePopup();">×</button> 

 <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;"> 

 &nbsp;&nbsp;&nbsp;&nbsp;网站提醒用户,在下载APP时要特别小心。尽管网站已经尽力确保APP在封包时的内容是安全和合法的,但无法控制APP在发布后的修改。用户应该自己承担下载和使用该APP的风险,并自行判断其内容是否安全、合适或符合自己的需求,请谨慎下载!<br><br> 

 <p><a style="display: block; text-align: center; font-weight: bold; font-size: 19px; line-height: 60px; margin: 0 auto; margin-top: 45px; border-radius: 32px; width: 80%;" onclick="closePopup();" rel='nofollow'>点击继续访问</a></p> 

 </div> 

 </div> 

 </div> 

 <script> 

 function closePopup() { 

 document.querySelector('.web_notice').style.display = 'none'; 

 } 

 </script> 

</html>

上一篇:超链接 a href 通过post方式提交表单的方法

栏    目:HTML/Xhtml

下一篇:暂无

本文标题:最简单弹窗显示源码

本文地址:https://www.iseoi.com/jianzhan/wangye/HTML_Xhtml/246.html

合作交流 | 联系我们 | 版权申明 | 网站地图

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:1635012237 | 邮箱:wys@wys111.com

Copyright © 2002-2021 永胜网络工作室 版权所有京ICP备12025446号-7