.masklayer{width: 100%; height: 100%; position: fixed; background: rgba(0,0,0,0.6); overflow: auto;}
.popup{min-height: 100%;}
.popup .main{padding-bottom: 1rem;}
.close{padding-bottom: .2rem; margin-top: -1rem; position: relative; clear: both; text-align: center;}
 
<div class="masklayer">
<div class="popup clearfix">
<div class="main">
qwew
</div>
</div>
<div class="close">close</div>
</div>

相关文章:

  • 2021-05-20
  • 2022-12-23
  • 2021-05-27
  • 2022-12-23
  • 2022-12-23
  • 2022-01-06
  • 2021-04-08
猜你喜欢
  • 2022-12-23
  • 2021-10-01
  • 2022-12-23
  • 2021-09-08
  • 2021-09-15
  • 2021-08-17
相关资源
相似解决方案