QimiSun
<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>

分类:

技术点:

相关文章:

  • 2021-07-12
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
  • 2021-09-12
  • 2021-12-04
  • 2022-03-10
  • 2022-12-23
猜你喜欢
  • 2021-12-04
  • 2021-12-04
  • 2021-10-02
  • 2021-07-18
  • 2021-06-03
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案