panel.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569
  1. html,body{font-size: 12px; font-family:"微软雅黑"; color:#fff; margin:0; padding:0; }
  2. .spit_btn{ width:50px; height:30px; line-height:30px; text-align:center; margin:7px 0 0 0 ;}
  3. span{ color:#fff; }
  4. .fr{ float:right; }
  5. .v_left{ float:left; }
  6. .fimg{ cursor:pointer; }
  7. .fimg:hover{ filter:alpha(opacity=70)}
  8. /* 变电站视频头部信息 */
  9. .titleBar{ width:100%; height:100%; text-align:center; /* display:none; */ }
  10. .titleBar span{font-size:20px; font-weight:bold; line-height:30px; }
  11. .btn{
  12. border:1px solid #fff;
  13. filter:alpha(opacity=0);
  14. background-color: rgba(0,0,0,0);
  15. color:#fff;
  16. width:60px;
  17. min-width:60px;
  18. height:30px;
  19. line-height:50%;
  20. margin:1% 3px;
  21. }
  22. .header {
  23. display: inline-block;
  24. text-align: center;
  25. font-family: 'Francois One', Helvetica, Arial, sans-serif;
  26. text-decoration: none;
  27. transition: all 400ms ease-in-out;
  28. }
  29. .header:hover {
  30. transform: translate(2px, -2px);
  31. }
  32. .search_text{
  33. width:95%;
  34. border:none;
  35. background-color:rgba(84, 99, 119, 0);
  36. height:35px;
  37. line-height:35px;
  38. color:#fff;
  39. float:right;
  40. display:inline-block;
  41. }
  42. /* ID输入框 */
  43. .video_id_box{width:100%;height:35px;}
  44. .video_id_title{ margin: 10px 10px 10px 15px;}
  45. .video_text{
  46. width:178px;
  47. border:1px solid #fff;
  48. border-right:none;
  49. background-color:#00f;
  50. height:30px;
  51. line-height:30px;
  52. color:#fff;
  53. margin:0 0 0 15px ;
  54. float:left;
  55. }
  56. .vid_clear{
  57. width:26px; height: 32px; float:left;
  58. border: 1px solid #fff; border-left: none;
  59. }
  60. .clear_img{ height:15px; margin:8px 5px; cursor:pointer;}
  61. .clear_img:hover{filter:alpha(opacity=70)}
  62. .dis_none{display:none;}
  63. .search_text:focus{
  64. border:none;
  65. outline: none;
  66. }
  67. .count{
  68. width:100%;
  69. height:100%;
  70. /* border: 1px solid #fff; */
  71. }
  72. .screen{
  73. background-color: darkgray;
  74. }
  75. .v_one{
  76. width:100%;
  77. height:100%;
  78. }
  79. .v_four{
  80. width:50%;
  81. height:50%;
  82. display: inline-block;
  83. float: left;
  84. }
  85. .count_border, .count_border_l, .count_border_b{
  86. border: 1px solid #fff;
  87. margin: 5px;
  88. }
  89. .v_six, .v_seven_b{
  90. width:33.3%;
  91. height:50%;
  92. display:inline-block;
  93. float: left;
  94. }
  95. .v_seven_l, .v_eight, .v_nine_b{
  96. width:25%;
  97. height:50%;
  98. display:inline-block;
  99. float:left;
  100. }
  101. .v_nine_l{
  102. width:20%;
  103. height:50%;
  104. display:inline-block;
  105. float: left;
  106. }
  107. .v_thir_l,.v_thir_r{
  108. width:20%;
  109. height:100%;
  110. display:inline-block;
  111. }
  112. .v_thir_c{
  113. width:60%;
  114. height:100%;
  115. display: inline-block;
  116. }
  117. .v_thirteen_b{
  118. width:100%;
  119. height:50%;
  120. }
  121. .v_thirteen_l{
  122. width:33.3%;
  123. height:33.3%;
  124. display:inline-block;
  125. }
  126. .v_sixteen{
  127. width:25%;
  128. height:25%;
  129. display:inline-block;
  130. }
  131. .v_twenty{
  132. width:20%;
  133. height:25%;
  134. display: inline-block;
  135. }
  136. .yun{
  137. margin:0;
  138. padding:0;
  139. width:250px;
  140. height:430px;
  141. background-color: rgba(179,214,247,.9);
  142. position:absolute;
  143. -webkit-border-radius: 10px;
  144. border-radius:10px;
  145. }
  146. .y_text{
  147. line-height:25px;
  148. margin: 0 15px;
  149. }
  150. .y_header{
  151. width:250px;
  152. height:25px;
  153. cursor:move;
  154. }
  155. .y_header:hover{
  156. background-color: rgba(190,214,247,.7);
  157. border-top-left-radius: 10px;
  158. border-top-right-radius: 10px;
  159. -webkit-border-top-left-radius: 10px;
  160. -webkit-border-top-right-radius: 10px;
  161. }
  162. .y_header:active{
  163. background-color: rgba(190,200,247,.7);
  164. border-top-left-radius: 10px;
  165. border-top-right-radius: 10px;
  166. -webkit-border-top-left-radius: 10px;
  167. -webkit-border-top-right-radius: 10px;
  168. }
  169. .y_count{
  170. margin:0 5px 5px 5px;
  171. padding:0;
  172. width:240px;
  173. height:395px;
  174. background-color: #4a6b9c;
  175. -webkit-border-radius: 3px;
  176. border-radius:3px;
  177. border:1px solid #2c3a55;
  178. }
  179. .y_count_box{
  180. margin:0;
  181. padding:0;
  182. width:270px;
  183. height:400px;
  184. background-color: #0c61e0;
  185. -webkit-border-radius: 3px;
  186. border-radius:3px;
  187. }
  188. .con_btn{
  189. width:220px;
  190. height:30px;
  191. border:1px solid #fff;
  192. margin:0 10px;
  193. text-align: center;
  194. -webkit-border-radius:5px;
  195. border-radius:5px;
  196. }
  197. .con_btn span{
  198. line-height: 30px;
  199. }
  200. /***********************start button*****************************/
  201. .button05 {
  202. position: relative;
  203. display: inline-block;
  204. width: 197px;
  205. padding: 8px 15px;
  206. margin: 0 0 10px 0;
  207. cursor:move;
  208. background: -webkit-gradient(
  209. linear,
  210. left top,
  211. left bottom,
  212. color-stop(0, rgb(112,181,242)),
  213. color-stop(0.49, rgb(84,164,238)),
  214. color-stop(0.5, rgb(54,144,240)),
  215. color-stop(1, rgb(26,97,219))
  216. );
  217. color: #fff;
  218. font-weight: bold;
  219. font-size: 12px;
  220. text-decoration: none;
  221. text-align: center;
  222. line-height: 1;
  223. text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
  224. border: 1px solid;
  225. border-color: #2f71a3 #265a82 #1e4766 #265a82;
  226. border-radius: 8px;
  227. -moz-border-radius: 8px;
  228. -webkit-border-radius: 8px;
  229. box-shadow: inset 0px -4px 5px rgba(255,255,255,0.2),
  230. inset 0px 1px 5px rgba(255,255,255,0.2),
  231. /**/
  232. 0px 2px 0px #1e4766,
  233. 0px 4px 0px #1e4766,
  234. 0px 6px 0px #1e4766,
  235. /**/
  236. 0px 8px 5px rgba(0,0,0,0.5);
  237. -moz-box-shadow: inset 0px -4px 5px rgba(255,255,255,0.2),
  238. inset 0px 1px 5px rgba(255,255,255,0.2),
  239. /**/
  240. 0px 2px 0px #1e4766,
  241. 0px 4px 0px #1e4766,
  242. 0px 6px 0px #1e4766,
  243. /**/
  244. 0px 8px 5px rgba(0,0,0,0.5);
  245. -webkit-box-shadow: inset 0px -4px 5px rgba(255,255,255,0.2),
  246. inset 0px 1px 5px rgba(255,255,255,0.2),
  247. /**/
  248. 0px 2px 0px #1e4766,
  249. 0px 4px 0px #1e4766,
  250. 0px 6px 0px #1e4766,
  251. /**/
  252. 0px 8px 5px rgba(0,0,0,0.5);
  253. }
  254. .button05:hover {
  255. background: #8AC5FD -webkit-gradient(
  256. linear,
  257. left top,
  258. left bottom,
  259. color-stop(0, rgb(134, 193, 253)),
  260. color-stop(0.49, rgb(153, 213, 255)),
  261. color-stop(0.5, rgb(130, 194, 253)),
  262. color-stop(1, rgb(108, 170, 229))
  263. );
  264. }
  265. .button05:active {
  266. top: 4px;
  267. box-shadow: inset 0px 4px 5px rgba(255,255,255,0.4),
  268. inset 0px -1px 5px rgba(255,255,255,0.2),
  269. /**/
  270. 0px 2px 0px #1e4766,
  271. /**/
  272. 0px 4px 5px rgba(0,0,0,0.5);
  273. -moz-box-shadow: inset 0px 4px 5px rgba(255,255,255,0.4),
  274. inset 0px -1px 5px rgba(255,255,255,0.2),
  275. /**/
  276. 0px 2px 0px #1e4766,
  277. /**/
  278. 0px 4px 5px rgba(0,0,0,0.5);
  279. -webkit-box-shadow: inset 0px 4px 5px rgba(255,255,255,0.4),
  280. inset 0px -1px 5px rgba(255,255,255,0.2),
  281. /**/
  282. 0px 2px 0px #1e4766,
  283. /**/
  284. 0px 4px 5px rgba(0,0,0,0.5);
  285. }
  286. /***********************end button*****************************/
  287. .c_panel{
  288. width:228px;
  289. height:260px;
  290. margin:8px 5px 3px 5px;
  291. border:1px solid #fff;
  292. background-color: #0c61e0;
  293. }
  294. .fx_vc{
  295. margin:2px 70px;
  296. width:110px;
  297. height:110px;
  298. background:url(/nwyj/images/cockpit/monitoring/fx.png);
  299. }
  300. .fx_ob{
  301. display: inline-block;
  302. float: left;
  303. width:36.6px;
  304. height:36.6px;
  305. }
  306. #f_one:hover{
  307. background:url(/nwyj/images/cockpit/monitoring/fx11.png);
  308. }
  309. #f_two:hover{
  310. background:url(/nwyj/images/cockpit/monitoring/fx12.png);
  311. }
  312. #f_three:hover{
  313. background:url(/nwyj/images/cockpit/monitoring/fx13.png);
  314. }
  315. #f_four:hover{
  316. background:url(/nwyj/images/cockpit/monitoring/fx21.png);
  317. }
  318. #f_five:hover{
  319. background:url(/nwyj/images/cockpit/monitoring/fx22.png);
  320. }
  321. #f_six:hover{
  322. background:url(/nwyj/images/cockpit/monitoring/fx23.png);
  323. }
  324. #f_seven:hover{
  325. background:url(/nwyj/images/cockpit/monitoring/fx31.png);
  326. }
  327. #f_eight:hover{
  328. background:url(/nwyj/images/cockpit/monitoring/fx32.png);
  329. }
  330. #f_nine:hover{
  331. background:url(/nwyj/images/cockpit/monitoring/fx33.png);
  332. }
  333. .y_steps{
  334. width:210px;
  335. height:30px;
  336. margin:0 10px;
  337. }
  338. .step_text{
  339. width:40px;
  340. line-height:30px;
  341. display:inline-block;
  342. float:left;
  343. margin-left:17px;
  344. }
  345. .step_sel{
  346. width:130px;
  347. display:inline-block;
  348. }
  349. .yt_bj{
  350. width:208px;
  351. height:105px;
  352. margin:10px 15px;
  353. -webkit-border-radius: 10px;
  354. border-radius: 10px;
  355. background-color: #2d7aed;
  356. }
  357. .bj{
  358. width:208px;
  359. height:30px;
  360. margin: 5px 0;
  361. }
  362. .bj_plus{
  363. margin:0 30px;
  364. }
  365. .bj_txt{
  366. line-height: 30px;
  367. }
  368. .bj_mulit{
  369. margin: 0 30px;
  370. }
  371. a.add,a.decrease{
  372. width:30px;
  373. height:30px;
  374. text-decoration: none;
  375. display:block;
  376. }
  377. a.add{
  378. background:url(/nwyj/images/cockpit/monitoring/add.png) no-repeat
  379. }
  380. a.add:hover {
  381. background:url(/nwyj/images/cockpit/monitoring/add1.png) no-repeat
  382. }
  383. a.decrease{
  384. background:url(/nwyj/images/cockpit/monitoring/cut.png) no-repeat
  385. }
  386. a.decrease:hover{
  387. background:url(/nwyj/images/cockpit/monitoring/cut1.png) no-repeat
  388. }
  389. .selectbox{
  390. height:25px;
  391. line-height:25px;
  392. background-color:#0c61e0;
  393. color:#fff;
  394. }
  395. .selBtn{
  396. height:27px;
  397. color:#fff;
  398. background-color:#0c61e0;
  399. background-image:url(/nwyj/images/cockpit/btn/panl_fff.png);
  400. }
  401. div.selectbox-wrapper{
  402. border:1px solid #fff;
  403. color:#fff;
  404. background-color:#0c61e0;
  405. top:26px !important;
  406. }
  407. div.selectbox-wrapper ul li.selected{
  408. background-color:#0447b2;
  409. }
  410. .box2_custom .boxContent{
  411. padding:0;
  412. background-color:#4a6b9c;
  413. }
  414. .box2_custom .box_bottomcenter,.box2_custom .box_bottomleft,.box2_custom .box_bottomright{
  415. background-image:none;
  416. }
  417. .box2_custom .box_middlecenter{
  418. -webkit-border-radius:3px;
  419. border-radius:3px;
  420. border:1px solid #fff;
  421. }
  422. .box2_custom .box_topcenter{
  423. border:1px solid #fff;
  424. border-bottom-width:0;
  425. }
  426. .box2_custom .box_topcenter, .box2_custom .box_topleft, .box2_custom .box_topright{
  427. background-image:none;
  428. background-color:rgba(44,58,85,.5);
  429. }
  430. .box2_custom .status{
  431. height:33px;
  432. line-height:33px;
  433. }
  434. .mes_img_mouse{/* 鼠标移动头部按钮s */
  435. width:100%;
  436. height:5px;
  437. position:fixed;
  438. left:0;
  439. top:0;
  440. }
  441. .mes_img_mouseDown{/* 鼠标移动头部按钮s */
  442. width:100%;
  443. height:5px;
  444. position:fixed;
  445. left:0;
  446. }
  447. .mes_img{/* 控制头部工具条按钮 */
  448. position:fixed;
  449. top:0;
  450. left:50%;
  451. display:none;
  452. }
  453. .mes_imgDown{/* 控制头部工具条按钮 */
  454. position:fixed;
  455. left:50%;
  456. display:none;
  457. }
  458. .s_mes_img{
  459. position:fixed;
  460. top:50%;
  461. left:0;
  462. display:none;
  463. }
  464. .s_mes_img_down{
  465. position:fixed;
  466. top:50%;
  467. display:none;
  468. }
  469. .s_mes_img_mouse{
  470. height:100%;
  471. width:5px;
  472. position:fixed;
  473. top:0;
  474. left:0;
  475. }
  476. .s_mes_img_mouse_down{
  477. height:100%;
  478. width:5px;
  479. position:fixed;
  480. top:0;
  481. }
  482. #side_bar{/* 工具条 */
  483. display:none;
  484. }
  485. /* 录制按钮 */
  486. .kl_btn{}
  487. /* 控制框 */
  488. .con_panl{ position: fixed; left:50px; top:300px;}
  489. .sideBar{ width:270px; height:100%; display: inline-block; }
  490. .search{ width:100%; height:35px; margin:0; padding:0; border-bottom:1px solid #fff; border-top:1px solid #fff; }
  491. .search_img{width:auto;height:30px; display:inline-block; float:left; }
  492. .search_img img{width:auto;height:35px; margin-left:10px; }
  493. .search_img img:hover{filter:alpha(opacity=70); }
  494. .search_input{display:inline-block;float:left; }
  495. .tab_unit{background-color:rgb(52, 143, 226); width:100%; height:30px; }
  496. .handmove{cursor:pointer; }
  497. .unit_text{margin:0 0 10px 10px; line-height:30px; }
  498. .top_bar{width:100%; height:35%; }
  499. #move_control_plan{ float:right; margin:7px 20px; }
  500. /* 控制面板头部 */
  501. .pan_title_box{width:240px; height:30px; margin:10px 15px 0 15px; cursor:pointer;
  502. font-size:12px; font-weight:bold; text-align:center; line-height:30px;
  503. filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#b7d0f6',endColorStr='#417fd6',GradientType=0);}
  504. .mouse_over{color:#0c61e0; }
  505. /* */
  506. .pan_title{width:190px;float:left; margin-left:20px;}
  507. /* 三角 */
  508. .pan_sj{display:inline-block; float:right; margin:10px; cursor:pointer;
  509. border-top:10px solid #fff; border-left:5px solid transparent; border-right:5px solid transparent; }
  510. .pan_sj:hover{border-top:10px solid rgb(12, 97, 224); border-left:5px solid transparent; border-right:5px solid transparent;}
  511. .pan_sj_hover{border-top:10px solid rgb(12, 97, 224); border-left:5px solid transparent; border-right:5px solid transparent;}
  512. /* 面板隐藏 */
  513. .pan_none{display:none;}
  514. /* 面板内容 */
  515. .pan_col{background-color:#00f; margin:0 15px; width:240px; height:270px; }
  516. /* 面板高级控制按钮 */
  517. .tr_btn{width:200px; height:40px; margin:15px 15px;}
  518. .fl{float:left;}
  519. .dbtn{height:40px; width:40px; background-color:#00f; text-align:center; line-height:40px; cursor:pointer; margin:0; }
  520. .dbtn:hover{
  521. filter:alpha(opacity=70);
  522. }
  523. .sel{width:130px; margin:7px; height:30px; background-color:#00f; color:#fff; border:1px solid #fff; }
  524. ._text{width:50px; height:30px; line-height:30px; text-align:center; border:1px solid #fff; margin:7px 0 0 0; cursor:pointer; }