main.css 14 KB

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