12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- html,body{
- font-size: 12px; font-family:"微软雅黑"; color:#fff;
- width:100%; height:100%; margin:0; padding:0; overflow: hidden;
- }
- span{color:#fff;}
- .titleBar{ width:100%; height:30px; text-align:center; font-size:18px; font-weight:bold; line-height:30px; }
- .main_tab{ width:100%;}
- /* 查询按钮 */
- .search_emer_video{
- width:14px; height: 14px;
- cursor:pointer; float: left;
- position: fixed; top: 7px; left: 42px;
-
- }
- .search_emer_video:hover{ filter: alpha(opacity=70); }
- table{ border-spacing:0; }
- .sideBar{ width:350px; height:99%;}
- /* 树工具栏均显示在侧栏中 */
- .top_bar{ height:45%; width:100%; }
- .tree{ width:100%; height:90%;overflow-x:hidden; overflow-y:scroll;
- scrollbar-arrow-color: #f4ae21; /*三角箭头的颜色*/
- scrollbar-face-color: #333; /*立体滚动条的颜色*/
- scrollbar-3dlight-color: #666; /*立体滚动条亮边的颜色*/
- scrollbar-highlight-color: #666; /*滚动条空白部分的颜色*/
- scrollbar-shadow-color: #999; /*立体滚动条阴影的颜色*/
- scrollbar-darkshadow-color: #666; /*立体滚动条强阴影的颜色*/
- scrollbar-track-color: #666; /*立体滚动条背景颜色*/
- scrollbar-base-color:#f8f8f8; /*滚动条的基本颜色*/
- }
- /* 云台工具栏 */
- .bottom_bar{ width:100%; height:55%; text-align:center; overflow:auto; border-bottom-left-radius:35px; background-color:rgb(12, 97, 224); }
- /* 控制面板 */
- .triangle{
- position:fixed;
- float:left;
- z-index:9999;
- /* width:0; height:0; */
- /* border-left: 1px solid red;
- border-right: 13px solid transparent;
- border-top:13px solid red; */
- cursor:pointer;
- width:80px;
- height:5px;
- background-color:#ee684d;
- }
- /* .triangle:hover{ filter:alpha(opacity=70); } */
- .triangle:hover{ background-color:#2ab9dc; }
- /* 控制框 */
- .con_panl{ position: fixed; left:100px; top:70px;}
- .tab_unit{ background-color:rgb(52, 143, 226); width:100%; height:30px; }
- .unit_text{ margin:0 0 10px 10px; line-height:30px; }
- .yun{ background-color:rgb(52, 143, 226); width:350px; height:30px; }
- .fasten{ position:absolute; z-index:99; }
- .fimg{ margin:7px; right:20px; }
- .fimg:hover{ filter:alpha(opacity=70); cursor:pointer;}
|