main.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. body{
  2. padding: 0;
  3. margin: 0;
  4. overflow: hidden;
  5. background-color: #050C28;
  6. /*background-image: url('image/bg.jpeg');*/
  7. }
  8. thead tr{
  9. background-image: url('../image/thead_bg.png');
  10. background: rgba(25,57,103,0.7);
  11. border: 1px solid #7DA2CD;
  12. height: 32px;
  13. }
  14. tbody tr{
  15. background: rgba(25,57,103,0.3);
  16. border: 1px solid #7DA2CD;
  17. height: 32px;
  18. font-size: 16px;
  19. }
  20. td{
  21. border-bottom: 1px solid #7DA2CD;
  22. }
  23. /* ---- Chrome ----*/
  24. ::-webkit-scrollbar {
  25. width: 8px; /*滚动条粗细*/
  26. height: 12px
  27. }
  28. ::-webkit-scrollbar-track {
  29. -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
  30. background: #f2f6f3; /*滑道颜色*/
  31. border-radius: 5px; /*滑道的圆滑度*/
  32. }
  33. .scroll::-webkit-scrollbar-thumb {
  34. background: #94b0eb; /*滑块颜色*/
  35. border-radius: 5px /*滑块圆滑度*/
  36. }
  37. .scroll::-webkit-scrollbar-thumb:hover {
  38. background: #a8a8a8; /*滑块上浮*/
  39. }
  40. /*--- FirFox ---*/
  41. .scroll {
  42. scrollbar-width: thin;
  43. scrollbar-color: #94b0eb #f2f6f3;
  44. }
  45. /* --- IE ---*/
  46. body {
  47. scrollbar-arrow-color: #f4ae21; /*三角箭头的颜色*/
  48. scrollbar-face-color: #333; /*立体滚动条的颜色*/
  49. scrollbar-3dlight-color: #666; /*立体滚动条亮边的颜色*/
  50. scrollbar-highlight-color: #666; /*滚动条空白部分的颜色*/
  51. scrollbar-shadow-color: #999; /*立体滚动条阴影的颜色*/
  52. scrollbar-darkshadow-color: #666; /*立体滚动条强阴影的颜色*/
  53. scrollbar-track-color: #666; /*立体滚动条背景颜色*/
  54. scrollbar-base-color: #f8f8f8; /*滚动条的基本颜色*/
  55. Cursor: url(mouse.cur); /*自定义个性鼠标*/
  56. }
  57. #loading{
  58. position: absolute;
  59. top: 50%;
  60. left: 50%;
  61. font-size: 18px;
  62. color: blue;
  63. z-index: 1;
  64. margin-left: -120px;
  65. width: 100%;
  66. color: #B0E1FF;
  67. letter-spacing: 7px;
  68. font-weight: bold;
  69. }
  70. #loading_a1{
  71. position: absolute;
  72. z-index: 1;
  73. left: 50%;
  74. top: 40%;
  75. width: 100px;
  76. height: 100px;
  77. margin-top: -50px;
  78. margin-left: -50px;
  79. }
  80. #search{
  81. position: absolute;width: 320px;top: 12%;left: 50%;margin-left: -160px;
  82. z-index: 1;
  83. background: rgba(41,85,137,0.7);
  84. border-radius: 2px 2px 2px 2px;
  85. border: 1px solid #66AEF3;
  86. }
  87. #search input{
  88. 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;
  89. letter-spacing: 3px;
  90. }
  91. #search_result{
  92. display: none;
  93. position: absolute;width: 310px;max-height: 256px;min-height: 32px; top: 17%;left: 50%;margin-left: -160px;opacity: 0.7;background-color: #132F5F;
  94. padding: 8px;color: #Ffffff;font-size: 14px;
  95. background: rgba(19,47,95,0.8);
  96. box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.2);
  97. border-radius: 2px 2px 2px 2px;
  98. z-index: 1
  99. }
  100. #search_result .item{
  101. border-radius: 2px 2px 2px 2px;height: 30px;line-height: 30px;padding-left: 5px;cursor: pointer;
  102. }
  103. #search_result .item:hover{
  104. background: #3B6096;
  105. }
  106. #imp_item{
  107. position: absolute;
  108. width: 160px;
  109. height: 450px;
  110. background: rgba(19, 47, 95, 0.8);
  111. box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  112. border-radius: 2px 2px 2px 2px;
  113. z-index: 4;
  114. top: 60px;
  115. right: 71px;
  116. padding: 5px;
  117. display: none;
  118. }
  119. #imp_item>div{
  120. width: 144px;
  121. height: 30px;
  122. border-radius: 2px 2px 2px 2px;
  123. cursor: pointer;
  124. color: #ffffff;
  125. line-height: 30px;
  126. padding:0 5px;
  127. }
  128. #imp_item>div:hover{
  129. background: #3B6096;
  130. }
  131. #imp_item .active{
  132. background: #3B6096;
  133. }
  134. #top{
  135. position: fixed;
  136. top:0;
  137. left: 0;
  138. width: 1920px;
  139. height: 95px;
  140. z-index: 1;
  141. background: #ffffff00;
  142. }
  143. .bottom{
  144. position: fixed;
  145. bottom: 0;
  146. left: 0;
  147. width: 1920px;
  148. height: 46px;
  149. z-index: 1;
  150. background-image: url('../image/bottom.png')
  151. }
  152. .bottom img{
  153. cursor: pointer;
  154. }
  155. .top02{
  156. background-image: url('../image/top.png') !important;
  157. }
  158. .top03{
  159. background-image: url('../image/top_02.png') !important;
  160. }
  161. .topfac{
  162. background-image: url('../image/top_fac.png') !important;
  163. }
  164. #dev_state{
  165. position: absolute;
  166. z-index: 1;
  167. top:100px;
  168. left: 10px;
  169. }
  170. #dev_state .title{
  171. background-image: url('../image/dev_state_title.png');
  172. background-repeat: no-repeat;
  173. background-size: auto;
  174. height: 32px;
  175. width: 416px;
  176. }
  177. #dev_state .content{
  178. margin:5px;
  179. padding: 10px;
  180. width: 400px;
  181. height: 238px;
  182. background: rgba(41,85,137,0.7);
  183. }
  184. #dev_alarm{
  185. position: absolute;
  186. z-index: 1;
  187. top:415px;
  188. left: 10px;
  189. }
  190. #dev_alarm .title{
  191. background-image: url('../image/dev_alarm_title.png');
  192. background-repeat: no-repeat;
  193. background-size: auto;
  194. height: 32px;
  195. width: 416px;
  196. text-align: center;
  197. color: #f0f377;
  198. line-height: 32px;
  199. }
  200. #dev_alarm .content{
  201. margin:5px;
  202. padding: 10px;
  203. width: 400px;
  204. height: auto;
  205. background: rgba(41,85,137,0.7);
  206. }
  207. #dev_stop{
  208. position: absolute;
  209. z-index: 1;
  210. top:705px;
  211. left: 10px;
  212. }
  213. #dev_stop .title{
  214. background-image: url('../image/stop_title.png');
  215. background-repeat: no-repeat;
  216. background-size: auto;
  217. height: 32px;
  218. width: 416px;
  219. text-align: center;
  220. color: #f0f377;
  221. line-height: 32px;
  222. }
  223. #dev_stop .content{
  224. margin:5px;
  225. padding: 10px;
  226. width: 400px;
  227. height: auto;
  228. background: rgba(41,85,137,0.7);
  229. }
  230. #dev_xiaolv{
  231. position: absolute;
  232. z-index: 1;
  233. top:100px;
  234. right: 10px;
  235. }
  236. #dev_xiaolv .title{
  237. background-image: url('../image/xiaolv_title.png');
  238. background-repeat: no-repeat;
  239. background-size: auto;
  240. height: 32px;
  241. width: 416px;
  242. text-align: center;
  243. color: #f0f377;
  244. line-height: 32px;
  245. }
  246. #dev_xiaolv .content{
  247. margin:5px;
  248. padding: 10px;
  249. width: 416px;
  250. height: auto;
  251. background: rgba(41,85,137,0.7);
  252. }
  253. #dev_jiadonglv{
  254. position: absolute;
  255. z-index: 1;
  256. top:390px;
  257. right: 10px;
  258. }
  259. #dev_jiadonglv .title{
  260. background-image: url('../image/dev_jiadonglv_title.png');
  261. background-repeat: no-repeat;
  262. background-size: auto;
  263. height: 32px;
  264. width: 416px;
  265. text-align: center;
  266. color: #f0f377;
  267. line-height: 32px;
  268. }
  269. #dev_jiadonglv .content{
  270. margin:5px;
  271. padding: 10px;
  272. width: 416px;
  273. height: auto;
  274. background: rgba(41,85,137,0.7);
  275. }
  276. #dev_sc_qushi{
  277. position: absolute;
  278. z-index: 1;
  279. top:625px;
  280. right: 10px;
  281. }
  282. #dev_sc_qushi .title{
  283. background-image: url('../image/dev_sc_qushi_title.png');
  284. background-repeat: no-repeat;
  285. background-size: auto;
  286. height: 32px;
  287. width: 416px;
  288. text-align: center;
  289. color: #f0f377;
  290. line-height: 32px;
  291. }
  292. #dev_sc_qushi .content{
  293. margin:5px;
  294. padding: 10px;
  295. width: 416px;
  296. height: auto;
  297. background: rgba(41,85,137,0.7);
  298. }
  299. #dev_used_qushi{
  300. position: absolute;
  301. z-index: 1;
  302. top:855px;
  303. right: 10px;
  304. }
  305. #dev_used_qushi .title{
  306. background-image: url('../image/dev_used_qushi_title.png');
  307. background-repeat: no-repeat;
  308. background-size: auto;
  309. height: 32px;
  310. width: 416px;
  311. text-align: center;
  312. color: #f0f377;
  313. line-height: 32px;
  314. }
  315. #dev_used_qushi .content{
  316. margin:5px;
  317. padding: 10px;
  318. width: 416px;
  319. height: auto;
  320. background: rgba(41,85,137,0.7);
  321. }
  322. .showinfo{
  323. position: absolute;
  324. width: 800px;
  325. height: 444px;
  326. left: 50%;
  327. top:50%;
  328. margin-top: -222px;
  329. margin-left:-400px;
  330. z-index: 2;
  331. background-color: rgba(9,28,67,0.9);
  332. border: 2px solid #445985;
  333. display: none;
  334. color: #7E96D9;
  335. }
  336. .newwin .title,.showinfo .title{
  337. width: 100%;
  338. height: 40px;
  339. background: linear-gradient( 90deg, #2E5097 0%, #071433 100%);
  340. }
  341. .newwin{
  342. position: absolute;
  343. width: 1330px;
  344. height: 576px;
  345. left: 50%;
  346. top:50%;
  347. margin-top: -278px;
  348. margin-left:-665px;
  349. z-index: 2;
  350. background-color: rgba(9,28,67,0.9);
  351. border: 2px solid #445985;
  352. display: none;
  353. color: #7E96D9;
  354. }
  355. .newwin .title .text,.showinfo .title .text{
  356. font-weight: 400;
  357. font-size: 24px;
  358. line-height: 28px;
  359. text-align: left;
  360. color: #AFC5FF;
  361. float: left;
  362. margin: 7px;
  363. }
  364. .newwin .btn{
  365. display: inline-block;
  366. width: 136px;
  367. height: 32px;
  368. background: linear-gradient(#2056c605, #3765c3 0%, rgba(0, 39, 118, 0) 100%);
  369. border: 1px solid;
  370. border-image: linear-gradient(360deg, rgba(168, 196, 255, 1), rgba(164, 193, 255, 0)) 1 1;
  371. margin:10px;
  372. line-height: 32px;
  373. font-size: 18px;
  374. cursor: pointer;
  375. }
  376. .newwin .btn_active{
  377. background-color: #a09ef5;
  378. font-weight: bold;
  379. color: #fff;
  380. }
  381. .newwin table{
  382. width: 100%;
  383. text-align: center;
  384. border-top: 1px solid #8194BC;
  385. border-bottom: 1px solid #8194BC;
  386. color: #97BCFF;
  387. }
  388. .newwin table tr{
  389. height: 50px
  390. }
  391. .newwin .value{
  392. color: #fff;
  393. }
  394. .newwin .dataContent .no_alarm{
  395. width: 95%;
  396. height: 140px;
  397. color: #ffffff;
  398. font-size: 32px;
  399. text-align: center;
  400. line-height: 140px;
  401. }
  402. .newwin .dataContent .has_alarm{
  403. width: 95%;
  404. height: 140px;
  405. display: none;
  406. font-size: 24px;
  407. text-align: center;
  408. line-height: 140px;
  409. }
  410. .newwin .dataContent .has_alarm .alarm_span{
  411. margin: 0 20px;
  412. color: red;
  413. }
  414. .newwin .dataContent .dev_alarm_echarts{
  415. width: 95%;
  416. height: 300px;
  417. line-height: 300px;
  418. text-align: center;
  419. font-size: 24px;
  420. color: #ffffff;
  421. }
  422. .showinfo td,.newwin td{
  423. border: 0px !important;
  424. }
  425. .td_splitLine{
  426. border: 1px solid;
  427. border-image: linear-gradient(90deg, rgba(126, 150, 217, 0), rgba(126, 150, 217, 1), rgba(126, 150, 217, 0)) 1 1;
  428. }
  429. .hideDiv{
  430. display: none;
  431. }
  432. #date_select{
  433. position: absolute;
  434. display: none;
  435. z-index: 1000;
  436. color: #ffffff;
  437. background: #396da9;
  438. padding: 5px;
  439. border: 1px solid #314f85;
  440. }
  441. #date_select .triangle,#day_select .triangle{
  442. width: 0;
  443. height: 0;
  444. position: absolute;
  445. top: 20px;
  446. right: -12px;
  447. border-width: 6px;
  448. border-style: solid;
  449. border-color:transparent transparent transparent #396da9 ;
  450. border-radius: 4rpx;
  451. }
  452. #day_select{
  453. position: absolute;
  454. display: none;
  455. z-index: 1000;
  456. color: #ffffff;
  457. background: #396da9;
  458. padding: 5px;
  459. border: 1px solid #314f85;
  460. }
  461. .ui-datepicker-trigger{
  462. color: #fff;
  463. background: #27486f;
  464. border: 1px solid #7d8aa3;
  465. font-size: 11px;
  466. cursor: pointer;
  467. padding: 0 3px;
  468. border-radius: 3px;
  469. }
  470. .ui-datepicker-calendar tbody tr{
  471. font-size: 14px !important
  472. }
  473. .hasDatepicker{
  474. background: #ccc;
  475. border: 1px solid #fff;
  476. border-radius: 3px;
  477. margin: 0 5px;
  478. color: #3d3ad7;
  479. font-weight: bold;
  480. }
  481. .dateSelected_ok,.daySelected_ok{
  482. text-align: center;
  483. }
  484. .dateSelected_ok button,.daySelected_ok button{
  485. color: #fff;
  486. background: #27486f;
  487. border: 1px solid #7d8aa3;
  488. font-size: 14px;
  489. cursor: pointer;
  490. margin-top: 10px;
  491. padding: 0 9px;
  492. border-radius: 3px;
  493. }