main.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. :root {
  2. --hRate:1;
  3. }
  4. body{
  5. padding: 0;
  6. margin: 0;
  7. overflow: hidden;
  8. background-color: #050C28;
  9. /*background-image: url('image/bg.jpeg');*/
  10. }
  11. thead tr{
  12. background-image: url('../assets/image/thead_bg.png');
  13. background: rgba(25,57,103,0.4);
  14. border: 1px solid #7DA2CD;
  15. height: 32px;
  16. font-weight: bold;
  17. color: #decdcd;
  18. }
  19. tbody>tr{
  20. border: 1px solid #7DA2CD;
  21. height: 32px;
  22. font-size: 16px;
  23. }
  24. table:not(.el-date-table) tbody>tr:hover{
  25. background-color:rgb(75, 112, 163) !important;
  26. }
  27. table:not(.el-date-table) tbody>tr:nth-child(odd) {
  28. background-color:rgb(25 57 103 / 75%); /* 奇数行 */
  29. }
  30. table:not(.el-date-table) tbody>tr:nth-child(even) {
  31. background-color: rgb(25 57 103 / 85%); /* 偶数行 */
  32. }
  33. td{
  34. border-bottom: 1px solid #7DA2CD;
  35. }
  36. /* ---- Chrome ----*/
  37. ::-webkit-scrollbar {
  38. width: 8px; /*滚动条粗细*/
  39. height: 12px
  40. }
  41. ::-webkit-scrollbar-track {
  42. -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
  43. background: #f2f6f3; /*滑道颜色*/
  44. border-radius: 5px; /*滑道的圆滑度*/
  45. }
  46. .scroll::-webkit-scrollbar-thumb {
  47. background: #94b0eb; /*滑块颜色*/
  48. border-radius: 5px /*滑块圆滑度*/
  49. }
  50. .scroll::-webkit-scrollbar-thumb:hover {
  51. background: #a8a8a8; /*滑块上浮*/
  52. }
  53. /*--- FirFox ---*/
  54. .scroll {
  55. scrollbar-width: thin;
  56. scrollbar-color: #94b0eb #f2f6f3;
  57. }
  58. /* --- IE ---*/
  59. body {
  60. scrollbar-arrow-color: #f4ae21; /*三角箭头的颜色*/
  61. scrollbar-face-color: #333; /*立体滚动条的颜色*/
  62. scrollbar-3dlight-color: #666; /*立体滚动条亮边的颜色*/
  63. scrollbar-highlight-color: #666; /*滚动条空白部分的颜色*/
  64. scrollbar-shadow-color: #999; /*立体滚动条阴影的颜色*/
  65. scrollbar-darkshadow-color: #666; /*立体滚动条强阴影的颜色*/
  66. scrollbar-track-color: #666; /*立体滚动条背景颜色*/
  67. scrollbar-base-color: #f8f8f8; /*滚动条的基本颜色*/
  68. /*Cursor: url(mouse.cur); *//*自定义个性鼠标*/
  69. color: #Fff;
  70. }
  71. .abs{
  72. position: absolute;
  73. left: 0;
  74. top:0;
  75. z-index: 10;
  76. }
  77. .leftPanel{
  78. left:2%;
  79. top:8.4%;
  80. height: 1px;
  81. }
  82. .leftPanel .fac_progress{
  83. width: 100%;height: 5px;background-color: #154360;z-index: 0;border-radius: 3px;
  84. }
  85. .leftPanel .fac_progress_value{
  86. width: 0%;height: 5px;background-color: #05abc0;z-index: 1;border-radius: 3px;
  87. }
  88. .rightPanel{
  89. right:50px;
  90. width: 490px;
  91. left: auto;
  92. top:8.4%;
  93. height: 87%;
  94. z-index: 100001 !important;
  95. }
  96. .fac_btn{
  97. width: 56px;
  98. height: 30px;
  99. text-align: center;
  100. line-height: 30px;
  101. background-color: #034859;
  102. color: #009dad;
  103. margin: 0 2px;
  104. display: inline-block;
  105. cursor: pointer;
  106. }
  107. .fac_btn:hover{
  108. background-color: #008899 !important;
  109. color: #e9f5f6 !important;
  110. }
  111. .fac_btn.active{
  112. background-color: #008899 !important;
  113. color: #e9f5f6 !important;
  114. }
  115. .reconnect{
  116. position: absolute;
  117. top:0px;
  118. left: 0px;
  119. height: 100%;
  120. width: 100%;
  121. background-color: #1b0f0f9b;
  122. color: #fff;
  123. font-size: 24px;
  124. z-index: 1000001;
  125. text-align: center;
  126. padding-top: 25%;
  127. }
  128. #iframeWin .content,#iframeWin iframe{
  129. height: 724px;
  130. width: 100%;
  131. border: 0;
  132. }
  133. .impWin .content,.impWin iframe{
  134. height: 160px !important;
  135. width: 100%;
  136. border: 0;
  137. }
  138. .bpbWin{
  139. width: 1366px !important;
  140. height: 764px !important;
  141. left: 50%;
  142. top:50%;
  143. margin-top: -382px !important;
  144. margin-left:-683px !important;
  145. }
  146. .impWin{
  147. width: 800px !important;
  148. height: 160px !important;
  149. left: 50%;
  150. top:50%;
  151. margin-top: -80px !important;
  152. margin-left:-400px !important;
  153. }
  154. .impDiv{
  155. padding:15px;
  156. position:absolute;
  157. z-index:100;
  158. top:0;
  159. left:0;
  160. width:780px;
  161. background: #396da9;
  162. border: 1px solid #314f85;
  163. }
  164. .impDiv .triangle{
  165. width: 0;
  166. height: 0;
  167. position: absolute;
  168. top: 20px;
  169. right: -12px;
  170. border-width: 6px;
  171. border-style: solid;
  172. border-color:transparent transparent transparent #396da9 ;
  173. border-radius: 4rpx;
  174. }
  175. #loading{
  176. position: absolute;
  177. top: 50%;
  178. left: 50%;
  179. font-size: 18px;
  180. color: blue;
  181. z-index: 1;
  182. margin-left: -120px;
  183. width: 100%;
  184. color: #B0E1FF;
  185. letter-spacing: 7px;
  186. font-weight: bold;
  187. }
  188. #loading_a1{
  189. position: absolute;
  190. z-index: 1;
  191. left: 50%;
  192. top: 40%;
  193. width: 100px;
  194. height: 100px;
  195. margin-top: -50px;
  196. margin-left: -50px;
  197. }
  198. #search{
  199. position: absolute;width: 320px;top: 12%;left: 50%;margin-left: -160px;
  200. z-index: 1;
  201. background: rgba(41,85,137,0.7);
  202. border-radius: 2px 2px 2px 2px;
  203. border: 1px solid #66AEF3;
  204. }
  205. #search input{
  206. width: 315px;height: 38px;background: rgba(41,85,137,0.7);border-radius: 2px 2px 2px 2px;border: 1px solid #66AEF3;color: #ffffff;font-size: 14px;
  207. letter-spacing: 3px;
  208. }
  209. #search_result{
  210. position: absolute;width: 310px;max-height: 256px;min-height: 32px; top: 17%;left: 50%;margin-left: -160px;opacity: 0.7;background-color: #132F5F;
  211. padding: 8px;color: #Ffffff;font-size: 14px;
  212. background: rgba(19,47,95,0.8);
  213. box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  214. border-radius: 2px 2px 2px 2px;
  215. z-index: 1;
  216. overflow-y: auto;
  217. }
  218. #search_result .item{
  219. border-radius: 2px 2px 2px 2px;height: 30px;line-height: 30px;padding-left: 5px;cursor: pointer;
  220. }
  221. #search_result .item:hover{
  222. background: #3B6096;
  223. }
  224. #func_menulist{
  225. position: absolute;
  226. width: 160px;
  227. height: 100px;
  228. background: rgba(19, 47, 95, 0.8);
  229. box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  230. border-radius: 2px 2px 2px 2px;
  231. z-index: 4;
  232. top: 60px;
  233. right: 9%;
  234. padding: 5px;
  235. }
  236. #imp_item{
  237. position: absolute;
  238. width: 160px;
  239. height: auto;
  240. background: rgba(19, 47, 95, 0.8);
  241. box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  242. border-radius: 2px 2px 2px 2px;
  243. z-index: 4;
  244. top: 60px;
  245. right: 71px;
  246. padding: 5px;
  247. }
  248. #imp_item>div,#func_menulist>div{
  249. width: 144px;
  250. height: 30px;
  251. border-radius: 2px 2px 2px 2px;
  252. cursor: pointer;
  253. color: #ffffff;
  254. line-height: 30px;
  255. padding:0 5px;
  256. }
  257. #imp_item>div:hover,#func_menulist>div:hover{
  258. background: #3B6096;
  259. }
  260. #imp_item .active,#func_menulist .active{
  261. background: #3B6096;
  262. }
  263. #top{
  264. position: fixed;
  265. top:0;
  266. left: 0;
  267. width: 1920px;
  268. height: calc(90px*var(--hRate));
  269. z-index: 10000;
  270. background-repeat: no-repeat;
  271. }
  272. .bottom{
  273. position: fixed;
  274. bottom:calc(2%*var(--hRate));
  275. margin-left: 19px;
  276. left: 0;
  277. width: 42%;
  278. height: calc(100px*var(--hRate));
  279. z-index: 1;
  280. background-repeat: no-repeat;
  281. background-size: contain;
  282. background-image: url('../assets/image/nav_bg.png')
  283. }
  284. .bottom .btn{
  285. cursor: pointer;
  286. display: flex;
  287. flex-flow: column;
  288. height: 100%;
  289. width: 11%;
  290. background-size: contain;
  291. background-repeat: no-repeat;
  292. color: #1eabb7;
  293. font-size: 16px;
  294. text-align: center;
  295. justify-content: center;
  296. align-items: center;
  297. }
  298. .bottom .btn:hover{
  299. color: #fff !important;
  300. font-size: 18px !important;
  301. font-weight: bold;
  302. }
  303. .bottom .btn.active{
  304. color: #fff !important;
  305. font-size: 18px !important;
  306. font-weight: bold;
  307. }
  308. .bottom img{
  309. cursor: pointer;
  310. vertical-align: middle;
  311. width: 30px;
  312. height: 30px;
  313. }
  314. .top02{
  315. background-image: url('../assets/image/top.png') !important;
  316. }
  317. .top03{
  318. background-image: url('../assets/image/top_02.png') !important;
  319. }
  320. .topfac{
  321. background-image: url('../assets/image/fac_top.png') !important;
  322. }
  323. .title_row{
  324. display: flex;
  325. font-size: 16px;
  326. font-weight: bold;
  327. height: 24px;
  328. line-height: 24px;
  329. margin-bottom: 0px;
  330. }
  331. .title_left_line{
  332. background-image: url('../assets/image/title_left_line.png');
  333. width: 6px;
  334. height: 18px;
  335. vertical-align: middle;
  336. margin-right: 10px;
  337. margin-top: 3px;
  338. }
  339. .littleFont{
  340. font-size: 12px;
  341. letter-spacing: 2px;
  342. }
  343. .data_row{
  344. display: flex;
  345. font-size: 16px;
  346. font-weight: bold;
  347. min-height: 60px;
  348. margin-top: calc(20px*var(--hRate));
  349. }
  350. .fac_pie{
  351. width: calc(150px*var(--hRate));
  352. height: calc(150px*var(--hRate));
  353. }
  354. .table_caption{
  355. height: 30px;
  356. line-height: 30px;
  357. font-size: 16px;
  358. color: #fff;
  359. font-weight: bold;
  360. width: 100%;
  361. padding: 0 10px;
  362. }
  363. #dev_state{
  364. position: absolute;
  365. z-index: 1;
  366. top:100px;
  367. left: 10px;
  368. }
  369. #dev_state .title{
  370. background-image: url('../assets/image/dev_state_title.png');
  371. background-repeat: no-repeat;
  372. background-size: auto;
  373. height: 32px;
  374. width: 416px;
  375. }
  376. #dev_state .content{
  377. margin:5px;
  378. padding: 10px;
  379. width: 400px;
  380. height: 238px;
  381. background: rgba(41,85,137,0.7);
  382. }
  383. #dev_alarm{
  384. position: absolute;
  385. z-index: 1;
  386. top:410px;
  387. left: 10px;
  388. }
  389. #dev_alarm .title{
  390. background-image: url('../assets/image/dev_alarm_title.png');
  391. background-repeat: no-repeat;
  392. background-size: auto;
  393. height: 32px;
  394. width: 416px;
  395. text-align: center;
  396. color: #f0f377;
  397. line-height: 32px;
  398. }
  399. #dev_alarm .content{
  400. margin:5px;
  401. padding: 10px;
  402. width: 400px;
  403. height: auto;
  404. background: rgba(41,85,137,0.7);
  405. }
  406. #dev_stop{
  407. position: absolute;
  408. z-index: 1;
  409. top:705px;
  410. left: 10px;
  411. }
  412. #dev_stop .title{
  413. background-image: url('../assets/image/stop_title.png');
  414. background-repeat: no-repeat;
  415. background-size: auto;
  416. height: 32px;
  417. width: 416px;
  418. text-align: center;
  419. color: #f0f377;
  420. line-height: 32px;
  421. }
  422. #dev_stop .content{
  423. margin:5px;
  424. padding: 10px;
  425. width: 400px;
  426. height: auto;
  427. background: rgba(41,85,137,0.7);
  428. }
  429. #dev_xiaolv{
  430. position: absolute;
  431. z-index: 1;
  432. top:100px;
  433. right: 10px;
  434. }
  435. #dev_xiaolv .title{
  436. background-image: url('../assets/image/xiaolv_title.png');
  437. background-repeat: no-repeat;
  438. background-size: auto;
  439. height: 32px;
  440. width: 416px;
  441. text-align: center;
  442. color: #f0f377;
  443. line-height: 32px;
  444. }
  445. #dev_xiaolv .content{
  446. margin:5px;
  447. padding: 10px;
  448. width: 416px;
  449. height: auto;
  450. background: rgba(41,85,137,0.7);
  451. }
  452. #dev_jiadonglv{
  453. position: absolute;
  454. z-index: 1;
  455. top:380px;
  456. right: 10px;
  457. }
  458. #dev_jiadonglv .title{
  459. background-image: url('../assets/image/dev_jiadonglv_title.png');
  460. background-repeat: no-repeat;
  461. background-size: auto;
  462. height: 32px;
  463. width: 416px;
  464. text-align: center;
  465. color: #f0f377;
  466. line-height: 32px;
  467. }
  468. #dev_jiadonglv .content{
  469. margin:5px;
  470. padding: 10px;
  471. width: 416px;
  472. height: auto;
  473. background: rgba(41,85,137,0.7);
  474. }
  475. #dev_sc_qushi{
  476. position: absolute;
  477. z-index: 1;
  478. top:605px;
  479. right: 10px;
  480. }
  481. #dev_sc_qushi .title{
  482. background-image: url('../assets/image/dev_sc_qushi_title.png');
  483. background-repeat: no-repeat;
  484. background-size: auto;
  485. height: 32px;
  486. width: 416px;
  487. text-align: center;
  488. color: #f0f377;
  489. line-height: 32px;
  490. }
  491. #dev_sc_qushi .content{
  492. margin:5px;
  493. padding: 10px;
  494. width: 410px;
  495. height: auto;
  496. background: rgba(41,85,137,0.7);
  497. }
  498. #dev_used_qushi{
  499. position: absolute;
  500. z-index: 1;
  501. top:830px;
  502. right: 10px;
  503. }
  504. #dev_used_qushi .title{
  505. background-image: url('../assets/image/dev_used_qushi_title.png');
  506. background-repeat: no-repeat;
  507. background-size: auto;
  508. height: 32px;
  509. width: 416px;
  510. text-align: center;
  511. color: #f0f377;
  512. line-height: 32px;
  513. }
  514. #dev_used_qushi .content{
  515. margin:5px;
  516. padding: 10px;
  517. width: 416px;
  518. height: auto;
  519. background: rgba(41,85,137,0.7);
  520. }
  521. .showinfo{
  522. position: absolute;
  523. width: 800px;
  524. height: 444px;
  525. left: 50%;
  526. top:50%;
  527. margin-top: -222px;
  528. margin-left:-400px;
  529. z-index: 2;
  530. background-color: rgba(9,28,67,0.9);
  531. border: 2px solid #445985;
  532. color: #7E96D9;
  533. }
  534. .newwin .title,.showinfo .title{
  535. width: 100%;
  536. height: 40px;
  537. background: linear-gradient( 90deg, #2E5097 0%, #071433 100%);
  538. }
  539. .newwin{
  540. position: absolute;
  541. width: 1330px;
  542. height: 576px;
  543. left: 50%;
  544. top:50%;
  545. margin-top: -278px;
  546. margin-left:-665px;
  547. z-index: 999999;
  548. background-color: rgba(9,28,67,0.9);
  549. border: 2px solid #445985;
  550. color: #7E96D9;
  551. }
  552. .newwin .title .text,.showinfo .title .text{
  553. font-weight: 400;
  554. font-size: 24px;
  555. line-height: 28px;
  556. text-align: left;
  557. color: #AFC5FF;
  558. float: left;
  559. margin: 7px;
  560. }
  561. .newwin .btn{
  562. display: inline-block;
  563. width: 136px;
  564. height: 32px;
  565. background: linear-gradient(#2056c605, #3765c3 0%, rgba(0, 39, 118, 0) 100%);
  566. border: 1px solid;
  567. border-image: linear-gradient(360deg, rgba(168, 196, 255, 1), rgba(164, 193, 255, 0)) 1 1;
  568. margin:10px;
  569. line-height: 32px;
  570. font-size: 18px;
  571. cursor: pointer;
  572. }
  573. .newwin .btn_active{
  574. background-color: #a09ef5;
  575. font-weight: bold;
  576. color: #fff;
  577. }
  578. .newwin table{
  579. width: 100%;
  580. text-align: center;
  581. border-top: 1px solid #8194BC;
  582. border-bottom: 1px solid #8194BC;
  583. color: #97BCFF;
  584. }
  585. .newwin table tr{
  586. height: 50px
  587. }
  588. .newwin .value{
  589. color: #fff;
  590. }
  591. .newwin .dataContent .no_alarm{
  592. width: 95%;
  593. height: 140px;
  594. color: #ffffff;
  595. font-size: 32px;
  596. text-align: center;
  597. line-height: 140px;
  598. }
  599. .newwin .dataContent .has_alarm{
  600. width: 95%;
  601. height: 140px;
  602. display: none;
  603. font-size: 24px;
  604. text-align: center;
  605. line-height: 140px;
  606. }
  607. .newwin .dataContent .has_alarm .alarm_span{
  608. margin: 0 20px;
  609. color: red;
  610. }
  611. .newwin .dataContent .dev_alarm_echarts{
  612. width: 95%;
  613. height: 300px;
  614. line-height: 300px;
  615. text-align: center;
  616. font-size: 24px;
  617. color: #ffffff;
  618. }
  619. .showinfo td,.newwin td{
  620. border: 0px !important;
  621. }
  622. .td_splitLine{
  623. border: 1px solid;
  624. border-image: linear-gradient(90deg, rgba(126, 150, 217, 0), rgba(126, 150, 217, 1), rgba(126, 150, 217, 0)) 1 1;
  625. }
  626. .hideDiv{
  627. display: none;
  628. }
  629. #date_select{
  630. position: absolute;
  631. display: none;
  632. z-index: 1000;
  633. color: #ffffff;
  634. background: #396da9;
  635. padding: 5px;
  636. border: 1px solid #314f85;
  637. }
  638. #date_select .triangle,#day_select .triangle{
  639. width: 0;
  640. height: 0;
  641. position: absolute;
  642. top: 20px;
  643. right: -12px;
  644. border-width: 6px;
  645. border-style: solid;
  646. border-color:transparent transparent transparent #396da9 ;
  647. border-radius: 4rpx;
  648. }
  649. #day_select{
  650. position: absolute;
  651. display: none;
  652. z-index: 1000;
  653. color: #ffffff;
  654. background: #396da9;
  655. padding: 5px;
  656. border: 1px solid #314f85;
  657. }
  658. .ui-datepicker-trigger{
  659. color: #fff;
  660. background: #27486f;
  661. border: 1px solid #7d8aa3;
  662. font-size: 11px;
  663. cursor: pointer;
  664. padding: 0 3px;
  665. border-radius: 3px;
  666. }
  667. .ui-datepicker-calendar tbody tr{
  668. font-size: 14px !important
  669. }
  670. .hasDatepicker{
  671. background: #ccc;
  672. border: 1px solid #fff;
  673. border-radius: 3px;
  674. margin: 0 5px;
  675. color: #3d3ad7;
  676. font-weight: bold;
  677. }
  678. .dateSelected_ok,.daySelected_ok{
  679. text-align: center;
  680. }
  681. .dateSelected_ok button,.daySelected_ok button{
  682. color: #fff;
  683. background: #27486f;
  684. border: 1px solid #7d8aa3;
  685. font-size: 14px;
  686. cursor: pointer;
  687. margin-top: 10px;
  688. padding: 0 9px;
  689. border-radius: 3px;
  690. }