main.css 12 KB

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