738d8c67b11a24ce846fa82ef98077d56b933ee0.svn-base 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. html,body{width:100%;height:100%; margin:0; padding:0;}
  2. .gis_main{width:auto; height:100%;}
  3. .fl{float:left;}
  4. .fr{float:right;}
  5. .aresphref{ color:#c5e6f2!important; }
  6. ._left_top{width:13%; height:6%; position:absolute; top:0; left:.5%;}/* 上左边框 */
  7. ._top_border{ width:80%; height:10%; position:absolute; top:0; left:10%; }/* 上中边框 */
  8. ._right_top{width:13%; height:6%; position:absolute; top:0; right:.5%;}/* 上右边框 */
  9. ._left_border_gis{ width:1%;height:98.7%;}/* 左边框 */
  10. ._right_border_gis{ width:1%;height:98.7%;}/* 右边框 */
  11. ._left_top img, ._right_top img, ._top_border img, ._right_border_gis img, ._left_border_gis img, ._bottom_border_gis img, ._lb_radius img{width:100%; height:100%; display:block; }
  12. ._bottom_border_gis{position:absolute; left:.4%; bottom:1%; width:99%; height:1%; clear:both; }/* 底边框 */
  13. .gis_map_main{width:98%; height:88%; position:absolute; left:1%; top:9%;}
  14. /* 地图整体 */
  15. .map_search{
  16. width:100%;
  17. height:100%;
  18. background-color: #2c3a54;
  19. /* position:fixed;
  20. left:300px;
  21. top:0; */
  22. }
  23. /* 蒙板 */
  24. ._mask{ width:100%; height:100%; background-color:#425c7d; filter:alpha(opacity=30);
  25. display:inline-block; position:fixed; top:0; left:0; z-index:999; }
  26. /* 标题滚动 */
  27. #srcollTitle{ overflow:hidden; }
  28. .aresphref{
  29. color: #848484;
  30. display:inline-block;
  31. position: relative;
  32. }
  33. .aresphref b{
  34. font-weight:normal;
  35. margin-left: 30px;
  36. display: inline-block;
  37. height: 24px;
  38. line-height: 24px;
  39. }
  40. .aresphref u{
  41. position: absolute;
  42. top:0px;
  43. display: inline-block;
  44. background: url(/nwyj/images/index/idx_main/alert_icon.png) no-repeat;
  45. width: 28px;
  46. height: 24px;
  47. }
  48. .aresphref b:hover{
  49. color: blue;
  50. cursor:pointer;
  51. text-decoration: underline;
  52. }
  53. /* 图片按钮移入透明度减半 */
  54. .jt:hover{ filter:alpha(opacity=50); }
  55. /* 地图查询框 */
  56. .sear_tab{ width:300px; height:100%; margin:0; padding:0; overflow:hidden; display:none; /* overflow-y:scroll; */}
  57. ._search_gis{overflow:scroll;height:auto; background-color:#2c3a54; }
  58. ._search_gis_scoll{width:280px; height:auto; background-color:#1c2b48; }
  59. /* 地图工具条 */
  60. .title_bar{
  61. background-color: #2c3a54;
  62. width:100%;
  63. height:34px;
  64. border-bottom:1px solid #384764;
  65. }
  66. /* 校验提示框 */
  67. .bubble-box{width:230px; height:50px; background-image: url("/nwyj/images/cockpit/btn/bubbleback.png");
  68. top:0;left:0; position:fixed;z-index: 9;
  69. line-height: 45px; background-size: 100%;background-repeat: no-repeat;
  70. }
  71. .test{color:#ffffff; font-size: 12px; margin:0 20px;}
  72. /* 左浮动 */
  73. .fl{ float:left;}
  74. /* 右浮动 */
  75. .fr{ float:right;}
  76. /* 没有三角按钮 */
  77. ._bswo{ margin-right:35px;}
  78. /* 地图查询框上部份 */
  79. /* .sear_tit{ width:100%; height:20%;} */
  80. .gis_title_plan{width:100%; height:54px; background-color:#004ed1;}
  81. .dw_plan{height:30px; background-color:#348fe2;}
  82. .dw_text{line-height:30px; color:#fff;margin:0 10px;}
  83. /* 地图查询内容框 */
  84. .st_count{ width:100%; height:100%; border-spacing:0;}
  85. .bar_height{height:34px; }
  86. /* 地图查询--图表div */
  87. .char_btn_box{ width:100%; height:50px; }
  88. /* 查询框图层名 */
  89. .title_name{ line-height: 34px; margin:0 10px;color:#9aabcb; }
  90. /* 地图台风文本框输入 */
  91. .sel_text{ width:100%; }
  92. .sear{ height:40px; width:100%; }
  93. /* 展开图层按钮 */
  94. .oc_close{
  95. line-height: 34px;
  96. margin:12px 10px;
  97. /* margin:12px 40px 12px 10px; */
  98. border-left: 7px solid transparent;
  99. border-right: 7px solid transparent;
  100. border-bottom:11px solid #9aabcb;
  101. cursor: pointer;
  102. }
  103. /* 关闭图层按钮 */
  104. .oc_open{
  105. line-height: 34px;
  106. margin:12px 10px;
  107. /* margin:12px 40px 12px 10px; */
  108. border-top:11px solid #9aabcb;
  109. border-left: 7px solid transparent;
  110. border-right: 7px solid transparent;
  111. }
  112. /* 鼠标移动上为手形 */
  113. .mouse_point{cursor:pointer;}
  114. /* 鼠标移动上为禁用 */
  115. .mouse_dis{cursor: not-allowed;}
  116. /* 图层查询对应内容 */
  117. .bsc{ display: none; width:auto; border-bottom:1px solid #9aabcb; background-color:#1c2b48; }
  118. ._bsc_plan{margin:15px;}
  119. ._bsc_plan_sub{margin:5px 0;}
  120. /* 应急资源查询面板 */
  121. /* 应急资源查询面板 */
  122. .yjxy{ margin:0; height:295px;}
  123. /* 查看面板 */
  124. .look_plan{ width:auto; border-bottom:1px solid #385283;}
  125. /* 查看面板下三个按钮 */
  126. .border_tab{ border-bottom:5px solid #2dc3e8; }
  127. .title_btn{ width:100px; height:34px;}
  128. /* 导出复选框 */
  129. .expor_box{ border:none; }
  130. /* 按钮 */
  131. .btn{margin:10px 0 0 0;padding-left:15px; float:right; display:block; }
  132. .ewer_level{margin-top:10px;}
  133. .gap_img{ margin:0 11px; cursor:pointer; }
  134. .gap_bor{ margin:0 5px;}
  135. /* .three_text{ margin:0;} */
  136. .border_plan{ width:auto; height:5px; }
  137. .tab_bor{background-color:#2dc3e8; height:5px; width:35px; }
  138. .len_bor{background-color:#ffce55; height:5px; width:35px; }
  139. .ful_bor{background-color:#fb6e52; height:5px; width:35px; }
  140. /* 应急资源工具条 */
  141. .zy_toolbar{width:auto;height:auto; margin:20px 0;}
  142. .zy_bar{width:auto;height:34px; background-color:#2c3a54; }
  143. /* 电网资源图层树文字样式 */
  144. .pr_tree_text{color:white;}
  145. /* 子面板样式 */
  146. .sub_panl{width:100%; margin:10px 0; }
  147. span{
  148. color:#FFC64B;
  149. }
  150. .button{
  151. background-color:#616E77 ;
  152. /* border:1px solid #616E77 ; */
  153. border:none;
  154. color:#fff ;
  155. min-width:30px;
  156. }
  157. .selectbox{
  158. background-color:#333333 ;
  159. border:1px solid #616E77 ;
  160. }
  161. .selBtn{
  162. background-color:#333333 ;
  163. background-image: url(/nwyj/images/cockpit/btn/selBtnOrange.png) ;
  164. border:1px solid #616E77 ;
  165. }
  166. .selBtnMuiti{
  167. background-image: url(/nwyj/images/cockpit/btn/selBtnOrange2.png) !important ;
  168. }
  169. input, textarea{
  170. /* color: #00D7EA ; */
  171. color:#FFC64B ;
  172. background-color:#333333 ;
  173. border:1px solid #616E77 ;
  174. }
  175. DIV.selectbox-wrapper{
  176. background-color:#333333 ;
  177. border:1px solid #616E77 ;
  178. }
  179. div.selectbox-wrapper ul li{
  180. color:#FFC64B ;
  181. }
  182. div.selectbox-wrapper ul li.selected{
  183. background-color:#616E77 ;
  184. }
  185. div.selectbox-tree{
  186. color:#FFC64B ;
  187. background-color:#333333 ;
  188. }
  189. .dateIcon{
  190. color:#FFC64B ;
  191. background-color:#333333 ;
  192. border:1px solid #616E77 ;
  193. }
  194. .page-body{
  195. background:#333333;
  196. padding:0;
  197. margin:0;
  198. }
  199. .widget{
  200. margin:0 0 0 0;
  201. }
  202. .mapSearchTitle{/* 地图左侧查询title高度 */
  203. line-height:30px;
  204. }
  205. .page-header{
  206. background-image: none;
  207. border-bottom:1px solid #385283;
  208. }
  209. .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child>.btn, .input-group-btn:first-child>.btn-group>.btn, .input-group-btn:first-child>.dropdown-toggle, .input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child>.btn-group:not(:last-child)>.btn{
  210. background-color: #333333;
  211. color:#ffffff;
  212. }
  213. textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
  214. background-color: #333333;
  215. color:#ffffff;
  216. }
  217. textarea:hover, input[type="text"]:hover, input[type="password"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="date"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, input[type="number"]:hover, input[type="email"]:hover, input[type="url"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="color"]:hover{
  218. color:#ffffff;
  219. background-color: #333333;
  220. }
  221. .page-header{
  222. margin:0 0 20px;
  223. }
  224. td{
  225. background-color:#333333
  226. }
  227. .page-header{
  228. height:20px;
  229. }
  230. .page-header .header-buttons A {
  231. height:20px;
  232. margin-right:10px;
  233. width:30px;
  234. padding:0 7px;
  235. }
  236. .page-header .header-buttons A I{
  237. margin:-7px 0px;
  238. }
  239. .transparent.widget .widget-body{
  240. background-color:#333333;
  241. }
  242. .widget.transparent .widget-header{
  243. background-color:darkSlateGray;
  244. }
  245. .widget-body-by-search{
  246. display:none;
  247. }
  248. .transparent.widget .widget-header{
  249. border-bottom: 1px solid #394864;
  250. background-color: #2c3a54;
  251. /* color:9aabcb; */
  252. }
  253. .widget-header > .widget-caption{
  254. font-size:12px;
  255. color:#9aabcb;
  256. }
  257. .widget-buttons > [data-toggle]:hover{
  258. filter:alpha(opacity=100)
  259. }
  260. .benma_ui_tab .tab_item1_selected,.benma_ui_tab .tab_item2_selected,
  261. .benma_ui_tab .tab_item3_selected,.benma_ui_tab .tab_item4_selected{
  262. background-image:url(/nwyj/images/cockpit/bgk.png) !important;
  263. background-position:0 0 !important;
  264. background-color:#444444;
  265. color:#2dc3e8;
  266. font-size:14px;
  267. font-weight:bold;
  268. }
  269. .benma_ui_tab .tab_item1,.benma_ui_tab .tab_item2,.benma_ui_tab .tab_item4{
  270. background-image:none;
  271. background-color:#444444;
  272. color:#2dc3e8;
  273. }
  274. .benma_ui_tab .tab_item3{
  275. background-image:url(/nwyj/images/cockpit/bgk2.png) !important;
  276. background-color:#333333;
  277. color:#2dc3e8;
  278. }
  279. .spliterStyleV{
  280. background-image:none;
  281. background-color:#616e77;
  282. }
  283. ._searchHead{
  284. color:#9aabcb;
  285. }
  286. .bordered-bottom.widget-header{
  287. border-bottom:1px solid #394864;
  288. }
  289. .bordered-themeprimary{
  290. border-color:#394864 !important;
  291. }
  292. .bordered-blue{
  293. border-color:#394864 !important;
  294. }
  295. [class*='bg-'].widget-header .widget-caption{
  296. color:#9aabcb;
  297. font-family: "Microsoft YaHei";
  298. }
  299. .widget-header > .widget-caption{
  300. font-size:12px;
  301. font-weight:bold;
  302. }
  303. .bgcolorSearchtitle{
  304. background-color:#1f6576 !important;
  305. height:54px;
  306. }
  307. .bgcolorMaptitle{
  308. background-color:#348fe2 !important;
  309. height:30px;
  310. padding-left:10px;
  311. }
  312. .bg-selfColor{
  313. background-color:#2c3a54;
  314. }
  315. .buttonswich2{
  316. background-image:url(/nwyj/images/cockpit/btn/close_1.png);
  317. width:58px;
  318. height:20px;
  319. margin-top:8px;
  320. }
  321. .toggle.buttonswich2{
  322. background-image:url(/nwyj/images/cockpit/btn/open_1.png)!important;
  323. }
  324. .widget-buttons{
  325. padding:0 5px 0 0;
  326. }
  327. .searchBox{
  328. display: none;
  329. background-color:#1c2b48;
  330. }
  331. td{
  332. background-color:#1c2b48;
  333. }
  334. .widget.transparent .widget-body{
  335. background-color:#1c2b48;
  336. }
  337. .widget-body{
  338. padding:10px 0 10px 10px;
  339. background-color:#1c2b48;
  340. }
  341. INPUT[type='text'],INPUT[type='text']:hover,INPUT[type='text']:focus{
  342. color:#000;
  343. background-color:#9ca7bc;
  344. border:none;
  345. }
  346. .selBtnMuiti{
  347. background-image:url(/nwyj/images/cockpit/btn/selBtnDouble.png)!important;
  348. }
  349. .selBtn{
  350. background-color:#606b7e;
  351. height:30px;
  352. }
  353. DIV.selectbox-wrapper,DIV.selectbox-tree{
  354. background-color:#606b7e;
  355. border:none;
  356. }
  357. label{color:#ffc64b;margin:0 8px;}
  358. .leftceladows{
  359. display:none;
  360. height:100%;
  361. width:280px;
  362. color:#ffc64b;
  363. background-color: #2c3a54;
  364. margin-left:0;
  365. float:left;
  366. }
  367. .tmpno{
  368. margin:0;
  369. padding:0;
  370. }
  371. .bsno{
  372. border-spacing: 0;
  373. }
  374. .whoh{
  375. width:100%;
  376. height:100%;
  377. }
  378. .tdByGrid{
  379. float:left;
  380. width:300px;
  381. height: 100%;
  382. display:none;
  383. }
  384. .lage{
  385. width:180px;
  386. height:100%;
  387. display:none;
  388. float:left;
  389. }
  390. .disno{
  391. display:none;
  392. }
  393. .printImg:hover{
  394. opacity:0.7;
  395. filter:alpha(opacity=70);
  396. }
  397. .bfr{
  398. float:right;
  399. margin-right:8px;
  400. padding:0 5px 0 10px;
  401. }
  402. .bfrt{
  403. float:right;
  404. margin-right:3px;
  405. padding:0 10px 0 10px;
  406. }
  407. .toolbtn{
  408. float:left;
  409. margin:3px;
  410. margin-left:0px;
  411. width:81.2px;
  412. }
  413. .bm{
  414. margin:3px 0 3px 0;
  415. }
  416. .toolbtnsarch{
  417. width:81.2px!important;
  418. margin-top:10px;
  419. }
  420. .bordered-bottom.widget-body{
  421. border-bottom:1px solid #385283;
  422. }
  423. .panel-info > .panel-heading{/* 图层导航条 */
  424. height:30px;
  425. }
  426. .panel-heading{/* 图层导航条内容 */
  427. padding:6px 15px;
  428. }
  429. .panel{
  430. border-bottom:1px solid #384764;
  431. }
  432. .panel-info > .panel-heading + .panel-collapse > .panel-body{
  433. border:none;
  434. border-bottom:1px solid #384764;
  435. background-color:#1c2b48;
  436. }
  437. .panel-info{
  438. border:none;
  439. }
  440. .panel-info > .panel-heading{
  441. border:none;
  442. border-bottom:1px solid #384764;
  443. background-color:#2c3a54;
  444. }
  445. .gray{
  446. color:#9aabcb !important;
  447. }
  448. ._unfold{
  449. margin:0;
  450. background-image:url(/nwyj/images/cockpit/btn/panl_unfold.png);
  451. background-repeat:no-repeat;
  452. background-position-y:5px;
  453. width:12px;
  454. height:18px;
  455. }
  456. ._shrink{
  457. margin:0;
  458. background-image:url(/nwyj/images/cockpit/btn/panl_shrink.png);
  459. background-repeat:no-repeat;
  460. background-position-y:5px;
  461. width:12px;
  462. height:18px;
  463. }
  464. /* 滚动字幕 */
  465. .roll_text{
  466. position:fixed;
  467. top:1;
  468. left:13%;
  469. width:75%;
  470. height:30px;
  471. z-index:999;
  472. font-family: "微软雅黑";
  473. font-size: x-large;
  474. font-weight:bold;
  475. }
  476. /* 遮罩 */
  477. .shade_plan{
  478. width:100%;
  479. height:100%;
  480. position:fixed;
  481. top:0;
  482. left:0;
  483. z-index:998;
  484. background-color:rgba(155,36,4,.5);
  485. }
  486. /* 显示电网图层过滤面板按钮字体 */
  487. #sh_power_resource{ font-size:9px; }