6429ab88
 
  孙向锦
 
remove
 | 
1 
 | 
  .mb{width:100%;height:100%;background:rgba(0,0,0,0.5);position:fixed;top:0;}
 
 | 
725e1c03
 
  =
 
1、布置练习开发
 | 
2 
 | 
  .mb_box{background:#fff;width:500px;height:auto;max-height:600px;overflow:hidden;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;}
 
 | 
6429ab88
 
  孙向锦
 
remove
 | 
3
4
5
6
7
8
9 
 | 
  .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;}
  
 
 | 
3371dbc6
 
  孙向锦
 
0720 版本
 | 
10
11
12 
 | 
  .remove .mb_box{display:inline-block;height:150px;}
  .mb_content p{margin:0;}
  
 
 | 
8942b440
 
  孙向锦
 
提交code
 | 
13 
 | 
  .remove .mb_msg p{text-align: left;line-height: 40px;font-size: 20px;margin: 0;padding-left: 20px;}
 
 | 
6429ab88
 
  孙向锦
 
remove
 | 
14 
 | 
  .mb_content .mb_content_l{width:50%;float:left;margin-top:5%;}
 
 | 
8942b440
 
  孙向锦
 
提交code
 | 
15 
 | 
  .mb_content .mb_content_l a{width:50%;margin:0 auto;display:block;color:#fff;text-decoration:none;background:#fd8080;text-align:center;height:40px;line-height:40px;}
 
 | 
6429ab88
 
  孙向锦
 
remove
 | 
16
17 
 | 
  .mb_content .mb_content_r{width:50%;float:left;margin-top:5%;}
  .mb_content .mb_content_r a{width:50%;margin:0 auto;display:block;color:#fff;text-decoration:none;background:#3bc2d6;text-align:center;height:40px;line-height:40px;}
 
 |