main.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  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: 350px;
  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. .top02{
  144. background-image: url('../image/top.png') !important;
  145. }
  146. .top03{
  147. background-image: url('../image/top_02.png') !important;
  148. }
  149. .topfac{
  150. background-image: url('../image/top_fac.png') !important;
  151. }
  152. #dev_state{
  153. position: absolute;
  154. z-index: 1;
  155. top:100px;
  156. left: 10px;
  157. }
  158. #dev_state .title{
  159. background-image: url('../image/dev_state_title.png');
  160. background-repeat: no-repeat;
  161. background-size: auto;
  162. height: 32px;
  163. width: 416px;
  164. }
  165. #dev_state .content{
  166. margin:5px;
  167. padding: 10px;
  168. width: 400px;
  169. height: 238px;
  170. background: rgba(41,85,137,0.7);
  171. }
  172. #dev_alarm{
  173. position: absolute;
  174. z-index: 1;
  175. top:415px;
  176. left: 10px;
  177. }
  178. #dev_alarm .title{
  179. background-image: url('../image/dev_alarm_title.png');
  180. background-repeat: no-repeat;
  181. background-size: auto;
  182. height: 32px;
  183. width: 416px;
  184. text-align: center;
  185. color: #f0f377;
  186. line-height: 32px;
  187. }
  188. #dev_alarm .content{
  189. margin:5px;
  190. padding: 10px;
  191. width: 400px;
  192. height: auto;
  193. background: rgba(41,85,137,0.7);
  194. }
  195. #dev_stop{
  196. position: absolute;
  197. z-index: 1;
  198. top:705px;
  199. left: 10px;
  200. }
  201. #dev_stop .title{
  202. background-image: url('../image/stop_title.png');
  203. background-repeat: no-repeat;
  204. background-size: auto;
  205. height: 32px;
  206. width: 416px;
  207. text-align: center;
  208. color: #f0f377;
  209. line-height: 32px;
  210. }
  211. #dev_stop .content{
  212. margin:5px;
  213. padding: 10px;
  214. width: 400px;
  215. height: auto;
  216. background: rgba(41,85,137,0.7);
  217. }
  218. #dev_xiaolv{
  219. position: absolute;
  220. z-index: 1;
  221. top:100px;
  222. right: 10px;
  223. }
  224. #dev_xiaolv .title{
  225. background-image: url('../image/xiaolv_title.png');
  226. background-repeat: no-repeat;
  227. background-size: auto;
  228. height: 32px;
  229. width: 416px;
  230. text-align: center;
  231. color: #f0f377;
  232. line-height: 32px;
  233. }
  234. #dev_xiaolv .content{
  235. margin:5px;
  236. padding: 10px;
  237. width: 416px;
  238. height: auto;
  239. background: rgba(41,85,137,0.7);
  240. }
  241. #dev_jiadonglv{
  242. position: absolute;
  243. z-index: 1;
  244. top:390px;
  245. right: 10px;
  246. }
  247. #dev_jiadonglv .title{
  248. background-image: url('../image/dev_jiadonglv_title.png');
  249. background-repeat: no-repeat;
  250. background-size: auto;
  251. height: 32px;
  252. width: 416px;
  253. text-align: center;
  254. color: #f0f377;
  255. line-height: 32px;
  256. }
  257. #dev_jiadonglv .content{
  258. margin:5px;
  259. padding: 10px;
  260. width: 416px;
  261. height: auto;
  262. background: rgba(41,85,137,0.7);
  263. }
  264. #dev_sc_qushi{
  265. position: absolute;
  266. z-index: 1;
  267. top:625px;
  268. right: 10px;
  269. }
  270. #dev_sc_qushi .title{
  271. background-image: url('../image/dev_sc_qushi_title.png');
  272. background-repeat: no-repeat;
  273. background-size: auto;
  274. height: 32px;
  275. width: 416px;
  276. text-align: center;
  277. color: #f0f377;
  278. line-height: 32px;
  279. }
  280. #dev_sc_qushi .content{
  281. margin:5px;
  282. padding: 10px;
  283. width: 416px;
  284. height: auto;
  285. background: rgba(41,85,137,0.7);
  286. }
  287. #dev_used_qushi{
  288. position: absolute;
  289. z-index: 1;
  290. top:855px;
  291. right: 10px;
  292. }
  293. #dev_used_qushi .title{
  294. background-image: url('../image/dev_used_qushi_title.png');
  295. background-repeat: no-repeat;
  296. background-size: auto;
  297. height: 32px;
  298. width: 416px;
  299. text-align: center;
  300. color: #f0f377;
  301. line-height: 32px;
  302. }
  303. #dev_used_qushi .content{
  304. margin:5px;
  305. padding: 10px;
  306. width: 416px;
  307. height: auto;
  308. background: rgba(41,85,137,0.7);
  309. }
  310. .showinfo{
  311. position: absolute;
  312. width: 800px;
  313. height: 444px;
  314. left: 50%;
  315. top:50%;
  316. margin-top: -222px;
  317. margin-left:-400px;
  318. z-index: 2;
  319. background-color: rgba(9,28,67,0.9);
  320. border: 2px solid #445985;
  321. display: none;
  322. color: #7E96D9;
  323. }
  324. .newwin .title,.showinfo .title{
  325. width: 100%;
  326. height: 40px;
  327. background: linear-gradient( 90deg, #2E5097 0%, #071433 100%);
  328. }
  329. .newwin{
  330. position: absolute;
  331. width: 1330px;
  332. height: 576px;
  333. left: 50%;
  334. top:50%;
  335. margin-top: -278px;
  336. margin-left:-665px;
  337. z-index: 2;
  338. background-color: rgba(9,28,67,0.9);
  339. border: 2px solid #445985;
  340. display: none;
  341. color: #7E96D9;
  342. }
  343. .newwin .title .text,.showinfo .title .text{
  344. font-weight: 400;
  345. font-size: 24px;
  346. line-height: 28px;
  347. text-align: left;
  348. color: #AFC5FF;
  349. float: left;
  350. margin: 7px;
  351. }
  352. .newwin .btn{
  353. display: inline-block;
  354. width: 136px;
  355. height: 32px;
  356. background: linear-gradient(#2056c605, #3765c3 0%, rgba(0, 39, 118, 0) 100%);
  357. border: 1px solid;
  358. border-image: linear-gradient(360deg, rgba(168, 196, 255, 1), rgba(164, 193, 255, 0)) 1 1;
  359. margin:10px;
  360. line-height: 32px;
  361. font-size: 18px;
  362. cursor: pointer;
  363. }
  364. .newwin .btn_active{
  365. background-color: #a09ef5;
  366. font-weight: bold;
  367. color: #fff;
  368. }
  369. .newwin table{
  370. width: 100%;
  371. text-align: center;
  372. border-top: 1px solid #8194BC;
  373. border-bottom: 1px solid #8194BC;
  374. color: #97BCFF;
  375. }
  376. .newwin table tr{
  377. height: 50px
  378. }
  379. .newwin .value{
  380. color: #fff;
  381. }
  382. .newwin .dataContent .no_alarm{
  383. width: 95%;
  384. height: 140px;
  385. color: #ffffff;
  386. font-size: 32px;
  387. text-align: center;
  388. line-height: 140px;
  389. }
  390. .newwin .dataContent .has_alarm{
  391. width: 95%;
  392. height: 140px;
  393. display: none;
  394. font-size: 24px;
  395. text-align: center;
  396. line-height: 140px;
  397. }
  398. .newwin .dataContent .has_alarm .alarm_span{
  399. margin: 0 20px;
  400. color: red;
  401. }
  402. .newwin .dataContent .dev_alarm_echarts{
  403. width: 95%;
  404. height: 300px;
  405. line-height: 300px;
  406. text-align: center;
  407. font-size: 24px;
  408. color: #ffffff;
  409. }
  410. .showinfo td,.newwin td{
  411. border: 0px !important;
  412. }
  413. .td_splitLine{
  414. border: 1px solid;
  415. border-image: linear-gradient(90deg, rgba(126, 150, 217, 0), rgba(126, 150, 217, 1), rgba(126, 150, 217, 0)) 1 1;
  416. }
  417. .hideDiv{
  418. display: none;
  419. }
  420. #date_select{
  421. position: absolute;
  422. display: none;
  423. z-index: 1000;
  424. color: #ffffff;
  425. background: #396da9;
  426. padding: 5px;
  427. border: 1px solid #314f85;
  428. }
  429. #date_select .triangle,#day_select .triangle{
  430. width: 0;
  431. height: 0;
  432. position: absolute;
  433. top: 20px;
  434. right: -12px;
  435. border-width: 6px;
  436. border-style: solid;
  437. border-color:transparent transparent transparent #396da9 ;
  438. border-radius: 4rpx;
  439. }
  440. #day_select{
  441. position: absolute;
  442. display: none;
  443. z-index: 1000;
  444. color: #ffffff;
  445. background: #396da9;
  446. padding: 5px;
  447. border: 1px solid #314f85;
  448. }
  449. .ui-datepicker-trigger{
  450. color: #fff;
  451. background: #27486f;
  452. border: 1px solid #7d8aa3;
  453. font-size: 11px;
  454. cursor: pointer;
  455. padding: 0 3px;
  456. border-radius: 3px;
  457. }
  458. .ui-datepicker-calendar tbody tr{
  459. font-size: 14px !important
  460. }
  461. .hasDatepicker{
  462. background: #ccc;
  463. border: 1px solid #fff;
  464. border-radius: 3px;
  465. margin: 0 5px;
  466. color: #3d3ad7;
  467. font-weight: bold;
  468. }
  469. .dateSelected_ok,.daySelected_ok{
  470. text-align: center;
  471. }
  472. .dateSelected_ok button,.daySelected_ok button{
  473. color: #fff;
  474. background: #27486f;
  475. border: 1px solid #7d8aa3;
  476. font-size: 14px;
  477. cursor: pointer;
  478. margin-top: 10px;
  479. padding: 0 9px;
  480. border-radius: 3px;
  481. }