main.css 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701
  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. min-height: 25px;
  164. }
  165. .impDiv .triangle{
  166. width: 0;
  167. height: 0;
  168. position: absolute;
  169. top: 20px;
  170. right: -12px;
  171. border-width: 6px;
  172. border-style: solid;
  173. border-color:transparent transparent transparent #396da9 ;
  174. border-radius: 4rpx;
  175. }
  176. #loading{
  177. position: absolute;
  178. top: 50%;
  179. left: 50%;
  180. font-size: 18px;
  181. color: blue;
  182. z-index: 1;
  183. margin-left: -120px;
  184. width: 100%;
  185. color: #B0E1FF;
  186. letter-spacing: 7px;
  187. font-weight: bold;
  188. }
  189. #loading_a1{
  190. position: absolute;
  191. z-index: 1;
  192. left: 50%;
  193. top: 40%;
  194. width: 100px;
  195. height: 100px;
  196. margin-top: -50px;
  197. margin-left: -50px;
  198. }
  199. #search{
  200. position: absolute;width: 320px;top: 12%;left: 50%;margin-left: -160px;
  201. z-index: 1;
  202. background: rgba(41,85,137,0.7);
  203. border-radius: 2px 2px 2px 2px;
  204. border: 1px solid #66AEF3;
  205. }
  206. #search input{
  207. 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;
  208. letter-spacing: 3px;
  209. }
  210. #search_result{
  211. position: absolute;width: 310px;max-height: 256px;min-height: 32px; top: 17%;left: 50%;margin-left: -160px;opacity: 0.7;background-color: #132F5F;
  212. padding: 8px;color: #Ffffff;font-size: 14px;
  213. background: rgba(19,47,95,0.8);
  214. box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  215. border-radius: 2px 2px 2px 2px;
  216. z-index: 1;
  217. overflow-y: auto;
  218. }
  219. #search_result .item{
  220. border-radius: 2px 2px 2px 2px;height: 30px;line-height: 30px;padding-left: 5px;cursor: pointer;
  221. }
  222. #search_result .item:hover{
  223. background: #3B6096;
  224. }
  225. #func_menulist{
  226. position: absolute;
  227. width: 160px;
  228. height: 100px;
  229. background: rgba(19, 47, 95, 0.8);
  230. box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  231. border-radius: 2px 2px 2px 2px;
  232. z-index: 4;
  233. top: 60px;
  234. right: 9%;
  235. padding: 5px;
  236. }
  237. #imp_item{
  238. position: absolute;
  239. width: 160px;
  240. height: auto;
  241. background: rgba(19, 47, 95, 0.8);
  242. box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  243. border-radius: 2px 2px 2px 2px;
  244. z-index: 4;
  245. top: 60px;
  246. right: 71px;
  247. padding: 5px;
  248. }
  249. #imp_item>div,#func_menulist>div{
  250. width: 144px;
  251. height: 30px;
  252. border-radius: 2px 2px 2px 2px;
  253. cursor: pointer;
  254. color: #ffffff;
  255. line-height: 30px;
  256. padding:0 5px;
  257. }
  258. #imp_item>div:hover,#func_menulist>div:hover{
  259. background: #3B6096;
  260. }
  261. #imp_item .active,#func_menulist .active{
  262. background: #3B6096;
  263. }
  264. #top{
  265. position: fixed;
  266. top:0;
  267. left: 0;
  268. width: 1920px;
  269. height: calc(90px*var(--hRate));
  270. z-index: 10000;
  271. background-repeat: no-repeat;
  272. }
  273. .bottom{
  274. position: fixed;
  275. bottom:calc(2%*var(--hRate));
  276. margin-left: 19px;
  277. left: 0;
  278. width: 42%;
  279. height: calc(100px*var(--hRate));
  280. z-index: 1;
  281. background-repeat: no-repeat;
  282. background-size: contain;
  283. background-image: url('../assets/image/nav_bg.png')
  284. }
  285. .bottom .btn,.tools .btn{
  286. cursor: pointer;
  287. display: flex;
  288. flex-flow: column;
  289. height: 100%;
  290. width: 11%;
  291. background-size: contain;
  292. background-repeat: no-repeat;
  293. background-position: center;
  294. color: #1eabb7;
  295. font-size: 18px;
  296. text-align: center;
  297. justify-content: center;
  298. align-items: center;
  299. }
  300. .bottom .btn:hover,.tools .btn:hover{
  301. color: #fff !important;
  302. font-size: 18px !important;
  303. font-weight: bold;
  304. }
  305. .bottom .btn.active,.tools .btn.active{
  306. color: #fff !important;
  307. font-size: 18px !important;
  308. font-weight: bold;
  309. }
  310. .bottom img{
  311. cursor: pointer;
  312. vertical-align: middle;
  313. width: 30px;
  314. height: 30px;
  315. }
  316. .top02{
  317. background-image: url('../assets/image/top.png') !important;
  318. }
  319. .top03{
  320. background-image: url('../assets/image/top_02.png') !important;
  321. }
  322. .topfac{
  323. background-image: url('../assets/image/fac_top.png') !important;
  324. }
  325. .title_row{
  326. display: flex;
  327. font-size: 16px;
  328. font-weight: bold;
  329. height: 24px;
  330. line-height: 24px;
  331. margin-bottom: 0px;
  332. }
  333. .title_left_line{
  334. background-image: url('../assets/image/title_left_line.png');
  335. width: 6px;
  336. height: 18px;
  337. vertical-align: middle;
  338. margin-right: 10px;
  339. margin-top: 3px;
  340. }
  341. .littleFont{
  342. font-size: 12px;
  343. letter-spacing: 2px;
  344. }
  345. .data_row{
  346. display: flex;
  347. font-size: 16px;
  348. font-weight: bold;
  349. min-height: 60px;
  350. margin-top: calc(20px*var(--hRate));
  351. }
  352. .fac_pie{
  353. width: calc(150px*var(--hRate));
  354. height: calc(150px*var(--hRate));
  355. }
  356. .table_caption{
  357. height: 30px;
  358. line-height: 30px;
  359. font-size: 16px;
  360. color: #fff;
  361. font-weight: bold;
  362. width: 100%;
  363. padding: 0 10px;
  364. }
  365. #dev_state{
  366. position: absolute;
  367. z-index: 1;
  368. top:100px;
  369. left: 10px;
  370. }
  371. #dev_state .title{
  372. background-image: url('../assets/image/dev_state_title.png');
  373. background-repeat: no-repeat;
  374. background-size: auto;
  375. height: 32px;
  376. width: 416px;
  377. }
  378. #dev_state .content{
  379. margin:5px;
  380. padding: 10px;
  381. width: 400px;
  382. height: 238px;
  383. background: rgba(41,85,137,0.7);
  384. }
  385. #dev_alarm{
  386. position: absolute;
  387. z-index: 1;
  388. top:410px;
  389. left: 10px;
  390. }
  391. #dev_alarm .title{
  392. background-image: url('../assets/image/dev_alarm_title.png');
  393. background-repeat: no-repeat;
  394. background-size: auto;
  395. height: 32px;
  396. width: 416px;
  397. text-align: center;
  398. color: #f0f377;
  399. line-height: 32px;
  400. }
  401. #dev_alarm .content{
  402. margin:5px;
  403. padding: 10px;
  404. width: 400px;
  405. height: auto;
  406. background: rgba(41,85,137,0.7);
  407. }
  408. #dev_stop{
  409. position: absolute;
  410. z-index: 1;
  411. top:705px;
  412. left: 10px;
  413. }
  414. #dev_stop .title{
  415. background-image: url('../assets/image/stop_title.png');
  416. background-repeat: no-repeat;
  417. background-size: auto;
  418. height: 32px;
  419. width: 416px;
  420. text-align: center;
  421. color: #f0f377;
  422. line-height: 32px;
  423. }
  424. #dev_stop .content{
  425. margin:5px;
  426. padding: 10px;
  427. width: 400px;
  428. height: auto;
  429. background: rgba(41,85,137,0.7);
  430. }
  431. #dev_xiaolv{
  432. position: absolute;
  433. z-index: 1;
  434. top:100px;
  435. right: 10px;
  436. }
  437. #dev_xiaolv .title{
  438. background-image: url('../assets/image/xiaolv_title.png');
  439. background-repeat: no-repeat;
  440. background-size: auto;
  441. height: 32px;
  442. width: 416px;
  443. text-align: center;
  444. color: #f0f377;
  445. line-height: 32px;
  446. }
  447. #dev_xiaolv .content{
  448. margin:5px;
  449. padding: 10px;
  450. width: 416px;
  451. height: auto;
  452. background: rgba(41,85,137,0.7);
  453. }
  454. #dev_jiadonglv{
  455. position: absolute;
  456. z-index: 1;
  457. top:380px;
  458. right: 10px;
  459. }
  460. #dev_jiadonglv .title{
  461. background-image: url('../assets/image/dev_jiadonglv_title.png');
  462. background-repeat: no-repeat;
  463. background-size: auto;
  464. height: 32px;
  465. width: 416px;
  466. text-align: center;
  467. color: #f0f377;
  468. line-height: 32px;
  469. }
  470. #dev_jiadonglv .content{
  471. margin:5px;
  472. padding: 10px;
  473. width: 416px;
  474. height: auto;
  475. background: rgba(41,85,137,0.7);
  476. }
  477. #dev_sc_qushi{
  478. position: absolute;
  479. z-index: 1;
  480. top:605px;
  481. right: 10px;
  482. }
  483. #dev_sc_qushi .title{
  484. background-image: url('../assets/image/dev_sc_qushi_title.png');
  485. background-repeat: no-repeat;
  486. background-size: auto;
  487. height: 32px;
  488. width: 416px;
  489. text-align: center;
  490. color: #f0f377;
  491. line-height: 32px;
  492. }
  493. #dev_sc_qushi .content{
  494. margin:5px;
  495. padding: 10px;
  496. width: 410px;
  497. height: auto;
  498. background: rgba(41,85,137,0.7);
  499. }
  500. #dev_used_qushi{
  501. position: absolute;
  502. z-index: 1;
  503. top:830px;
  504. right: 10px;
  505. }
  506. #dev_used_qushi .title{
  507. background-image: url('../assets/image/dev_used_qushi_title.png');
  508. background-repeat: no-repeat;
  509. background-size: auto;
  510. height: 32px;
  511. width: 416px;
  512. text-align: center;
  513. color: #f0f377;
  514. line-height: 32px;
  515. }
  516. #dev_used_qushi .content{
  517. margin:5px;
  518. padding: 10px;
  519. width: 416px;
  520. height: auto;
  521. background: rgba(41,85,137,0.7);
  522. }
  523. .showinfo{
  524. position: absolute;
  525. width: 800px;
  526. height: 444px;
  527. left: 50%;
  528. top:50%;
  529. margin-top: -222px;
  530. margin-left:-400px;
  531. z-index: 2;
  532. background-color: rgba(9,28,67,0.9);
  533. border: 2px solid #445985;
  534. color: #7E96D9;
  535. }
  536. .newwin .title,.showinfo .title{
  537. width: 100%;
  538. height: 40px;
  539. background: linear-gradient( 90deg, #2E5097 0%, #071433 100%);
  540. }
  541. .newwin{
  542. position: absolute;
  543. width: 1330px;
  544. height: 576px;
  545. left: 50%;
  546. top:50%;
  547. margin-top: -278px;
  548. margin-left:-665px;
  549. z-index: 999999;
  550. background-color: rgba(9,28,67,0.9);
  551. border: 2px solid #445985;
  552. color: #7E96D9;
  553. }
  554. .newwin .title .text,.showinfo .title .text{
  555. font-weight: 400;
  556. font-size: 24px;
  557. line-height: 28px;
  558. text-align: left;
  559. color: #AFC5FF;
  560. float: left;
  561. margin: 7px;
  562. }
  563. .newwin .btn{
  564. display: inline-block;
  565. width: 136px;
  566. height: 32px;
  567. background: linear-gradient(#2056c605, #3765c3 0%, rgba(0, 39, 118, 0) 100%);
  568. border: 1px solid;
  569. border-image: linear-gradient(360deg, rgba(168, 196, 255, 1), rgba(164, 193, 255, 0)) 1 1;
  570. margin:10px;
  571. line-height: 32px;
  572. font-size: 18px;
  573. cursor: pointer;
  574. }
  575. .newwin .btn_active{
  576. background-color: #a09ef5;
  577. font-weight: bold;
  578. color: #fff;
  579. }
  580. .newwin table{
  581. width: 100%;
  582. text-align: center;
  583. border-top: 1px solid #8194BC;
  584. border-bottom: 1px solid #8194BC;
  585. color: #97BCFF;
  586. }
  587. .newwin table tr{
  588. height: 50px
  589. }
  590. .newwin .value{
  591. color: #fff;
  592. }
  593. .newwin .dataContent .no_alarm{
  594. width: 95%;
  595. height: 140px;
  596. color: #ffffff;
  597. font-size: 32px;
  598. text-align: center;
  599. line-height: 140px;
  600. }
  601. .newwin .dataContent .has_alarm{
  602. width: 95%;
  603. height: 140px;
  604. display: none;
  605. font-size: 24px;
  606. text-align: center;
  607. line-height: 140px;
  608. }
  609. .newwin .dataContent .has_alarm .alarm_span{
  610. margin: 0 20px;
  611. color: red;
  612. }
  613. .newwin .dataContent .dev_alarm_echarts{
  614. width: 95%;
  615. height: 300px;
  616. line-height: 300px;
  617. text-align: center;
  618. font-size: 24px;
  619. color: #ffffff;
  620. }
  621. .showinfo td,.newwin td{
  622. border: 0px !important;
  623. }
  624. .td_splitLine{
  625. border: 1px solid;
  626. border-image: linear-gradient(90deg, rgba(126, 150, 217, 0), rgba(126, 150, 217, 1), rgba(126, 150, 217, 0)) 1 1;
  627. }
  628. .hideDiv{
  629. display: none;
  630. }
  631. #date_select{
  632. position: absolute;
  633. display: none;
  634. z-index: 1000;
  635. color: #ffffff;
  636. background: #396da9;
  637. padding: 5px;
  638. border: 1px solid #314f85;
  639. }
  640. #date_select .triangle,#day_select .triangle{
  641. width: 0;
  642. height: 0;
  643. position: absolute;
  644. top: 20px;
  645. right: -12px;
  646. border-width: 6px;
  647. border-style: solid;
  648. border-color:transparent transparent transparent #396da9 ;
  649. border-radius: 4rpx;
  650. }
  651. #day_select{
  652. position: absolute;
  653. display: none;
  654. z-index: 1000;
  655. color: #ffffff;
  656. background: #396da9;
  657. padding: 5px;
  658. border: 1px solid #314f85;
  659. }
  660. .ui-datepicker-trigger{
  661. color: #fff;
  662. background: #27486f;
  663. border: 1px solid #7d8aa3;
  664. font-size: 11px;
  665. cursor: pointer;
  666. padding: 0 3px;
  667. border-radius: 3px;
  668. }
  669. .ui-datepicker-calendar tbody tr{
  670. font-size: 14px !important
  671. }
  672. .hasDatepicker{
  673. background: #ccc;
  674. border: 1px solid #fff;
  675. border-radius: 3px;
  676. margin: 0 5px;
  677. color: #3d3ad7;
  678. font-weight: bold;
  679. }
  680. .dateSelected_ok,.daySelected_ok{
  681. text-align: center;
  682. }
  683. .dateSelected_ok button,.daySelected_ok button{
  684. color: #fff;
  685. background: #27486f;
  686. border: 1px solid #7d8aa3;
  687. font-size: 14px;
  688. cursor: pointer;
  689. margin-top: 10px;
  690. padding: 0 9px;
  691. border-radius: 3px;
  692. }