| 6429ab88  孙向锦
 
remove | 1
2
3
4
5
6
7
8
9 |   .mb{width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;top:0;}
  .mb_box{background:#fff;width:500px;height:auto;max-height:500px;overflow:hidden;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
  .mb_head{background:#01a5a6;}
  .mb_head p{margin:0;color:#fff;line-height:50px;text-align:center;font-size:20px;}
  .mb_head .close{position:absolute;right:20px;top:15px;width:20px;}
  .mb_head .close img{width:100%;}
  .mb_content{height:calc(100% - 50px);}
  .mb_content iframe{width:100%;height:100%;border:0;box-sizing:border-box;padding:12px;}
  
 |