前言
如果想直接测试看效果,源码放在了文章的最后面,关键地方都有注释
应用场景:有一个按钮,点击弹出一个弹框,里面被放置一些内容,点击弹框本身弹框是不会被关闭的,但是点击弹框以为的遮罩层弹框就会被关闭
HTML部分
<!DOCTYPE html>
* {
margin: 0;
padding: 0
}
#branch {
width: 100%;
height: auto;
}
/* 按钮 */
#branch .branch-header button {
margin: 300px 600px;
}
/* 弹出框 */
#branch .branch-proup {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 10;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, .2);
border-radius: 5px 5px 0 0;
}
#branch .branch-proup-content {
position: fixed;
top: 50%;
left: 50%;
width: 320px;
height: 320px;
border: 1px solid #ccc;
margin-top: -160px;
margin-left: -160px;
background-color: #fff;
border-radius: 5px;
}
<!-- 弹出框 -->
<div class="branch-proup">
<div class="branch-proup-content">
<!-- 弹出框内容 -->
</div>
</div>
————————————————
原文链接:https://blog.csdn.net/weixin_43233914/article/details/85133839
如果文章或资源对您有帮助,欢迎打赏作者。一路走来,感谢有您!
txttool.com 说一段 esp56物联 查询128 IP查询