skycaiji/public/static/css/cpattern_easy.css

73 lines
1.4 KiB
PHP
Raw Normal View History

2019-09-25 07:45:58 +00:00
@CHARSET "UTF-8";
body{padding:0px;margin:0px;}
body>footer{display:none;}
body>.container-fluid{padding:0px;margin:0px;}
#wrapper{width:100%;overflow:hidden;}
#ifr_collector{
border:0;
float:left;
width:35%;
padding:0;
margin:0;
}
2022-12-08 02:47:39 +00:00
2019-09-25 07:45:58 +00:00
#box_guide{
padding:0;
margin:0;
2020-05-17 16:36:31 +00:00
margin-left:35%;
2022-12-08 02:47:39 +00:00
position:relative;
2019-09-25 07:45:58 +00:00
}
2022-12-08 02:47:39 +00:00
#box_resize{
border:0;
z-index:9999;
position:absolute;
top:48%;
left:-15.5px;
text-align:center;
font-size:14px;
opacity:0.7;
color:#555;
padding:0;
margin:0;
cursor:w-resize;
-moz-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
-khtml-user-select:none;
user-select:none;
}
#btn_resize .glyphicon{padding:0;line-height:inherit;}
.btn-resize-mousedown #btn_resize{position:absolute;padding:200px;left:-200px;top:-200px;}
.btn-resize-mousedown #btn_resize .glyphicon{color:#000;}
2022-09-09 08:36:08 +00:00
#ifr_browser_box{position:relative;}
2019-09-25 07:45:58 +00:00
#ifr_browser{
width:100%;
2022-09-09 08:36:08 +00:00
height:100%;
2019-09-25 07:45:58 +00:00
overflow:scroll;
border:0;
padding:0;
margin:0;
}
2022-12-08 02:47:39 +00:00
#ifr_loading{position:absolute;z-index:999;top:15px;left:10px;background:url('../images/loading.gif') no-repeat 5px 0px;width:37px;height:32px;}
2020-05-17 16:36:31 +00:00
@media(max-width:767px) {
#wrapper{overflow:auto;}
#ifr_collector {
width: 100%;
resize: none;
float: none;
resize:vertical;
}
#box_guide {
2022-09-09 08:36:08 +00:00
width: 100%;
2020-05-17 16:36:31 +00:00
background:#fefefe;
margin-left: 0;
padding: 5px;
}
2022-12-08 02:47:39 +00:00
#btn_resize{display:none;}
2022-09-09 08:36:08 +00:00
#ifr_browser{height:auto;}
2022-12-08 02:47:39 +00:00
2020-05-17 16:36:31 +00:00
}