12345678910111213141516 |
- @CHARSET "UTF-8";
- /* 主容器 */
- *{margin: 0px;padding: 0px;font-family: "微软雅黑";font-size: 16px;}
- body,html{width: 100%;height: 100%;overflow: hidden; }
- .c_page_main{width: 100%;height: 100%;display: inline-block;overflow: hidden;/* background-color: #000000 */}
- .c_page_head{width: 100%;height: 30px;display: inline-block;text-align:center;color: white;}
- .c_page_chart{position: absolute;width: 100%;top: 30px;bottom: 0px;font-size: 22px}
- .c_index_iframe_content{position: absolute;top:50%;left: 50%;width: 1000px;height: 500px;
- margin-left: -500px;margin-top: -250px;display: inline-block;background-color: #ffffff}
- .c_index_detail_iframe{width: 100%;height: 100%;display: inline-block;background-color: transparent;border: none;background-color: #ffffff}
- .c_no_data_content{position:absolute;width: 100%;height: 100%;display: inline-block;}
- .c_no_data{top: 50%;left: 50%; margin-left: -100px;margin-top: 15px;height: 30px; width: 200px;color: #00FFE4; position: absolute; font-size: 18px }
- .c_box_title_desc{ width:100%; height:100%; text-align: center; color: #00FFE4; overflow: hidden; margin: auto; position: relative; }
- .cb_main_desc{ width: 85%; height: 55%; overflow: hidden; margin: auto 10%; position: absolute; top: 0; left: 0; bottom: 0; right: 0; }
- .cb_sub_desc{ width: 85%; height: 55%; overflow: hidden; margin: auto 10%; position: absolute; top: 10%; left: 0; bottom: 0; right: 0; }
|