index.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. .grid-wrapper {
  2. color: #ffffff;
  3. padding: 23px 16px 16px;
  4. height: calc(100% - 81px);
  5. display: grid;
  6. display:-ms-grid;
  7. grid-gap: 8px;
  8. grid-template-columns: repeat(5, 1fr);
  9. grid-template-rows: repeat(4, 1fr);
  10. grid-template-areas: "left1 brief brief brief right2" "left1 img img img right2" "left1 img img img right2" "bottom1 bottom1 bottom1 bottom1 bottom1";
  11. }
  12. .grid-wrapper .left1 {
  13. grid-area: left1;
  14. display: flex;
  15. flex-direction: column;
  16. justify-content: space-between;
  17. }
  18. .grid-wrapper .wrapper-content{
  19. position:relative;
  20. height:calc(100% - 40px);
  21. }
  22. .grid-wrapper .wide-border{
  23. height:calc(100% + 1px);
  24. width:100%;
  25. position:absolute;
  26. top:-3px;
  27. left:0px;
  28. border:1px solid #53BAFD;
  29. }
  30. .wide-border-line1{
  31. position:absolute;
  32. left:0px;
  33. top:-26px;
  34. background-color:#0E1E51
  35. }
  36. .wide-border-line2{
  37. position:absolute;
  38. right:0px;
  39. top:-26px;
  40. background-color:#0E1E51
  41. }
  42. .wide-border-line3{
  43. position:absolute;
  44. left:0px;
  45. bottom:0;
  46. background-color:#001346;
  47. }
  48. .wide-border-line4{
  49. position:absolute;
  50. right:0px;
  51. bottom:0;
  52. background-color:#001346;
  53. }
  54. .wrapper #realtime_Data{
  55. height:100%;
  56. }
  57. .grid-wrapper .brief {
  58. grid-area: brief;
  59. display: flex;
  60. flex-direction: column;
  61. }
  62. .grid-wrapper .brief .line1 {
  63. font-size: 18px;
  64. height: 88px;
  65. display: flex;
  66. align-items: center;
  67. }
  68. .grid-wrapper .brief .line1 .division {
  69. flex: 1;
  70. /*border-bottom: 1px solid #528DFF;*/
  71. height: 4px;
  72. background-color:#528DFF
  73. }
  74. .grid-wrapper .brief .line1 .cont {
  75. margin: 1px 20px;
  76. font-size:2em;
  77. }
  78. .grid-wrapper .brief .line1 .cont img{
  79. cursor:pointer;
  80. }
  81. .grid-wrapper .brief .line1 img {
  82. width: 30px;
  83. }
  84. .grid-wrapper .brief .line2 {
  85. flex: 1;
  86. display: flex;
  87. flex-wrap: wrap;
  88. }
  89. .grid-wrapper .brief .line2 .item {
  90. padding: 5px;
  91. height: 50%;
  92. width: 33.33%;
  93. }
  94. .grid-wrapper .brief .line2 .item .bor {
  95. font-weight: bold;
  96. border-radius: 6px;
  97. padding:5px;
  98. }
  99. .grid-wrapper .brief .line2 .item .bor .border-zhe{
  100. border: 2.5px solid #53BAFD;
  101. width:100%;
  102. height:100%;
  103. position:relative;
  104. }
  105. .grid-wrapper .brief .line2 .item .bor .border-zhe .item-info-title{
  106. height: 100%;
  107. display: flex;
  108. align-items: center;
  109. justify-content: center;
  110. }
  111. .border-zhe .zhe-block{
  112. width: 15px;
  113. height: 15px;
  114. border-bottom: 3px solid #53BAFD;
  115. position: absolute;
  116. background-color: #001346;
  117. }
  118. .zhe-block-rotate1{
  119. transform: rotate(45deg);
  120. top: -8px;
  121. right: -8px;
  122. }
  123. .zhe-block-rotate2{
  124. transform: rotate(315deg);
  125. left: -8px;
  126. top: -8px;
  127. }
  128. .zhe-block-rotate3{
  129. transform: rotate(225deg);
  130. left: -8px;
  131. bottom: -8px;
  132. }
  133. .zhe-block-rotate4{
  134. transform: rotate(135deg);
  135. bottom: -8px;
  136. right: -8px;
  137. }
  138. .grid-wrapper .brief .line2 .item .bor .title {
  139. font-size: 2em;
  140. color: #53BAFD;
  141. font-weight:normal;
  142. }
  143. .grid-wrapper .brief .line2 .item .bor .number {
  144. font-size: 2.5em;
  145. }
  146. .grid-wrapper .img {
  147. grid-area: img;
  148. display:flex;
  149. justify-content:center;
  150. align-items:center;
  151. }
  152. .img_window{
  153. width:100%;
  154. height:100%;
  155. background: url('../images/newmap.jpg') center center no-repeat;
  156. background-size:100%;
  157. padding: 0px;
  158. position: relative;
  159. }
  160. .grid-wrapper .img .img_window #diagonal{
  161. border:0px none;
  162. top:0px;
  163. left:0;
  164. position:absolute;
  165. padding: 0px;
  166. opacity: 1;
  167. }
  168. .grid-wrapper .img img{
  169. border: 0px none;
  170. position:absolute;
  171. left:0;
  172. top:0;
  173. opacity:0;
  174. }
  175. .grid-wrapper .img img,.grid-wrapper .video img,.grid-wrapper .img video,.grid-wrapper .video video{
  176. width: 100%;
  177. height: 100%;
  178. }
  179. .grid-wrapper .video {
  180. grid-area: video;
  181. }
  182. .grid-wrapper .right1 {
  183. grid-area: right1;
  184. }
  185. .grid-wrapper .right2 {
  186. grid-area: right2;
  187. display: flex;
  188. flex-direction: column;
  189. justify-content: space-between;
  190. }
  191. .grid-wrapper .left1 .wrapper1,.grid-wrapper .right2 .wrapper1 {
  192. height: 48%;
  193. }
  194. .grid-wrapper .right2 .wrapper1 .cont {
  195. padding: 14px 25px 14px;
  196. display: grid;
  197. grid-gap: 8px;
  198. height: 100%;
  199. grid-template-columns: repeat(3, 1fr);
  200. grid-template-rows: repeat(3, 1fr);
  201. }
  202. .grid-wrapper .right2 .wrapper1 .cont .title {
  203. color: #A6F4FE;
  204. font-size: 1.2em;
  205. margin-bottom: 6px;
  206. }
  207. .grid-wrapper .right2 .wrapper1 .cont .num {
  208. font-size: 1em;
  209. }
  210. .grid-wrapper .right2 .wrapper1 .cont > div {
  211. background-color: #060B2E;
  212. display: flex;
  213. align-items: center;
  214. justify-content: center;
  215. flex-direction: column;
  216. }
  217. .grid-wrapper .right2 .wrapper2 {
  218. height: 48%;
  219. }
  220. .grid-wrapper .right2 .wrapper2 ul.msg {
  221. width: 100%;
  222. }
  223. .warning-msg{
  224. padding:0px 25px 14px;
  225. overflow:hidden;
  226. height:100%;
  227. }
  228. .warning-msg .msg img {
  229. width:30px;
  230. margin-right:5px;
  231. }
  232. .grid-wrapper .right2 .wrapper2 .msg {
  233. color: #A1D8EC;
  234. height: 37px;
  235. line-height:37px;
  236. display:flex;
  237. align-items:center;
  238. margin:6px 12px;
  239. padding:0 8px;
  240. background-color: #060B2E;
  241. overflow: hidden;
  242. text-overflow: ellipsis;
  243. white-space: nowrap;
  244. }
  245. .grid-wrapper .bottom1 {
  246. grid-area: bottom1;
  247. background-color: #060B2E;
  248. overflow: hidden;
  249. width: 100%; }
  250. .grid-wrapper .bottom1::-webkit-scrollbar {
  251. display: none;
  252. }
  253. .grid-wrapper .bottom1 ul.list {
  254. height: 100%;
  255. white-space: nowrap;
  256. display: inline-block;
  257. }
  258. .grid-wrapper .bottom1 ul.list li {
  259. cursor: pointer;
  260. margin-right: 16px;
  261. height: 100%;
  262. width: 300px;
  263. display: inline-block;
  264. flex-direction: column;
  265. }
  266. .grid-wrapper .bottom1 ul.list li .leftbar {
  267. background-color: #001346;
  268. width: 100%;
  269. height:80px;
  270. display:flex;
  271. justify-content:center;
  272. align-items:center;
  273. }
  274. .grid-wrapper .bottom1 ul.list li .leftbar .room_num{
  275. font-size: 1.6em;
  276. font-weight: bold;
  277. letter-spacing:0.2em;
  278. }
  279. .grid-wrapper .bottom1 ul.list li .cont {
  280. height: calc(100% - 80px);
  281. padding:20px 0;
  282. width:100%;
  283. background-color: #08133D;
  284. display: flex;
  285. flex-direction: column;
  286. flex: 1;
  287. justify-content: space-around;
  288. font-size: 1.2em;
  289. align-items: center;
  290. }
  291. .grid-wrapper .bottom1 ul.list li .cont .line {
  292. width: 100%;
  293. display: flex;
  294. align-items: center;
  295. justify-content:flex-start;
  296. padding-left:40px;
  297. }
  298. .grid-wrapper .bottom1 ul.list li .cont .line img {
  299. margin-right: 16px;
  300. width: 30px;
  301. }
  302. .grid-wrapper .bottom1 ul.list li .cont .line-img {
  303. display: flex;
  304. align-items: center;
  305. justify-content: center;
  306. }
  307. .grid-wrapper .bottom1 ul.list li .cont .line-img img {
  308. width: 30px;
  309. }
  310. .grid-wrapper .bottom1 ul.list li.select {
  311. border: 3px solid #03A2E8;
  312. }
  313. .grid-wrapper > div {
  314. overflow: hidden;
  315. }
  316. .grid-wrapper > div .wrapper {
  317. overflow: hidden;
  318. background-color: #001346;
  319. border-radius:12px;
  320. border-radius: 6px;
  321. border-color:#0C4D7F;
  322. height: 100%;
  323. }
  324. .grid-wrapper>div .wrapper>.tab{
  325. height:40px;
  326. line-height:40px;
  327. background-color:#0E1E51;
  328. padding-left:88px;
  329. }
  330. .grid-wrapper .tab>.tab-title{
  331. font-size:1.5em;
  332. position:relative;
  333. }
  334. .grid-wrapper>div .wrapper>.tab>.tab-title:after{
  335. content:"";
  336. height:16px;
  337. width:16px;
  338. background-color:#fff;
  339. position:absolute;
  340. left:-24px;
  341. top:50%;
  342. transform:translateY(-50%);
  343. -ms-transform:translateY(-50%); /* IE 9 */
  344. -moz-transform:translateY(-50%); /* Firefox */
  345. -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
  346. -o-transform:translateY(-50%);
  347. }
  348. #device-status{
  349. height:100%;
  350. display:flex;
  351. align-items:center;
  352. justify-content:space-around;
  353. flex-direction:column;
  354. }
  355. .device-status-box{
  356. height:48%;
  357. width:100%;
  358. }
  359. .grid-wrapper .chart-tab-t{
  360. padding-left: 102px;
  361. height: 40px;
  362. line-height: 40px;
  363. }
  364. .grid-wrapper .chart-tab-t .chart-tab-title{
  365. font-size: 1em;
  366. position: relative;
  367. }
  368. .grid-wrapper .chart-tab-t .chart-tab-title:before{
  369. content:'';
  370. width:14px;
  371. height:14px;
  372. border-radius:50%;
  373. position:absolute;
  374. left:-20px;
  375. top:50%;
  376. background-color:#fff;
  377. transform:translateY(-50%);
  378. -ms-transform:translateY(-50%); /* IE 9 */
  379. -moz-transform:translateY(-50%); /* Firefox */
  380. -webkit-transform:translateY(-50%); /* Safari 和 Chrome */
  381. -o-transform:translateY(-50%); /* Opera */
  382. }
  383. #chart-snhjsj,#chart-swhjsj,#chart-rycrtj{
  384. width:100%;
  385. height: calc(100% - 40px)
  386. }
  387. .open-box-container {
  388. position: fixed;
  389. left: 0;
  390. top: 0;
  391. width: 100%;
  392. height: 100%;
  393. background-color: rgba(0,0,0,0.3);
  394. display: none;
  395. overflow: hidden;
  396. z-index: 99;
  397. }
  398. .open-lauer-box {
  399. position: fixed;
  400. top: 50%;
  401. width: 1000px;
  402. height: 700px;
  403. background-color: #021429;
  404. border-radius: 10px;
  405. left: 50%;
  406. margin-left: -500px;
  407. margin-top: -350px;
  408. box-shadow: 0px -10px 5px 0px rgba(255,255,255,0.1), -10px 0px 5px 0px rgba(255,255,255,0.1), 10px 0px 10px 0px rgba(255,255,255,0.1), 0px 10px 10px 0px rgba(255,255,255,0.1);
  409. }
  410. .windows-dataset .open-lauer-box{
  411. width: 600px;
  412. height: 450px;
  413. margin-left: -300px;
  414. }
  415. .open-box-head {
  416. height: 50px;
  417. line-height: 50px;
  418. width: 100%;
  419. text-align: center;
  420. position: relative;
  421. color: #ccf5f9;
  422. font-size: 1.4em;
  423. letter-spacing: 0.1em;
  424. }
  425. .open-box-head:after {
  426. content: '';
  427. position: absolute;
  428. bottom: 0px;
  429. left: 5%;
  430. height: 2px;
  431. width: 90%;
  432. background: linear-gradient(to right, rgba(11,82,224,0), #0b52e0, rgba(11,82,224,0));
  433. }
  434. .open-box-body {
  435. height: calc(100% - 50px);
  436. width: 100%;
  437. display: flex;
  438. flex-wrap: wrap;
  439. padding: 10px;
  440. align-items: center;
  441. justify-content: center;
  442. overflow: hidden;
  443. }
  444. .wsclset-dataTable {
  445. width: 90%;
  446. border: 1px solid #0b52e0;
  447. color: #fff;
  448. }
  449. .wsclset-dataTable tr td {
  450. border: 1px solid #0b52e0;
  451. height: 40px;
  452. line-height: 40px;
  453. text-align: center;
  454. }
  455. .wsclset-dataTable tr td.top-system-set {
  456. height: 40px;
  457. line-height: 40px;
  458. }
  459. .wsclset-dataTable tr td.top-system-set {
  460. background-color: #0c0a4a;
  461. height: 40px;
  462. line-height: 40px;
  463. font-weight: bold;
  464. font-size: 20px;
  465. }
  466. .wsclset-dataTable tr td.table-real-head {
  467. height: 50px;
  468. line-height: 50px;
  469. font-size: 16px;
  470. font-weight: bold;
  471. background-color: #171567;
  472. }
  473. .wsclset-dataTable tr td .param-dataset {
  474. border: 1px solid #0b52e0;
  475. height: 30px;
  476. line-height: 30px;
  477. width: 85px;
  478. background: none;
  479. text-align: center;
  480. border-radius: 5px;
  481. color: #fff;
  482. }
  483. #chart-ssqx{
  484. width:100%;
  485. height:100%;
  486. }
  487. #play-box-0>canvas {
  488. width: 980px;
  489. height: 630px;
  490. }
  491. .news-box{
  492. padding: 0px 25px 14px;
  493. width:100%;
  494. overflow: hidden;
  495. height: 100%;
  496. }
  497. #news-list{
  498. width:100%;
  499. overflow: hidden;
  500. height: 100%;
  501. }
  502. .news-item{
  503. width:100%;
  504. margin:10px 0;
  505. }
  506. .news-title{
  507. color: #fff;
  508. line-height: 25px;
  509. display: -webkit-box;
  510. -webkit-box-orient: vertical;
  511. -webkit-line-clamp: 2;
  512. overflow: hidden;
  513. }
  514. .news-content{
  515. color: #A1D8EC;
  516. font-size: 14px;
  517. line-height: 25px;
  518. margin: 6px 0;
  519. padding: 0 8px;
  520. background-color: #060B2E;
  521. display: -webkit-box;
  522. -webkit-box-orient: vertical;
  523. -webkit-line-clamp: 3;
  524. overflow: hidden;
  525. }
  526. .single{
  527. position:relative;
  528. }
  529. .single .pre,.single .next{
  530. position: absolute;
  531. width: 40px;
  532. height: 100%;
  533. background-color: rgba(0, 0, 0, 0.1);
  534. cursor: pointer;
  535. }
  536. .single .pre:hover,.single .next:hover{
  537. background-color: rgba(0, 0, 0, 0.3);
  538. }
  539. .single .pre{
  540. left:0;
  541. }
  542. .single .next{
  543. right:0;
  544. }
  545. .single .pre::before {
  546. content: "";
  547. width: 12px;
  548. height: 12px;
  549. border: solid #fff;
  550. border-width: 2px 0 0 2px;
  551. transform: translate(-50%, -50%) rotate(-45deg);
  552. position: absolute;
  553. left: 70%;
  554. top: 50%;
  555. }
  556. .single .next::before {
  557. content: "";
  558. width: 12px;
  559. height: 12px;
  560. border: solid #fff;
  561. border-width: 0 2px 2px 0;
  562. transform: translate(-50%, -50%) rotate(-45deg);
  563. position: absolute;
  564. left: 30%;
  565. top: 50%;
  566. }