emergencyVideo.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648
  1. body{
  2. background-color: #2c3a55;
  3. font-size: 12px;
  4. font-family:"芥竟";
  5. color:#fff;
  6. margin:0;
  7. padding:0;
  8. }
  9. span{
  10. color:#fff;
  11. }
  12. .fr{
  13. float:right;
  14. }
  15. .v_left{
  16. float:left;
  17. }
  18. .titleBar{
  19. width:100%;
  20. height:100%;
  21. border:1px solid #fff;
  22. margin:0 0 5px 0;
  23. /* display:none; */
  24. }
  25. .btn{
  26. border:1px solid #fff;
  27. filter:alpha(opacity=0);
  28. background-color: rgba(0,0,0,0);
  29. color:#fff;
  30. width:60px;
  31. min-width:60px;
  32. height:30px;
  33. line-height:50%;
  34. margin:1% 3px;
  35. }
  36. .header {
  37. display: inline-block;
  38. text-align: center;
  39. font-family: 'Francois One', Helvetica, Arial, sans-serif;
  40. text-decoration: none;
  41. transition: all 400ms ease-in-out;
  42. }
  43. .header:hover {
  44. transform: translate(2px, -2px);
  45. }
  46. .sideBar{
  47. width:100%;
  48. border:1px solid #fff;
  49. height:100%;
  50. display: inline-block;
  51. }
  52. .search{
  53. width:100%;
  54. height:32px;
  55. margin:0;
  56. padding:0;
  57. border-bottom:1px solid #fff;
  58. }
  59. .search_img{
  60. width:10%;
  61. margin: 5px 0 0 10px;
  62. display: inline-block;
  63. }
  64. .search_text{
  65. width:80%;
  66. border:none;
  67. background-color: #2c3a55;
  68. height:30px;
  69. color:#fff;
  70. float:right;
  71. margin-right:5px;
  72. }
  73. .video_text{
  74. width:170px;
  75. border:1px solid #fff;
  76. background-color:#2c3a55;
  77. height:30px;
  78. line-height:50%;
  79. color:#fff;
  80. margin-left:10px;
  81. }
  82. .search_text:focus{
  83. border:none;
  84. outline: none;
  85. }
  86. .count{
  87. width:100%;
  88. height:100%;
  89. /* border: 1px solid #fff; */
  90. }
  91. .screen{
  92. background-color: darkgray;
  93. }
  94. .v_one{
  95. width:100%;
  96. height:100%;
  97. }
  98. .v_four{
  99. width:50%;
  100. height:50%;
  101. display: inline-block;
  102. float: left;
  103. }
  104. .count_border, .count_border_l, .count_border_b{
  105. border: 1px solid #fff;
  106. margin: 5px;
  107. }
  108. .v_six, .v_seven_b{
  109. width:33.3%;
  110. height:50%;
  111. display:inline-block;
  112. float: left;
  113. }
  114. .v_seven_l, .v_eight, .v_nine_b{
  115. width:25%;
  116. height:50%;
  117. display:inline-block;
  118. float:left;
  119. }
  120. .v_nine_l{
  121. width:20%;
  122. height:50%;
  123. display:inline-block;
  124. float: left;
  125. }
  126. .v_thir_l,.v_thir_r{
  127. width:20%;
  128. height:100%;
  129. display:inline-block;
  130. }
  131. .v_thir_c{
  132. width:60%;
  133. height:100%;
  134. display: inline-block;
  135. }
  136. .v_thirteen_b{
  137. width:100%;
  138. height:50%;
  139. }
  140. .v_thirteen_l{
  141. width:33.3%;
  142. height:33.3%;
  143. display:inline-block;
  144. }
  145. .v_sixteen{
  146. width:25%;
  147. height:25%;
  148. display:inline-block;
  149. }
  150. .v_twenty{
  151. width:20%;
  152. height:25%;
  153. display: inline-block;
  154. }
  155. .yun{
  156. margin:0;
  157. padding:0;
  158. width:250px;
  159. height:430px;
  160. background-color: rgba(179,214,247,.9);
  161. position:absolute;
  162. -webkit-border-radius: 10px;
  163. border-radius:10px;
  164. }
  165. .y_text{
  166. line-height:25px;
  167. margin: 0 15px;
  168. }
  169. .y_header{
  170. width:250px;
  171. height:25px;
  172. cursor:move;
  173. }
  174. .y_header:hover{
  175. background-color: rgba(190,214,247,.7);
  176. border-top-left-radius: 10px;
  177. border-top-right-radius: 10px;
  178. -webkit-border-top-left-radius: 10px;
  179. -webkit-border-top-right-radius: 10px;
  180. }
  181. .y_header:active{
  182. background-color: rgba(190,200,247,.7);
  183. border-top-left-radius: 10px;
  184. border-top-right-radius: 10px;
  185. -webkit-border-top-left-radius: 10px;
  186. -webkit-border-top-right-radius: 10px;
  187. }
  188. .y_count{
  189. margin:0 5px 5px 5px;
  190. padding:0;
  191. width:240px;
  192. height:395px;
  193. background-color: #4a6b9c;
  194. -webkit-border-radius: 3px;
  195. border-radius:3px;
  196. border:1px solid #2c3a55;
  197. }
  198. .y_count_box{
  199. margin:0;
  200. padding:0;
  201. width:230px;
  202. height:328px;
  203. background-color: #0c61e0;
  204. -webkit-border-radius: 3px;
  205. border-radius:3px;
  206. }
  207. .con_btn{
  208. width:220px;
  209. height:30px;
  210. border:1px solid #fff;
  211. margin:0 10px;
  212. text-align: center;
  213. -webkit-border-radius:5px;
  214. border-radius:5px;
  215. }
  216. .con_btn span{
  217. line-height: 30px;
  218. }
  219. /***********************start button*****************************/
  220. .button05 {
  221. position: relative;
  222. display: inline-block;
  223. width: 197px;
  224. padding: 8px 15px;
  225. margin: 0 0 10px 0;
  226. cursor:move;
  227. background: -webkit-gradient(
  228. linear,
  229. left top,
  230. left bottom,
  231. color-stop(0, rgb(112,181,242)),
  232. color-stop(0.49, rgb(84,164,238)),
  233. color-stop(0.5, rgb(54,144,240)),
  234. color-stop(1, rgb(26,97,219))
  235. );
  236. color: #fff;
  237. font-weight: bold;
  238. font-size: 12px;
  239. text-decoration: none;
  240. text-align: center;
  241. line-height: 1;
  242. text-shadow: 0px -1px 0px rgba(0,0,0,0.5);
  243. border: 1px solid;
  244. border-color: #2f71a3 #265a82 #1e4766 #265a82;
  245. border-radius: 8px;
  246. -moz-border-radius: 8px;
  247. -webkit-border-radius: 8px;
  248. box-shadow: inset 0px -4px 5px rgba(255,255,255,0.2),
  249. inset 0px 1px 5px rgba(255,255,255,0.2),
  250. /**/
  251. 0px 2px 0px #1e4766,
  252. 0px 4px 0px #1e4766,
  253. 0px 6px 0px #1e4766,
  254. /**/
  255. 0px 8px 5px rgba(0,0,0,0.5);
  256. -moz-box-shadow: inset 0px -4px 5px rgba(255,255,255,0.2),
  257. inset 0px 1px 5px rgba(255,255,255,0.2),
  258. /**/
  259. 0px 2px 0px #1e4766,
  260. 0px 4px 0px #1e4766,
  261. 0px 6px 0px #1e4766,
  262. /**/
  263. 0px 8px 5px rgba(0,0,0,0.5);
  264. -webkit-box-shadow: inset 0px -4px 5px rgba(255,255,255,0.2),
  265. inset 0px 1px 5px rgba(255,255,255,0.2),
  266. /**/
  267. 0px 2px 0px #1e4766,
  268. 0px 4px 0px #1e4766,
  269. 0px 6px 0px #1e4766,
  270. /**/
  271. 0px 8px 5px rgba(0,0,0,0.5);
  272. }
  273. .button05:hover {
  274. background: #8AC5FD -webkit-gradient(
  275. linear,
  276. left top,
  277. left bottom,
  278. color-stop(0, rgb(134, 193, 253)),
  279. color-stop(0.49, rgb(153, 213, 255)),
  280. color-stop(0.5, rgb(130, 194, 253)),
  281. color-stop(1, rgb(108, 170, 229))
  282. );
  283. }
  284. .button05:active {
  285. top: 4px;
  286. box-shadow: inset 0px 4px 5px rgba(255,255,255,0.4),
  287. inset 0px -1px 5px rgba(255,255,255,0.2),
  288. /**/
  289. 0px 2px 0px #1e4766,
  290. /**/
  291. 0px 4px 5px rgba(0,0,0,0.5);
  292. -moz-box-shadow: inset 0px 4px 5px rgba(255,255,255,0.4),
  293. inset 0px -1px 5px rgba(255,255,255,0.2),
  294. /**/
  295. 0px 2px 0px #1e4766,
  296. /**/
  297. 0px 4px 5px rgba(0,0,0,0.5);
  298. -webkit-box-shadow: inset 0px 4px 5px rgba(255,255,255,0.4),
  299. inset 0px -1px 5px rgba(255,255,255,0.2),
  300. /**/
  301. 0px 2px 0px #1e4766,
  302. /**/
  303. 0px 4px 5px rgba(0,0,0,0.5);
  304. }
  305. /***********************end button*****************************/
  306. .c_panel{
  307. width:228px;
  308. height:260px;
  309. margin:8px 5px 3px 5px;
  310. border:1px solid #fff;
  311. background-color: #0c61e0;
  312. }
  313. .fx_vc{
  314. margin:2px 60px;
  315. width:110px;
  316. height:110px;
  317. background:url(/nwyj/images/cockpit/monitoring/fx.png);
  318. }
  319. .fx_ob{
  320. display: inline-block;
  321. float: left;
  322. width:36.6px;
  323. height:36.6px;
  324. }
  325. #f_one:hover{
  326. background:url(/nwyj/images/cockpit/monitoring/fx11.png);
  327. }
  328. #f_two:hover{
  329. background:url(/nwyj/images/cockpit/monitoring/fx12.png);
  330. }
  331. #f_three:hover{
  332. background:url(/nwyj/images/cockpit/monitoring/fx13.png);
  333. }
  334. #f_four:hover{
  335. background:url(/nwyj/images/cockpit/monitoring/fx21.png);
  336. }
  337. #f_five:hover{
  338. background:url(/nwyj/images/cockpit/monitoring/fx22.png);
  339. }
  340. #f_six:hover{
  341. background:url(/nwyj/images/cockpit/monitoring/fx23.png);
  342. }
  343. #f_seven:hover{
  344. background:url(/nwyj/images/cockpit/monitoring/fx31.png);
  345. }
  346. #f_eight:hover{
  347. background:url(/nwyj/images/cockpit/monitoring/fx32.png);
  348. }
  349. #f_nine:hover{
  350. background:url(/nwyj/images/cockpit/monitoring/fx33.png);
  351. }
  352. .y_steps{
  353. width:210px;
  354. height:30px;
  355. margin:0 10px;
  356. }
  357. .step_text{
  358. width:40px;
  359. line-height:30px;
  360. display:inline-block;
  361. float:left;
  362. margin-left:17px;
  363. }
  364. .step_sel{
  365. width:130px;
  366. display:inline-block;
  367. }
  368. .yt_bj{
  369. width:208px;
  370. height:105px;
  371. margin:0 10px;
  372. -webkit-border-radius: 10px;
  373. border-radius: 10px;
  374. background-color: #2d7aed;
  375. }
  376. .bj{
  377. width:208px;
  378. height:30px;
  379. margin: 5px 0;
  380. }
  381. .bj_plus{
  382. margin:0 30px;
  383. }
  384. .bj_txt{
  385. line-height: 30px;
  386. }
  387. .bj_mulit{
  388. margin: 0 30px;
  389. }
  390. a.add,a.decrease{
  391. width:30px;
  392. height:30px;
  393. text-decoration: none;
  394. display:block;
  395. }
  396. a.add{
  397. background:url(/nwyj/images/cockpit/monitoring/add.png) no-repeat
  398. }
  399. a.add:hover {
  400. background:url(/nwyj/images/cockpit/monitoring/add1.png) no-repeat
  401. }
  402. a.decrease{
  403. background:url(/nwyj/images/cockpit/monitoring/cut.png) no-repeat
  404. }
  405. a.decrease:hover{
  406. background:url(/nwyj/images/cockpit/monitoring/cut1.png) no-repeat
  407. }
  408. .selectbox{
  409. height:25px;
  410. line-height:25px;
  411. background-color:#0c61e0;
  412. color:#fff;
  413. }
  414. .selBtn{
  415. height:27px;
  416. color:#fff;
  417. background-color:#0c61e0;
  418. background-image:url(/nwyj/images/cockpit/btn/panl_fff.png);
  419. }
  420. div.selectbox-wrapper{
  421. border:1px solid #fff;
  422. color:#fff;
  423. background-color:#0c61e0;
  424. top:26px !important;
  425. }
  426. div.selectbox-wrapper ul li.selected{
  427. background-color:#0447b2;
  428. }
  429. .box2_custom .boxContent{
  430. padding:0;
  431. background-color:#4a6b9c;
  432. }
  433. .box2_custom .box_bottomcenter,.box2_custom .box_bottomleft,.box2_custom .box_bottomright{
  434. background-image:none;
  435. }
  436. .box2_custom .box_middlecenter{
  437. -webkit-border-radius:3px;
  438. border-radius:3px;
  439. border:1px solid #fff;
  440. }
  441. .box2_custom .box_topcenter{
  442. border:1px solid #fff;
  443. border-bottom-width:0;
  444. }
  445. .box2_custom .box_topcenter, .box2_custom .box_topleft, .box2_custom .box_topright{
  446. background-image:none;
  447. background-color:rgba(44,58,85,.5);
  448. }
  449. .box2_custom .status{
  450. height:33px;
  451. line-height:33px;
  452. }
  453. .mes_img_mouse{/* 柑깃盧땡庫꼬객큐s */
  454. width:100%;
  455. height:5px;
  456. position:fixed;
  457. left:0;
  458. top:0;
  459. }
  460. .mes_img_mouseDown{/* 柑깃盧땡庫꼬객큐s */
  461. width:100%;
  462. height:5px;
  463. position:fixed;
  464. left:0;
  465. }
  466. .mes_img{/* 왠齡庫꼬묏야係객큐 */
  467. position:fixed;
  468. top:0;
  469. left:50%;
  470. display:none;
  471. }
  472. .mes_imgDown{/* 왠齡庫꼬묏야係객큐 */
  473. position:fixed;
  474. left:50%;
  475. display:none;
  476. }
  477. .s_mes_img{
  478. position:fixed;
  479. top:50%;
  480. left:0;
  481. display:none;
  482. }
  483. .s_mes_img_down{
  484. position:fixed;
  485. top:50%;
  486. display:none;
  487. }
  488. .s_mes_img_mouse{
  489. height:100%;
  490. width:5px;
  491. position:fixed;
  492. top:0;
  493. left:0;
  494. }
  495. .s_mes_img_mouse_down{
  496. height:100%;
  497. width:5px;
  498. position:fixed;
  499. top:0;
  500. }
  501. #title_bar,#side_bar{/* 묏야係 */
  502. display:none;
  503. }
  504. /* 쩌齡객큐 */
  505. .kl_btn{}
  506. /* 왠齡움 */
  507. .con_panl{ position: fixed; cursor:pointer; left:5px; top:100px;}
  508. /* // var interval = setInterval("move()",5000);
  509. $(document).mousemove(function(e){
  510. alert();
  511. alert(e.clientY);
  512. showcoords(e,this);
  513. });
  514. });
  515. var timer = new Object();
  516. function onmouseover(event){
  517. timer.id = event.data.id ;
  518. clearTimeout(timer.hide);
  519. timer.show = setTimeout("showTitleImg()",2000);
  520. };
  521. function onmouseout(){
  522. clearTimeout(timer.show);
  523. };
  524. function showTitleImg(){
  525. $("#" + timer.id).slideDown(600);
  526. };
  527. function onmouseup(){
  528. timer.hide = setTimeout("imgUp()",4000);
  529. };
  530. function imgUp(){
  531. $("#" + timer.id).slideUp(600);
  532. }
  533. 鞫刻庫꼬묏야으
  534. function showTitleBar(){
  535. $("#title_bar").slideDown(100);
  536. $("#m_img").slideUp(0);
  537. $("#m_img").removeClass("mes_img");
  538. $("#m_img").addClass("mes_imgDown");
  539. $("#m_img").css("top",$("#title_bar").height());
  540. $("#m_img").css("border-top","1px solid #fff");
  541. $("#mes_line").removeClass("mes_img_mouse");
  542. $("#mes_line").addClass("mes_img_mouseDown");
  543. $("#mes_line").css("top",$("#title_bar").height());
  544. }
  545. 茶꾜庫꼬묏야으
  546. function hiddenTitleBar(){
  547. $("#m_img").slideUp(0);
  548. $("#title_bar").slideUp(100);
  549. $("#m_img").removeClass("mes_imgDown");
  550. $("#m_img").addClass("mes_img");
  551. $("#m_img").css("top",0);
  552. $("#mes_line").removeClass("mes_img_mouseDown");
  553. $("#mes_line").addClass("mes_img_mouse");
  554. $("#mes_line").css("top",0);
  555. }
  556. 鞫刻꿋긋묏야으
  557. function showSideBar(){
  558. $("#side_bar").slideDown(100);
  559. $("#s_img").slideUp(0);
  560. $("#s_img").removeClass("s_mes_img");
  561. $("#s_img").addClass("s_mes_img_down");
  562. $("#s_img").css("left",$("#side_bar").width());
  563. $("#s_img").css("border-left","1px solid #fff");
  564. $("#s_line").removeClass("s_mes_img_mouse");
  565. $("#s_line").addClass("s_mes_img_mouse_down");
  566. $("#s_line").css("left",$("#side_bar").width());
  567. }
  568. 茶꾜꿋긋묏야으
  569. function hiddenSideBar(){
  570. $("#s_img").slideUp(0);
  571. $("#side_bar").slideUp(100);
  572. $("#s_img").removeClass("s_mes_img_down");
  573. $("#s_img").addClass("s_mes_img");
  574. $("#s_img").css("left",0);
  575. $("#s_line").removeClass("s_mes_img_mouse_down");
  576. $("#s_line").addClass("s_mes_img_mouse");
  577. $("#s_line").css("left",0);
  578. }
  579. function move(){
  580. if(pos.afterX==pos.nowX && pos.afterY==pos.nowY){柑깃灌땡
  581. $(".count").html("not move");
  582. $("#s_img").slideUp(0);
  583. $("#m_img").slideUp(0);
  584. }else{柑깃盧땡
  585. $(".count").html("move");
  586. pos.afterX = pos.nowX;
  587. pos.afterY = pos.nowY;
  588. }
  589. }
  590. 솰桂柑깃角뤠盧땡
  591. function showcoords(e,obj){
  592. $("#aaa").val("KJKJ")
  593. var e = window.event || e;
  594. pos.nowX = e.clientX ;
  595. pos.nowY = e.clientY ;
  596. $("#a").val(pos.nowX+" "+pos.nowY);
  597. if(pos.x==e.clientX && pos.y==e.clientY){
  598. $("#m_img").slideUp(0);
  599. $("#s_img").slideUp(0);
  600. }
  601. } */