index.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602
  1. .clearfloat{zoom:1}
  2. .clearfloat:after{display: block;clear:both;content:"";visibility: hidden;height:0}
  3. html{width:100%;height:100%}
  4. body{
  5. background: url('../img/3.jpg') no-repeat center;
  6. background-size: 100% 100%;
  7. height: 100%;
  8. font-family: "Microsoft Yahei";
  9. overflow: hidden;
  10. }
  11. .body{
  12. position: relative;
  13. width: 1366px;
  14. height: 639px;
  15. overflow: hidden;
  16. margin: 0 auto;
  17. }
  18. @media screen and (min-width: 1366px) and (max-width: 1400px){
  19. .body{
  20. transform: scale(1);
  21. margin-top:0;
  22. }
  23. }
  24. @media screen and (min-width: 1400px) and (max-width: 1590px){
  25. .body{
  26. transform: scale(1.06,1.21);
  27. margin-top: 66px;
  28. }
  29. }
  30. @media screen and (min-width: 1600px) and (max-width: 1680px) and (min-height: 639px) and (max-height: 900px){
  31. .body{
  32. transform: scale(1.17,1.21);
  33. transform-origin: top;
  34. margin-top: 0px;
  35. }
  36. }
  37. @media screen and (min-width: 1600px) and (max-width: 1680px) and (min-height: 920px) and (max-height: 1200px){
  38. .body{
  39. transform: scale(1.17,1.7);
  40. transform-origin: top;
  41. margin-top: 0px;
  42. }
  43. }
  44. @media screen and (min-width: 1680px) and (max-width: 1920px){
  45. .body{
  46. transform: scale(1.23,1.44);
  47. margin-top: 1px;
  48. }
  49. }
  50. @media screen and (min-width: 1920px){
  51. .body{
  52. transform: scale(1.41,1.5);
  53. margin-top: 151px;
  54. }
  55. }
  56. .head-box{
  57. width: 100%;
  58. height:60px;
  59. background: url("../img/headBg.png") no-repeat;
  60. background-size: 100% 100%;
  61. color:#ffffff;
  62. text-align: center;
  63. line-height: 56px;
  64. font-size: 17px;
  65. position: relative;
  66. letter-spacing: 3px;
  67. }
  68. .time-box{
  69. font-size: 15px;
  70. color:#47F1F0;
  71. position: absolute;
  72. top:10px;right:110px;
  73. text-indent:30px;
  74. letter-spacing: 0px;
  75. background: url("../img/time-icon.png") no-repeat center left;
  76. }
  77. .logout-box{
  78. width: 25px;
  79. height:25px;
  80. cursor:pointer;
  81. position: absolute;
  82. top:27px;right:30px;
  83. text-indent:30px;
  84. background: url("../img/logout-icon.png") no-repeat center left;
  85. }
  86. .link-box{
  87. width: 24px;
  88. height:24px;
  89. cursor:pointer;
  90. position: absolute;
  91. top:27px;right:70px;
  92. text-indent:30px;
  93. background: url("../img/link.png") no-repeat center left;
  94. background-size: 100% 100%;
  95. }
  96. .main{
  97. width: 100%;
  98. position: absolute;
  99. top:80px;bottom:0;
  100. z-index: 100;
  101. }
  102. .col{
  103. width: 455px;
  104. height: 100%;
  105. float: left;
  106. margin:0;
  107. }
  108. /*.col:nth-child(1){ background:#1C3D72; opacity: 0.5 }
  109. .col:nth-child(2){ background:#1E9FFF; opacity: 0.5 }
  110. .col:nth-child(3){ background:#0c5460; opacity: 0.5 }*/
  111. .col-box1{
  112. width: 100%;
  113. height:50%;
  114. }
  115. .col-title{
  116. width: 100%;
  117. height: 23px;
  118. text-indent: 60px;
  119. font-size: 17px;
  120. color: #47f1f0;
  121. position: relative;
  122. font-weight: bold;
  123. line-height: 23px;
  124. }
  125. .col-title:before{
  126. width: 12px;
  127. height: 12px;
  128. content: "";
  129. position: absolute;
  130. top: 6px;
  131. left: 26px;
  132. background: url("../img/box-title-icon-1.png") no-repeat center center;
  133. }
  134. .col-title:after{
  135. width: 24px;
  136. height: 24px;
  137. content: "";
  138. position: absolute;
  139. top: 0px;
  140. left: 20px;
  141. background: url("../img/box-title-icon-2.png") no-repeat center center;
  142. animation:animation-rotate 4s linear infinite;
  143. }
  144. .col-main{
  145. width: calc(100% - 40px);
  146. height: calc(100% - 40px);
  147. margin: 0 auto;
  148. overflow: hidden;
  149. position: relative;
  150. }
  151. .col-main::-webkit-scrollbar{width: 1px;}
  152. .col-main1{
  153. width: 97%;
  154. height: calc(100% - 30px);
  155. overflow-y: auto;overflow-x: hidden;
  156. }
  157. .col-main1::-webkit-scrollbar{
  158. width:3px;
  159. }
  160. .col-main1::-webkit-scrollbar-thumb {
  161. border-radius: 0;
  162. background-color: rgba(61,88,187, 0.6);
  163. }
  164. /*xcspwt-box*/
  165. .xcspwt-box{
  166. width: 100%;
  167. height:100%;
  168. }
  169. .xcspwt-box li{
  170. width: 100%;
  171. height: 20px;
  172. line-height: 20px;
  173. color:#fff;
  174. font-size: 12px;
  175. margin-top: 14px;
  176. overflow: hidden;
  177. text-overflow: ellipsis;
  178. white-space: nowrap;
  179. cursor:default;
  180. }
  181. .xcspwt-box li span{
  182. display: block;
  183. float: left;
  184. }
  185. .xcspwt-box li span:nth-of-type(1){
  186. padding: 0 5px;
  187. line-height: 20px;
  188. text-align: center;
  189. background: url("../img/bg1.png") no-repeat;
  190. background-size: 100% 100%;
  191. }
  192. .xcspwt-box li span:nth-of-type(2){
  193. width: 220px;
  194. overflow: hidden;
  195. text-overflow: ellipsis;
  196. white-space: nowrap;
  197. padding: 0 5px;
  198. }
  199. .xcspwt-box li span:nth-of-type(3){
  200. color:#F3F13A;
  201. width: 138px;
  202. }
  203. /*预警信息统计*/
  204. .yjxxtj-box{
  205. height: calc(100% - 40px);
  206. margin-top: 40px;
  207. overflow-y:auto;
  208. overflow-x: hidden;
  209. }
  210. .yjxxtj-box::-webkit-scrollbar{width: 2px}
  211. .wgxc-box {
  212. width:100%;
  213. /*height: 185px;*/
  214. overflow: hidden;
  215. }
  216. .wgxc-box li {
  217. float: left;
  218. overflow: hidden;
  219. margin: 0 13px;cursor:pointer;
  220. }
  221. .wgxc-box li .wgxc-bar {
  222. width: 40px;
  223. height: 149px;
  224. position: relative;
  225. overflow: hidden;
  226. border-radius: 25px;
  227. }
  228. .wgxc-box li .wgxc-bar .wgxc-sl-bar {
  229. display: inline-block;
  230. width: 36px;
  231. height: 0;
  232. z-index: 0;
  233. position: absolute;
  234. bottom: 0;
  235. left: 2px;
  236. transition: all 1s linear 1s;
  237. }
  238. .wgxc-box li .wgxc-bar .wgxc-sl-bar:before {
  239. content: '';
  240. width: 36px;
  241. height: 10px;
  242. position: absolute;
  243. top: -6px;
  244. left: 0px;
  245. }
  246. .wgxc-box li .wgxc-bar .wgxc-sl-bar .wgxc-sl-bfb {
  247. position: absolute;
  248. top: -30px;left: -3px;
  249. width: 100%;
  250. text-align: center;
  251. font-size: 12px;
  252. line-height: 20px;
  253. font-weight: bold;
  254. }
  255. .wgxc-box li:nth-child(5n+1) .wgxc-bar {
  256. border: 1px solid #21DE75;
  257. }
  258. .wgxc-box li:nth-child(5n+1) .wgxc-bar .wgxc-sl-bar {
  259. background: linear-gradient(rgba(57, 186, 115, 1), rgba(57, 186, 115, 0));
  260. }
  261. .wgxc-box li:nth-child(5n+1) .wgxc-bar .wgxc-sl-bar:before {
  262. background-image: url(../img/bar-cap-1.png);
  263. }
  264. .wgxc-box li:nth-child(5n+1) .wgxc-bar .wgxc-sl-bar .wgxc-sl-bfb {
  265. color: #3ABE76;
  266. }
  267. .wgxc-box li:nth-child(5n+2) .wgxc-bar {
  268. border: 1px solid rgba(32, 68, 158, 1);
  269. }
  270. .wgxc-box li:nth-child(5n+2) .wgxc-bar .wgxc-sl-bar {
  271. background: linear-gradient(rgba(32, 68, 158, 1), rgba(32, 68, 158, 0));
  272. }
  273. .wgxc-box li:nth-child(5n+2) .wgxc-bar .wgxc-sl-bar:before {
  274. background-image: url(../img/bar-cap-2.png);
  275. }
  276. .wgxc-box li:nth-child(5n+2) .wgxc-bar .wgxc-sl-bar .wgxc-sl-bfb {
  277. color: #4271BE;
  278. }
  279. .wgxc-box li:nth-child(5n+3) .wgxc-bar {
  280. border: 1px solid rgba(115, 18, 168, 1);
  281. }
  282. .wgxc-box li:nth-child(5n+3) .wgxc-bar .wgxc-sl-bar {
  283. background: linear-gradient(rgba(115, 18, 168, 1), rgba(115, 18, 168, 0));
  284. }
  285. .wgxc-box li:nth-child(5n+3) .wgxc-bar .wgxc-sl-bar:before {
  286. background-image: url(../img/bar-cap-3.png);
  287. }
  288. .wgxc-box li:nth-child(5n+3) .wgxc-bar .wgxc-sl-bar .wgxc-sl-bfb {
  289. color: #A5429C;
  290. }
  291. .wgxc-box li:nth-child(5n+4) .wgxc-bar {
  292. border: 1px solid #FA9836;
  293. }
  294. .wgxc-box li:nth-child(5n+4) .wgxc-bar .wgxc-sl-bar {
  295. background: linear-gradient(rgba(165, 41, 37, 1), rgba(165, 41, 37, 0));
  296. }
  297. .wgxc-box li:nth-child(5n+4) .wgxc-bar .wgxc-sl-bar:before {
  298. background-image: url(../img/bar-cap-4.png);
  299. }
  300. .wgxc-box li:nth-child(5n+4) .wgxc-bar .wgxc-sl-bar .wgxc-sl-bfb {
  301. color: #C75E2B;
  302. }
  303. .wgxc-box li:nth-child(5n+5) .wgxc-bar {
  304. border: 1px solid rgb(155,180,45);
  305. }
  306. .wgxc-box li:nth-child(5n+5) .wgxc-bar .wgxc-sl-bar {
  307. background: linear-gradient(rgb(206,170,25), rgb(52,37,31));
  308. }
  309. .wgxc-box li:nth-child(5n+5) .wgxc-bar .wgxc-sl-bar:before {
  310. background-image: url(../img/bar-cap-5.png);
  311. }
  312. .wgxc-box li:nth-child(5n+5) .wgxc-bar .wgxc-sl-bar .wgxc-sl-bfb {
  313. color: #F9D736;
  314. }
  315. .radius {
  316. border-radius: 25px 25px 25px 25px;
  317. }
  318. .wgxcName {
  319. margin-top: 13px;
  320. width: 40px;
  321. height: 35px;
  322. text-align: center;
  323. color: #ffffff;
  324. font-size: 12px;
  325. }
  326. .yjxxtj-title{
  327. position: absolute;
  328. top:0px;
  329. right:30px;
  330. }
  331. .yjxxtj-title li{
  332. padding: 0 10px;
  333. line-height: 20px;
  334. cursor: pointer;
  335. color:#ffffff;
  336. float: left;
  337. }
  338. .yjxxtj-title li.on{
  339. color:#47F1F0;
  340. }
  341. /*qsjk-box*/
  342. .qsjk-box{
  343. width: 100%;
  344. height: 100%;
  345. float: left;
  346. }
  347. /*spwtzgtj-box*/
  348. .spwtzgtj-box{
  349. width: 100%;
  350. overflow: hidden;
  351. margin: 20px 0;
  352. }
  353. .spwtzgtj-box li{
  354. float: left;
  355. margin: 0 40px 0 0;
  356. }
  357. .spwtzgtj-box li:last-child{margin-right: 0;}
  358. .spwtzgtj-box li span{
  359. display: block;
  360. float: left;
  361. width: 60px;
  362. height: 20px;
  363. line-height: 20px;
  364. text-align: center;
  365. color:#fff;
  366. font-size: 12px;
  367. border:1px solid #3D58B9;
  368. box-sizing: border-box;
  369. }
  370. .spwtzgtj-box li span:nth-of-type(2){
  371. width: 50px;
  372. }
  373. .spwtzgtj-box li:nth-of-type(1) span:nth-of-type(1){
  374. border:none;
  375. background: linear-gradient(to top right,rgba(64,199,250,1),rgba(38,134,213,0));
  376. }
  377. .spwtzgtj-box li:nth-of-type(2) span:nth-of-type(1){
  378. border:none;
  379. background: linear-gradient(to top right,rgba(208,36,186,1),rgba(166,36,210,0));
  380. }
  381. .spwtzgtj-box li:nth-of-type(3) span:nth-of-type(1){
  382. border:none;
  383. background: linear-gradient(to top right,rgba(249,215,54,1),rgba(178,134,26,0));
  384. }
  385. .spwttj-echarts{
  386. width: 100%;
  387. height: calc(100% - 60px);
  388. }
  389. /*xtggzlxz-box*/
  390. .xtggzlxz-box{
  391. position: absolute;
  392. top:0;
  393. left:45px;
  394. }
  395. .xtggzlxz-box li{
  396. float: left;
  397. padding: 0 5px;
  398. text-indent: 0;
  399. font-size: 17px;
  400. color: #ffffff;
  401. position: relative;
  402. font-weight: bold;
  403. line-height: 23px;
  404. cursor:pointer;
  405. }
  406. .xtggzlxz-box li.on{
  407. color: #47f1f0;
  408. }
  409. .xtggzlxz-main{
  410. width: 100%;
  411. height:100%;
  412. overflow: auto;
  413. }
  414. .xtggzlxz-main::-webkit-scrollbar{width: 2px}
  415. .xtggzlxz-main .xcspwt-box li{
  416. margin:0 0 14px 0;
  417. }
  418. .zjzl-card{
  419. width: 50%;
  420. height: 36px;
  421. line-height: 36px;
  422. text-indent: 46px;
  423. color:#fff;
  424. font-size: 12px;
  425. float: left; margin: 0 0 16px 0;
  426. overflow: hidden;
  427. text-overflow: ellipsis;
  428. white-space: nowrap;
  429. cursor: pointer;
  430. }
  431. /*zpsl-box*/
  432. .zpsl-box{
  433. width: 100%;
  434. height: 155px;
  435. }
  436. .zpsl-box li{
  437. width: 155px;
  438. height: 155px;
  439. float: left;
  440. margin: 0 35px;
  441. position: relative;
  442. }
  443. .zpsl-box li:nth-of-type(2):before{
  444. width: 155px;height: 155px;
  445. content: "";
  446. position: absolute;
  447. top:0;left:0;
  448. background:url("../img/bqzlbg002.png") no-repeat;
  449. background-size: 100% 100%;
  450. animation: animation-rotate1 4s linear infinite;
  451. }
  452. .zpsl-box li:nth-of-type(1):before{
  453. width: 155px;height: 155px;
  454. content: "";
  455. position: absolute;
  456. top:0;left:0;
  457. background:url("../img/bqzlbg001.png") no-repeat;
  458. background-size: 100% 100%;
  459. animation: animation-rotate 4s linear infinite;
  460. }
  461. @keyframes animation-rotate {
  462. 0% {
  463. transform: rotatez(360deg)
  464. }
  465. 100% {
  466. transform: rotatez(0deg)
  467. }
  468. }
  469. @keyframes animation-rotate1 {
  470. 0% {
  471. transform: rotatez(0deg)
  472. }
  473. 100% {
  474. transform: rotatez(360deg)
  475. }
  476. }
  477. .zpsl-box li span{
  478. display: block;
  479. width: 100%;
  480. text-align: center;
  481. color:#ffffff;
  482. font-size: 14px;
  483. }
  484. .zpsl-box li span:nth-of-type(1){
  485. font-size: 18px;
  486. font-weight: bold;
  487. margin-top: 50px;
  488. }
  489. .zpsl-box li span:nth-of-type(2){
  490. margin-top: 10px;
  491. }
  492. .zpsl-box li:nth-of-type(1) span:nth-of-type(1){
  493. color:#9DF9FC
  494. }
  495. .zpsl-box li:nth-of-type(2) span:nth-of-type(1){
  496. color:#D3FCA0
  497. }
  498. /*yjxxts-box*/
  499. .yjxxts-box{
  500. width: 125px;
  501. height: 100%;
  502. float: left;
  503. margin-right: 20px;
  504. background: url("../img/10_03.png") no-repeat;
  505. background-size: 100% 100%;
  506. }
  507. .yjxxts-box:last-child{margin-right: 0;}
  508. .yjxxts-box img{
  509. display: block;
  510. width: 100px;
  511. height: 60px;
  512. margin: 15px 0 0 13px;
  513. }
  514. /*yjxxts-tkbox*/
  515. .yjxxts-tkbox{
  516. width: 417px;
  517. height: 100%;
  518. position: absolute;
  519. top:-13px;
  520. right:20px;
  521. background: url("../img/2.jpg") no-repeat;
  522. background-size: 100% 100%;
  523. z-index: 100;
  524. transform: scale(1,0);
  525. transform-origin:top;
  526. transition: .3s all linear;
  527. }
  528. .show{
  529. transform: scale(1,1);
  530. }
  531. .yjxxts-tkbox img{
  532. display: block;
  533. width: 100%;
  534. height: 50%;
  535. }
  536. .yjxxts-xqbox{
  537. width: 100%;
  538. height: calc(50% - 20px);
  539. margin-top: 20px;
  540. }
  541. .yjxxts-xqbox .col-title:after{
  542. left:0;
  543. }
  544. .yjxxts-xqbox .col-title:before{
  545. left:6px;
  546. }
  547. .yjxxts-xqbox .col-title{
  548. text-indent: 45px;
  549. }
  550. .yjxxts-xqmain{
  551. width: 100%;
  552. height: calc(100% - 45px);
  553. margin-top: 20px;
  554. }
  555. .yjxxts-xqmain table{
  556. width: 100%;border:1px solid #3D58B9;
  557. }
  558. .yjxxts-xqmain table td{
  559. border:1px solid #3D58B9;
  560. height:25px;
  561. line-height: 25px;
  562. text-align: center;
  563. color:#ffffff;
  564. }