Blame view

WebRoot/static/css/mb_style.css 1.04 KB
6429ab88   孙向锦   remove
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  .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;}
  
  .remove .mb_box{display:table;padding-bottom:5%;}
  .mb_content .mb_content_l{width:50%;float:left;margin-top:5%;}
  .mb_content .mb_content_l a{width:50%;margin:0 auto;display:block;color:#fff;text-decoration:none;background:#3bc2d6;text-align:center;height:40px;line-height:40px;}
  .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;}