wscl.css 19 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048
  1. .right-grid{
  2. grid-template-columns: 472px auto 472px;
  3. grid-template-rows: 1fr;
  4. }
  5. .right-grid-left{
  6. grid-template-columns: 1fr;
  7. grid-template-rows: repeat(4,1fr);
  8. }
  9. .right-grid-center{
  10. grid-template-columns: 1fr;
  11. grid-template-rows: 766px auto;
  12. }
  13. .right-grid-right{
  14. grid-template-columns: 1fr;
  15. grid-template-rows: repeat(4,1fr);
  16. }
  17. #chart-gzfbqk,#chart-bjfx,#chart-sbgzphb,#chart-pcsssjc{
  18. width:100%;
  19. height:100%;
  20. }
  21. .flex-column-table{
  22. flex-direction:column;
  23. }
  24. .table-wspf{
  25. width:90%;
  26. height:50%;
  27. }
  28. .table-wspf>.table-wspf-head{
  29. font-size:12px;
  30. height:18px;
  31. line-height:18px;
  32. color:#ccf5f9;
  33. }
  34. .scroll-table-wspf{
  35. width:100%;
  36. height:calc(100% - 18px);
  37. overflow:hidden;
  38. }
  39. .table-wspf table{
  40. font-size:12px;
  41. width:100%;
  42. }
  43. .table-wspf table tr{
  44. }
  45. .table-wspf table tr th{
  46. font-weight:bolder;
  47. }
  48. .table-wspf table tr td,.table-wspf table tr th{
  49. height:16px;
  50. vertical-align:middle;
  51. text-align:center;
  52. border:1px solid #6584d7;
  53. color:#ccf5f9;
  54. }
  55. #map-content{
  56. width:100%;
  57. height:100%;
  58. }
  59. .wrapper>.content-container{
  60. border: 0.5px solid #6076ae;
  61. border-top: 2px solid #6076ae;
  62. height: 100%;
  63. display: flex;
  64. justify-content: center;
  65. align-items: center;
  66. position: relative;
  67. background-color: rgba(113,138,149,0.1);
  68. }
  69. .pding-2{
  70. padding:2px;
  71. }
  72. .justify-around{
  73. justify-content:space-around !important;
  74. }
  75. .data-statis{
  76. border: 0.5px solid #6076ae;
  77. border-top: 2px solid #6076ae;
  78. height: 80%;
  79. width:20%;
  80. position: relative;
  81. }
  82. .data-statis>.data-circle{
  83. width:140px;
  84. height:140px;
  85. border-radius:50%;
  86. border: 1px solid #6584d7;
  87. position:absolute;
  88. top:50%;
  89. left:50%;
  90. margin-top:-70px;
  91. margin-left:-70px;
  92. display:flex;
  93. flex-direction:column;
  94. justify-content:center;
  95. align-items:center;
  96. overflow:hidden;
  97. }
  98. .data-statis>.data-circle>.data-circle-num{
  99. font-size:20px;
  100. color:#c83428;
  101. }
  102. .data-statis>.data-circle>.data-circle-line{
  103. width:70%;
  104. height:2px;
  105. background-color:#3996dc;
  106. margin:10px 0;
  107. }
  108. .data-statis>.data-circle>.data-circle-item{
  109. font-size:12px;
  110. color:#ccf5f9;
  111. }
  112. .data-statis>.data-circle>.data-circle-name{
  113. font-size:12px;
  114. color:#c83428;
  115. height:30px;
  116. line-height:30px;
  117. }
  118. .data-statis>.data-circle>.data-circle-value{
  119. font-size:12px;
  120. color:#6584d7;
  121. width:60%;
  122. text-align:center;
  123. }
  124. .tab>.widther-tab{
  125. width:197px;
  126. }
  127. .justify-between{
  128. justify-content:space-between !important;
  129. }
  130. .mcjc-top-datetime{
  131. display:flex;
  132. align-items:center;
  133. justify-content:center;
  134. height:2em;
  135. font-size:0.8em;
  136. color:#ccf5f9;
  137. }
  138. .mcjc-top-datalist{
  139. display:flex;
  140. align-items:center;
  141. justify-content:center;
  142. }
  143. .mcjc-top-datalist>.mcjc-top-item,.mcjc-top>.mcjc-top-datalist>.mcjc-top-status,.mcjc-top>.mcjc-top-datalist>.mcjc-top-style{
  144. display:flex;
  145. align-items:center;
  146. justify-content:center;
  147. flex-direction:column;
  148. }
  149. .mcjc-top-datalist>.mcjc-top-status{
  150. margin: 0 20px;
  151. }
  152. .mcjc-top-item>.mcjc-top-itemname{
  153. font-size:1em;
  154. color:#ccf5f9;
  155. line-height:1.8em;
  156. }
  157. .mcjc-top-status>.mcjc-top-statusvalue{
  158. font-size:1em;
  159. line-height:1.8em;
  160. color:#17b45e;
  161. }
  162. .mcjc-top-status>.mcjc-top-statusvalue.leave{
  163. color:#dbb244;
  164. }
  165. .mcjc-top-style>.mcjc-top-stylevalue{
  166. font-size:1em;
  167. line-height:1.8em;
  168. color:#17b45e;
  169. }
  170. .mcjc-top-style>.mcjc-top-stylevalue.stop{
  171. color:#c83428;
  172. }
  173. .mcjc-top-style>.mcjc-top-stylevalue.waiting{
  174. color:#dbb244;
  175. }
  176. .mcjc-top-count{
  177. display:flex;
  178. align-items:center;
  179. justify-content:space-around;
  180. width:80%;
  181. }
  182. .mcjc-top-count>.mcjc-top-count-part{
  183. width:25%;
  184. display:flex;
  185. align-items:center;
  186. justify-content:center;
  187. flex-direction:column;
  188. color:#ccf5f9;
  189. }
  190. .mcjc-top-count>.mcjc-top-count-part .mcjc-top-count-part-value{
  191. color:#3996dc;
  192. font-size:1.2em;
  193. }
  194. .mcjc-top-count>.mcjc-top-count-part .mcjc-top-count-part-line{
  195. width:100%;
  196. height:1px;
  197. background-color:#449ba4;
  198. margin:6px 0;
  199. }
  200. .mcjc-top-count>.mcjc-top-count-part .mcjc-top-count-part-name{
  201. font-size:0.8em;
  202. margin-bottom:6px;
  203. }
  204. #video-box{
  205. width:100%;
  206. height:100%;
  207. overflow:hidden;
  208. }
  209. #system-runing-msg{
  210. border: 1px solid #3e68c0;
  211. position:absolute;
  212. height: 95%;
  213. width: 95%;
  214. overflow:hidden;
  215. }
  216. .system-count-msglist-item{
  217. width:100%;
  218. display:flex;
  219. align-items:center;
  220. justify-content:flex-start;
  221. font-size:0.6em;
  222. height:1.6em;
  223. color:#ccf5f9;
  224. border-bottom:1px solid #3e68c0;
  225. }
  226. .system-count-msglist-item>.type{
  227. width:17%;
  228. }
  229. .system-count-msglist-item>.warning-type{
  230. color:#c83428;
  231. }
  232. .system-count-msglist-item>.recover-type{
  233. color:#6584d7;
  234. }
  235. .system-count-msglist-item>.cure-type{
  236. color:#17b45e;
  237. }
  238. .system-count-msglist-item>.repair-type{
  239. color:#dbb244;
  240. }
  241. .system-count-msglist-item>.system-count-msglist-content{
  242. width:83%;
  243. overflow: hidden;
  244. text-overflow:ellipsis;
  245. white-space: nowrap;
  246. }
  247. .clickable-tab{
  248. cursor:pointer;
  249. }
  250. .open-box-container{
  251. position:fixed;
  252. left:0;
  253. top:0;
  254. width:100%;
  255. height:100%;
  256. background-color:rgba(0,0,0,0.3);
  257. display:none;
  258. overflow:hidden;
  259. z-index:99;
  260. }
  261. .open-lauer-box{
  262. position:fixed;
  263. top:50%;
  264. width:1000px;
  265. height:700px;
  266. background-color:#021429;
  267. border-radius:10px;
  268. left:50%;
  269. margin-left:-500px;
  270. margin-top:-350px;
  271. box-shadow: 0px -10px 5px 0px rgba(255,255,255,0.1), -10px 0px 5px 0px rgba(255,255,255,0.1), 10px 0px 10px 0px rgba(255,255,255,0.1), 0px 10px 10px 0px rgba(255,255,255,0.1);
  272. }
  273. .open-box-head{
  274. height:50px;
  275. line-height:50px;
  276. width:100%;
  277. text-align:center;
  278. position:relative;
  279. color:#ccf5f9;
  280. font-size:1.4em;
  281. letter-spacing:0.1em;
  282. }
  283. .open-box-head:after{
  284. content: '';
  285. position: absolute;
  286. bottom: 0px;
  287. left: 5%;
  288. height: 2px;
  289. width: 90%;
  290. background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
  291. }
  292. .open-box-body{
  293. height:calc(100% - 50px);
  294. width:100%;
  295. display:flex;
  296. flex-wrap:wrap;
  297. padding:10px;
  298. align-items:center;
  299. justify-content:center;
  300. overflow:hidden;
  301. }
  302. .open-box-body video{
  303. width:100%;
  304. height:100%;
  305. }
  306. .wsclxt-img{
  307. width:100%;
  308. height:100%;
  309. }
  310. .open-box-chart-area{
  311. width:50%;
  312. height:50%;
  313. }
  314. .open-box-msg-area{
  315. width:50%;
  316. height:100%;
  317. }
  318. .left-line{
  319. position:relative;
  320. }
  321. .left-line:before{
  322. content:'';
  323. position:absolute;
  324. height:100%;
  325. top:0;
  326. right:-1px;
  327. width:2px;
  328. background: linear-gradient(to top, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
  329. }
  330. .open-box-msg-area>.msg-area-header{
  331. width:100%;
  332. height:40px;
  333. line-height:40px;
  334. text-align:center;
  335. font-size:1.2em;
  336. color:#ccf5f9;
  337. letter-spacing:0.1em;
  338. }
  339. .open-box-msg-area>.msg-area-count{
  340. height:100px;
  341. width:100%;
  342. display:flex;
  343. justify-content:space-around;
  344. align-items:center;
  345. }
  346. .open-box-msg-area>.msg-area-list{
  347. height: calc(100% - 140px);
  348. width: 100%;
  349. padding:10px;
  350. }
  351. .open-box-msg-area .msg-area-content{
  352. border: 1px solid #3e68c0;
  353. width: 100%;
  354. height:100%;
  355. overflow: hidden;
  356. margin:0 auto
  357. }
  358. .open-box-msg-area>.msg-area-count>.left-count{
  359. display:flex;
  360. justify-content:center;
  361. align-items:center;
  362. }
  363. .open-box-msg-area>.msg-area-count>.left-count>img{
  364. width:35px;
  365. margin-right:10px;
  366. }
  367. .open-box-msg-area>.msg-area-count>.left-count>.left-count-item{
  368. display:flex;
  369. justify-content:center;
  370. align-items:center;
  371. flex-direction:column;
  372. color:#ccf5f9;
  373. }
  374. .open-box-msg-area>.msg-area-count>.left-count>.left-count-item>.left-count-name{
  375. margin-bottom:10px;
  376. font-size:1em;
  377. }
  378. .wsclxt-box{
  379. width:2000px;
  380. height:1080px;
  381. margin-left:-400px;
  382. margin-top:0;
  383. top:0;
  384. }
  385. .wsclxt-back{
  386. background:url(../images/1992.gif) center center no-repeat;
  387. background-size:100%;
  388. position:relative;
  389. }
  390. .wscl-status{
  391. position:absolute;
  392. font-size:12px;
  393. color:#fff;
  394. -webkit-transform-origin-x: 0;
  395. -webkit-transform: scale(0.75);
  396. transform: scale(0.75);
  397. width:49px;
  398. text-align:center;
  399. }
  400. .wscl-status{
  401. font-size:9px;
  402. }
  403. .line-style{
  404. position:absolute;
  405. }
  406. .line-runingtoright{
  407. animation: toright 0.5s infinite linear;
  408. }
  409. .line-runingtotop{
  410. animation: totop 0.5s infinite linear;
  411. }
  412. .line-runingtobottom{
  413. animation: tobottom 0.5s infinite linear;
  414. }
  415. .line-runingtorightandbottom{
  416. animation: torightandbottom 0.5s infinite linear;
  417. }
  418. .line-runingtorightandtop{
  419. animation: torightandtop 0.5s infinite linear;
  420. }
  421. @keyframes toright {
  422. from {
  423. }
  424. to {
  425. background-position: 5px 0;
  426. }
  427. }
  428. @keyframes totop {
  429. from {
  430. }
  431. to {
  432. background-position: 0 -5px;
  433. }
  434. }
  435. @keyframes tobottom {
  436. from {
  437. }
  438. to {
  439. background-position: 100% 5px;
  440. }
  441. }
  442. @keyframes torightandbottom {
  443. from {
  444. }
  445. to {
  446. background-position: 100% 6px, 6px 0;
  447. }
  448. }
  449. @keyframes torightandtop {
  450. from {
  451. }
  452. to {
  453. background-position: 6px 100%,100% -6px;
  454. }
  455. }
  456. .ylbtojcj{
  457. width:30px;
  458. height:1px;
  459. top: 228px;
  460. left: 93px;
  461. -webkit-transform-origin-x: 0;
  462. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  463. background-size: 5px 1px;
  464. background-position: 0 0;
  465. }
  466. .jcjtozddj{
  467. width: 22px;
  468. height: 1px;
  469. top: 228px;
  470. left: 158px;
  471. -webkit-transform-origin-x: 0;
  472. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  473. background-size: 5px 1px;
  474. background-position: 0 0;
  475. }
  476. .zddjtoylc{
  477. width: 1px;
  478. height: 82px;
  479. top: 269px;
  480. left: 201px;
  481. -webkit-transform-origin-x: 0;
  482. background: linear-gradient(0deg, transparent 50%, #0f0ae8 0) repeat-y;
  483. background-size: 1px 5px;
  484. background-position: 100% 0;
  485. }
  486. .ylctoslb{
  487. width: 12px;
  488. height: 1px;
  489. top: 397px;
  490. left: 242px;
  491. -webkit-transform-origin-x: 0;
  492. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  493. background-size: 5px 1px;
  494. background-position: 0 0;
  495. }
  496. .slbtolyc{
  497. width: 1px;
  498. height: 112px;
  499. top: 270px;
  500. left: 270px;
  501. -webkit-transform-origin-x: 0;
  502. background: linear-gradient(0deg, transparent 3px, #0f0ae8 3px) repeat-y;
  503. background-size: 1px 6px;
  504. background-position: 0 0;
  505. }
  506. .lyctolyb{
  507. width: 20px;
  508. height: 1px;
  509. top: 202px;
  510. left: 307px;
  511. -webkit-transform-origin-x: 0;
  512. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  513. background-size: 5px 1px;
  514. background-position: 0 0;
  515. }
  516. .lybtozds{
  517. width: 20px;
  518. height: 1px;
  519. top: 202px;
  520. left: 365px;
  521. -webkit-transform-origin-x: 0;
  522. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  523. background-size: 5px 1px;
  524. background-position: 0 0;
  525. }
  526. .zdstowsc{
  527. width: 1px;
  528. height: 71px;
  529. top: 242px;
  530. left: 406px;
  531. -webkit-transform-origin-x: 0;
  532. background: linear-gradient(0deg, transparent 50%, #0f0ae8 0) repeat-y;
  533. background-size: 1px 5px;
  534. background-position: 100% 0;
  535. }
  536. .wsctowsb{
  537. width: 20px;
  538. height: 1px;
  539. top: 370px;
  540. left: 453px;
  541. -webkit-transform-origin-x: 0;
  542. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  543. background-size: 5px 1px;
  544. background-position: 0 0;
  545. }
  546. .wsbtoglsx{
  547. width: 20px;
  548. height: 1px;
  549. top: 367px;
  550. left: 510px;
  551. -webkit-transform-origin-x: 0;
  552. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  553. background-size: 5px 1px;
  554. background-position: 0 0;
  555. }
  556. .glsxtoufzyb1{
  557. width: 41px;
  558. height: 1px;
  559. top: 382px;
  560. left: 615px;
  561. -webkit-transform-origin-x: 0;
  562. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  563. background-size: 5px 1px;
  564. background-position: 0 0;
  565. }
  566. .ufzyb1togjsf1{
  567. width: 19px;
  568. height: 1px;
  569. top: 383px;
  570. left: 690px;
  571. -webkit-transform-origin-x: 0;
  572. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  573. background-size: 5px 1px;
  574. background-position: 0 0;
  575. }
  576. .jsf1tocxf1{
  577. width: 13px;
  578. height: 1px;
  579. top: 383px;
  580. left: 733px;
  581. -webkit-transform-origin-x: 0;
  582. background:linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  583. background-size: 5px 1px;
  584. background-position: 0 0;
  585. }
  586. .jsf1totop{
  587. width: 1px;
  588. height: 91px;
  589. top: 292px;
  590. left: 740px;
  591. -webkit-transform-origin-x: 0;
  592. background: linear-gradient(0deg, transparent 3px, #0f0ae8 3px) repeat-y;
  593. background-size: 1px 6px;
  594. background-position: 0 0;
  595. }
  596. .jsf1toxpf{
  597. width: 62px;
  598. height: 8px;
  599. top: 280px;
  600. left: 740px;
  601. -webkit-transform-origin-x: 0;
  602. background: linear-gradient(0deg, transparent 50%, #0f0ae8 0) repeat-y,linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x;
  603. background-size: 1px 6px, 6px 1px;
  604. background-position: 100% 0, 0 0;
  605. }
  606. .csf1tofxf1{
  607. width: 77px;
  608. height: 81px;
  609. top: 304px;
  610. left: 771px;
  611. -webkit-transform-origin-x: 0;
  612. background: linear-gradient(90deg, transparent 50%, #0f0ae8 0) repeat-x,linear-gradient(0deg, transparent 50%, #0f0ae8 0) repeat-y;
  613. background-size: 6px 1px,1px 6px;
  614. background-position: 0 100%, 100% 0;
  615. }
  616. .yuanlioabang{
  617. top: 255px;
  618. left: 64px;
  619. }
  620. .jichuji{
  621. top: 255px;
  622. left: 124px;
  623. }
  624. .zhengdongdianji{
  625. top: 255px;
  626. left: 182px;
  627. }
  628. .lvyechi{
  629. top: 251px;
  630. left: 251px;
  631. }
  632. .lvyebang{
  633. top: 229px;
  634. left: 330px;
  635. }
  636. .zhengdangshai{
  637. top: 229px;
  638. left: 386px;
  639. }
  640. .yuanliaochi{
  641. top: 458px;
  642. left: 182px;
  643. }
  644. .shangliaobang{
  645. top: 429px;
  646. left: 254px;
  647. }
  648. .wushuichi{
  649. top: 424px;
  650. left: 393px;
  651. }
  652. .wushuibang{
  653. top: 398px;
  654. left: 477px;
  655. }
  656. .guolvshuixiang{
  657. top: 410px;
  658. left: 557px;
  659. }
  660. .xunhuanfa{
  661. top: 253px;
  662. left: 619px;
  663. }
  664. .shangpaifa{
  665. top: 253px;
  666. left: 657px;
  667. }
  668. .ufzengyabang1{
  669. top: 412px;
  670. left: 659px;
  671. }
  672. .jinshuifa{
  673. top: 401px;
  674. left: 705px;
  675. }
  676. .chongxifa{
  677. top: 401px;
  678. left: 742px;
  679. }
  680. .xiapaifa{
  681. top: 310px;
  682. left: 810px;
  683. }
  684. .fanxifa{
  685. top: 292px;
  686. left: 856px;
  687. }
  688. .chanpaifa{
  689. top: 208px;
  690. left: 888px;
  691. }
  692. .chanshuifa{
  693. top: 171px;
  694. left: 897px;
  695. }
  696. .xunhuanfa2{
  697. top: 676px;
  698. left: 712px;
  699. }
  700. .shangpaifa2{
  701. top: 677px;
  702. left: 757px;
  703. }
  704. .ufzengyabang2{
  705. top: 857px;
  706. left: 693px;
  707. }
  708. .jinshuifa2{
  709. top: 857px;
  710. left: 756px;
  711. }
  712. .chongxifa2{
  713. top: 857px;
  714. left: 812px;
  715. }
  716. .xiapaifa2{
  717. top: 749px;
  718. left: 869px;
  719. }
  720. .fanxifa2{
  721. top: 731px;
  722. left: 915px;
  723. }
  724. .chanpaifa2{
  725. top: 636px;
  726. left: 970px;
  727. }
  728. .chanshuifa2{
  729. top: 608px;
  730. left: 980px;
  731. }
  732. .mochognxibang{
  733. top: 516px;
  734. left: 964px;
  735. }
  736. .zhongjianshuixiang1{
  737. top: 531px;
  738. left: 1041px;
  739. }
  740. .nfzengyafa{
  741. top: 529px;
  742. left: 1116px;
  743. }
  744. .yijunji{
  745. top: 529px;
  746. left: 1163px;
  747. }
  748. .zugouji{
  749. top: 378px;
  750. left: 1172px;
  751. }
  752. .phji{
  753. top: 378px;
  754. left: 1202px;
  755. }
  756. .yijunji2{
  757. top: 378px;
  758. left: 1239px;
  759. }
  760. .baoanlvxing{
  761. top: 536px;
  762. left: 1253px;
  763. }
  764. .nfgaoyafa{
  765. top: 526px;
  766. left: 1309px;
  767. }
  768. .nfchongxifa{
  769. top: 601px;
  770. left: 1310px;
  771. }
  772. .mochognxibang2{
  773. top: 680px;
  774. left: 1361px;
  775. }
  776. .chongxishuixiang{
  777. top: 709px;
  778. left: 1490px;
  779. }
  780. .chongxipaifangfa{
  781. top: 571px;
  782. left: 1443px;
  783. }
  784. .shibeinongsuochi{
  785. top: 573px;
  786. left: 1542px;
  787. }
  788. .zhongjianshuixiang2{
  789. top: 366px;
  790. left: 1486px;
  791. }
  792. .rozengyabang{
  793. top: 378px;
  794. left: 1574px;
  795. }
  796. .zugouji2{
  797. top: 289px;
  798. left: 1638px;
  799. }
  800. .baoanlvxing2{
  801. top: 390px;
  802. left: 1666px;
  803. }
  804. .rogaoyabang{
  805. top: 380px;
  806. left: 1709px;
  807. }
  808. .rochongxifa{
  809. top: 449px;
  810. left: 1722px;
  811. }
  812. .chongxipaifangfa2{
  813. top: 440px;
  814. left: 1843px;
  815. }
  816. .yanshuicao{
  817. top: 427px;
  818. left: 1924px;
  819. }
  820. .guyefenlidanyuan{
  821. left: 171px;
  822. bottom: 288px;
  823. text-align:left;
  824. }
  825. .uf1xitong{
  826. left: 171px;
  827. bottom: 261px;
  828. text-align:left;
  829. }
  830. .ufxitong{
  831. left: 171px;
  832. bottom: 235px;
  833. text-align:left;
  834. }
  835. .uf2xitong{
  836. left: 171px;
  837. bottom: 209px;
  838. text-align:left;
  839. }
  840. .roxitong{
  841. left: 171px;
  842. bottom: 182px;
  843. text-align:left;
  844. }
  845. .wscl-3dcontent{
  846. width:100%;
  847. height:100%;
  848. position:relative;
  849. }
  850. .wscl-datadetail{
  851. position:absolute;
  852. left:20px;
  853. top:20px;
  854. display:flex;
  855. align-items:center;
  856. justify-content:start
  857. }
  858. #WebGL-output{
  859. width:100%;
  860. height:500px;
  861. }
  862. #chart-ws-data{
  863. width:100%;
  864. height:calc(100% - 500px);
  865. display:flex;
  866. justify-content:space-around
  867. }
  868. #chart-center1,#chart-center2,#chart-center3{
  869. width:33.33%;
  870. height:100%;
  871. }
  872. .t_num{
  873. display:flex;
  874. align-items:center;
  875. }
  876. .t_num i {
  877. width: 16.5px;
  878. height: 23.5px;
  879. display: inline-block;
  880. background: url(../images/number1.png) no-repeat;
  881. background-position: 0 0;
  882. background-size:100%;
  883. }
  884. .day_handle_count{
  885. color:#ccf5f9;
  886. font-size:24px;
  887. font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"
  888. }
  889. .all_handle_count{
  890. color:#ccf5f9;
  891. font-size:24px;
  892. margin-left:20px;
  893. font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"
  894. }
  895. .num_dot{
  896. color:#fff;
  897. margin:0 7px;
  898. font-size:33px;
  899. font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif"
  900. }
  901. .label{
  902. width:80px;
  903. height:30px;
  904. text-align:center;
  905. line-height:30px;
  906. background:linear-gradient(to bottom, #3c92f5, #194d95);
  907. border-radius:5px;
  908. }
  909. .right-wsclset{
  910. position:absolute;
  911. right: 6px;
  912. bottom: 255px;
  913. background:linear-gradient(to bottom, #3c92f5, #194d95);
  914. border-radius:5px;
  915. z-index:9
  916. }
  917. .wsclset-item{
  918. display: flex;
  919. justify-content: space-around;
  920. align-items: center;
  921. height: 38px;
  922. font-size: 16px;
  923. color: #fff;
  924. width: 180px;
  925. cursor:pointer;
  926. -webkit-user-select:none;
  927. -moz-user-select:none;
  928. -ms-user-select:none;
  929. user-select:none;
  930. }
  931. .set-itembottom{
  932. position:relative;
  933. }
  934. .set-itembottom:after{
  935. content:'';
  936. width:90%;
  937. position:absolute;
  938. left:5%;
  939. bottom:0;
  940. height:1px;
  941. background-color:#a2a2a2
  942. }
  943. .wsclset-item>img{
  944. width:30px;
  945. }
  946. .wscl-dataset-container{
  947. position: fixed;
  948. left: 0;
  949. top: 0;
  950. width: 100%;
  951. height: 100%;
  952. background-color: rgba(0,0,0,0.3);
  953. overflow: hidden;
  954. z-index: 999;
  955. display:none;
  956. }
  957. .wscl-dataset-box{
  958. position:absolute;
  959. width:700px;
  960. height:760px;
  961. left:50%;
  962. top:70px;
  963. background-color: #021429;
  964. border-radius: 10px;
  965. margin-left: -350px;
  966. box-shadow: 0px -10px 5px 0px rgba(255,255,255,0.1), -10px 0px 5px 0px rgba(255,255,255,0.1), 10px 0px 10px 0px rgba(255,255,255,0.1), 0px 10px 10px 0px rgba(255,255,255,0.1);
  967. }
  968. .wscl-dataset-box>.open-box-body{
  969. flex-direction:column;
  970. }
  971. .wsclset-dataTable{
  972. width:90%;
  973. border:1px solid #0b52e0;
  974. color:#fff;
  975. }
  976. .wsclset-dataTable tr td{
  977. border:1px solid #0b52e0;
  978. height:40px;
  979. line-height:40px;
  980. text-align:center;
  981. }
  982. .wsclset-dataTable tr td.top-system-set{
  983. height:40px;
  984. line-height:40px;
  985. }
  986. .wsclset-dataTable tr td.table-real-head{
  987. height:50px;
  988. line-height:50px;
  989. font-size:16px;
  990. font-weight:bold;
  991. background-color:#171567;
  992. }
  993. .wsclset-dataTable tr td.top-system-set{
  994. background-color:#0c0a4a;
  995. height:50px;
  996. line-height:50px;
  997. font-weight:bold;
  998. font-size:20px;
  999. }
  1000. .wsclset-dataTable tr td .param-dataset{
  1001. border:1px solid #0b52e0;
  1002. height:30px;
  1003. line-height:30px;
  1004. width:85px;
  1005. background:none;
  1006. text-align:center;
  1007. border-radius:5px;
  1008. color:#fff;
  1009. }
  1010. .wsclset-dataTable tr td.switch-block{
  1011. width:154px;
  1012. }
  1013. input:focus{
  1014. outline:none;
  1015. }
  1016. .savewsclset{
  1017. padding:10px 15px;
  1018. font-size:16px;
  1019. color:#fff;
  1020. background-color:#0a5bb5;
  1021. border-radius:3px;
  1022. margin-top: 30px;
  1023. cursor: pointer;
  1024. -webkit-touch-callout: none;
  1025. -webkit-user-select: none;
  1026. -khtml-user-select: none;
  1027. -moz-user-select: none;
  1028. -ms-user-select: none;
  1029. user-select: none;
  1030. }