main.css 12 KB

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