<style>
.shadow {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: black;
opacity: 0.4;
z-index: 999;
}
.modal, .editmodal {
position: fixed;
width: 400px;
height: 300px;
margin-left: -200px;
margin-top: -150px;
left: 50%;
top: 50%;
z-index: 1000;
background-color: white;
}
.hiden {
display: none;
}
</style>
转载于:https://www.cnblogs.com/QimiSun/p/10773725.html
本文提供了一段用于定义网页中模态框样式的CSS代码。该样式适用于创建固定位置、具有一定透明度背景的模态窗口,并且详细展示了如何设置宽度、高度及位置等属性。
735

被折叠的 条评论
为什么被折叠?



