b0f3bae1a8925b04a9dab25a4c74ee51c7f1c5eb.svn-base 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. @CHARSET "UTF-8";
  2. html,body{height: 460px;width: 100%; margin:0; padding:0; }
  3. .float_right{ float:right; }
  4. .float_left{ float:left; }
  5. .hidden_yes{ display: none;}
  6. .lwh{ width:0; height:0; }
  7. .c_main_content{width: 100%;height: 460px;display: inline-block;overflow: hidden;}
  8. #bd_map{ width:100%; height:460px; }
  9. /* 查看预警与响应按钮 */
  10. .ewer_btn{ width:45px; height:45px; position: absolute; top: 19px; left:75px; cursor:pointer;}
  11. .ewer_off{ background:url("/nwyj/images/cockpit/mapbtn/ewer.png")no-repeat -1px -1px; }
  12. .ewer_on{ background:url("/nwyj/images/cockpit/mapbtn/eweractive.png")no-repeat -1px -1px; }
  13. /* 查看图表的外面圆按钮 */
  14. .char_btn{ width:52px; height:52px; position:absolute; top:20px; left:20px; cursor:pointer; }
  15. .char_btn:hover .char_btn_box {
  16. box-shadow: 3px 3px 3px rgba(0, 0, 0, .5);
  17. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  18. .char_btn:active .char_btn_box .corner{ background-color: #aaa; border-color: #aaa; }
  19. .char_btn_box{
  20. width:32px; height:32px; position:absolute; top:10px; right:10px; z-index:20;
  21. background-color:#a7a9a9;
  22. background: rgba(54, 54, 54, .5);
  23. box-shadow:3px 3px 3px rgba(0, 0, 0, .5);
  24. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  25. .corner{ position:absolute; width:4px; height:4px; background-color:#91DE87; border: 1px solid #91DE87;
  26. left: 9px; top: 9px}
  27. .corner_tl{ border-top-left-radius:2px; border-top-right-radius:2px; border-bottom-left-radius:2px;
  28. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  29. .corner_tr{ left: 17px; background-color: #F6CB4C; border-color: #F6CB4C; border-top-left-radius: 2px;
  30. border-top-right-radius: 2px; border-bottom-right-radius: 2px;
  31. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc); }
  32. .corner_bl{
  33. top: 17px; background: none !important; border-color: #61BDED; border-top-left-radius: 2px;
  34. border-bottom-left-radius: 2px; border-bottom-right-radius: 2px;
  35. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  36. .corner_br{
  37. left: 17px; top: 17px; background-color: #E69D9E; border-color: #E69D9E; border-top-right-radius: 2px;
  38. border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  39. .char_btn_box:hover .char_btn_box_click, .char_btn_box_click {
  40. border: 2px solid #fff; border-width: 2px 2px 0; width: 32px;
  41. height: 30px; left: 7px; bottom: 7px;
  42. background-color:#a7a9a9;
  43. background: rgba(54, 54, 54, .5);
  44. box-shadow:3px -1px 5px rgba(0, 0, 0, .5);
  45. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);
  46. }
  47. /* 查看图表展开后 */
  48. .show_char_count_box{
  49. /* background: rgba(0, 0, 0, .5); */
  50. z-index: 99; position: absolute; top:62px;
  51. left:27px; border:2px solid #fff; border-top: none;
  52. background-color:#a7a9a9;
  53. background: rgba(54, 54, 54, .5);
  54. box-shadow:3px 3px 3px rgba(0, 0, 0, .5);
  55. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  56. .char_box_top_border{ width:0px; height:0px; float:right; display:inline-block;
  57. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  58. .char_box_count_customade{ width:0px; height:0px; float:right; display:inline-block; border:none; border-top: 2px solid #fff;
  59. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  60. .show_char_count_title_tool_btn_box{ position:absolute; left:10px; bottom:10px; width:100px; }
  61. .customade_btn{ width:150px; padding:5px; }
  62. /* 图表快速查看 */
  63. #customade_btn .details{
  64. FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#fffefe,endColorStr=#eaeff1);
  65. filter:alpha(opacity=30);
  66. background: #f1f1f1;
  67. background: rgba(255, 255, 255, 0.7);
  68. border-top: 1px solid #fff; width:100px; height:25px; border-bottom: 1px solid rgba(0, 0, 0, 0.25); padding: 0;
  69. -webkit-border-radius:5px;
  70. -moz-border-radius:5px;
  71. border-radius:5px;
  72. -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.35);
  73. -moz-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.35);
  74. box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.35);
  75. line-height:25px; padding-left:10px;
  76. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);
  77. }
  78. #customade_btn .details:hover{
  79. background: rgba(0, 144, 226, 0.5);
  80. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);
  81. }
  82. .quick_btn_span{
  83. font-size: 12px; overflow: hidden; display: inline-block; font-family:"微软雅黑";
  84. text-overflow: ellipsis; white-space:nowrap;
  85. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  86. .cbcc_btn{ margin:10px; cursor:pointer; }
  87. .map_leng{ width:30px; height:15px; display: inline-block; margin: 0 0 5px;
  88. border-radius:5px;
  89. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  90. .leng_engine{ background-color: #cccc33; }
  91. .leng_car{ background-color: #cc6699; }
  92. .leng_person{ background-color: #cc6600; }
  93. .text_engine{ color: #cccc33; }
  94. .text_car{ color: #cc6699; }
  95. .text_person{ color: #cc6600; }
  96. .leng_gray{ background-color: #a7a9a9; }
  97. .text_gray{ color: #a7a9a9; }
  98. /* 图表区 */
  99. #map_chart{ width:0; height:0; position:absolute; right:90px; top:10px;
  100. box-shadow: 5px 5px 5px #c9ced0, 5px 5px 5px #c9ced0; display:none;
  101. background-color: rgba(255, 255, 255, 0.4);
  102. behavior: url(/nwyj/scripts/freamwork/com/sinosoft/system/right/PIE.htc);}
  103. .map_chart_coun{ margin: 30px 0 0 0; }
  104. /* 关闭按钮 */
  105. .close { position: relative; display: inline-block; width: 15px; height: 15px; overflow: hidden; float:right; margin:7px; cursor:pointer; }
  106. .close:hover::before, .close:hover::after { background:rgba(255,0,0,1); }
  107. .close::before, .close::after { border-radius: 100%; content: ''; position: absolute; height: 2px; width: 100%; top: 50%; left: 0; margin-top: -1px; background:rgba(255,0,0,.3); }
  108. .close::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
  109. .close::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
  110. .menu_btn_box{ width:45px; position: absolute; top: 20px; left: 24px; }
  111. .offon_menu_btn, .er_menu_btn{ width:45px; height:45px; cursor:pointer; position:absolute; top:0; }
  112. .offon_menu_btn:hover, .er_menu_btn:hover{ opacity:.9; }
  113. .offon_menu_btn_on{ background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -15px -5px; }
  114. .offon_menu_btn_on:hover{ background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -15px -5px; }
  115. .offon_menu_btn_off{ background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -15px -65px; }
  116. .offon_menu_btn_off:hover{ background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -15px -65px; }
  117. .offon_menu_btn{ z-index:13; }
  118. .er_menu_btn_team{ z-index:12; }
  119. .er_menu_btn_gen{ z-index:11; }
  120. .er_menu_btn_car{ z-index:10; }
  121. .er_menu_btn_team_on{background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -77px -5px; }
  122. .er_menu_btn_gen_on{background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -138px -5px; }
  123. .er_menu_btn_car_on{background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -200px -5px; }
  124. .er_menu_btn_team_off{background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -77px -64px; }
  125. .er_menu_btn_gen_off{background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -138px -64px; }
  126. .er_menu_btn_car_off{background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -200px -64px; }
  127. .chart_btn{ width:50px; height:50px; cursor:pointer; position:absolute; top:228px; right:26px; }
  128. .chart_btn_on{ background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -15px -130px; }
  129. .chart_btn_off{ background: url(/nwyj/images/cockpit/mapbtn/scatter.png) no-repeat -72px -130px; }
  130. .chart_box{ width:450px; height:450px; position:absolute; top:26px; right:86px; background-color:#ffffff; display:none; }