emergency.css 2.0 KB

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