xion 1fbf1b64d9 feat: 静态类中的函数继承范性
model onClose and ondestory函数
createDOMElemnet 从jsx
2024-09-21 17:40:53 +08:00

29 lines
379 B
CSS

#ui-modal-list {
position: relative;
}
.ui-modal-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 200;
}
.ui-modal-close {
display: none;
}
.ui-modal-mask {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 201;
}
.ui-modal-content {
position: fixed;
z-index: 202;
}