index_v1.scss 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426
  1. #body{
  2. width:100%;
  3. min-width: 1280px;
  4. height:100%;
  5. }
  6. @font-face{font-family:electronicFont;src:url(../../assets/screen/font/DS-DIGIT.TTF)}
  7. #index {
  8. color: #d3d6dd;
  9. width: 100%;
  10. min-width: 1280px;
  11. overflow-x:scroll;
  12. height: 100%;
  13. padding: 0.2rem 0.2rem 0 0.2rem;
  14. font-size: 14px;
  15. }
  16. .head-title{
  17. height: 8vh;
  18. line-height:8vh;
  19. min-height: 48px;
  20. }
  21. .icon_shdq{
  22. width:100px;
  23. margin-left:0px;
  24. }
  25. .icon_lb{
  26. width:60px;
  27. margin-right:0px;
  28. }
  29. .el-row {
  30. &:last-child {
  31. margin-bottom: 0;
  32. }
  33. }
  34. .el-col {
  35. border-radius: 4px;
  36. }
  37. .grid-content {
  38. border-radius: 4px;
  39. min-height: 2vh;
  40. }
  41. .chart {
  42. display: inline-block;
  43. }
  44. /*标题*/
  45. .title {
  46. overflow: hidden;
  47. // font-size: 36px;
  48. font-size: 1.3vw;
  49. color: rgb(8, 240, 255);
  50. font-weight: bold;
  51. text-align: center;
  52. }
  53. .title_l {
  54. // background-image: url("../../assets/screen/ksh31.png");
  55. height: 4vh;
  56. min-height: 24px;
  57. background-size: cover;
  58. background-position: center center;
  59. }
  60. .title_r{
  61. // background-image: url("../../assets/screen/ksh32.png");
  62. height: 4vh;
  63. min-height: 24px;
  64. text-align: right;
  65. background-size: cover;
  66. color:#fff;
  67. background-position: center center;
  68. }
  69. /*日期栏*/
  70. .time-box-row{
  71. height:4vh;
  72. min-height: 24px;
  73. // margin-top: 25px;
  74. }
  75. .time-box-left{
  76. width:40%;
  77. margin-left: 5px;
  78. padding-left: 5px;
  79. border-radius: 0px;
  80. margin-top: 2px;
  81. line-height: 3.5vh;
  82. height:3.5vh;
  83. min-height: 21px;
  84. background-image: url("../../assets/screen/time_left.png");
  85. background-size: cover;
  86. background-position: center center;
  87. display: inline-block;
  88. }
  89. .time-box-right{
  90. text-align: right;
  91. display: inline-block;
  92. border-radius: 0px;
  93. margin-top: 2px;
  94. line-height: 3.5vh;
  95. width:40%;
  96. height:3.5vh;
  97. min-height: 21px;
  98. margin-right: 5px;
  99. padding-right: 10px;
  100. background-image: url("../../assets/screen/time_right.png");
  101. background-size: cover;
  102. background-position: center center;
  103. }
  104. .time-box{
  105. font-weight: 600;
  106. font-size: 1.7vh;
  107. }
  108. /*表格栏*/
  109. .left-chart{
  110. position: relative;
  111. border: 1px solid rgba(25,186,139,.17);
  112. padding: 5px;
  113. height:15vw;
  114. min-height: 188px;
  115. background-color: #111d41;
  116. margin:5px;
  117. }
  118. .left-chart1-box{
  119. width:50%;
  120. height:100%;
  121. float: left;
  122. display: inline-block;
  123. }
  124. .left-chart1-box-contnet{
  125. width:100%;
  126. height: 20%;
  127. font-size: 1.2vw;
  128. text-align: center;
  129. display: inline-block;
  130. }
  131. .box-number{
  132. color: #ffeb7b;
  133. padding: 0.05rem 0;
  134. font-size:3.4vh;
  135. font-family: electronicFont;
  136. font-weight: bold;
  137. }
  138. .task-header{
  139. font-weight: 600;
  140. font-size: 18px;
  141. color: #3fd5f1;
  142. margin-bottom: 5px;
  143. padding-left: 8px;
  144. text-align: left;
  145. }
  146. .task-table{
  147. width:100%;
  148. height:100%;
  149. }
  150. .table-index{
  151. display:inline-block;
  152. width:16px;
  153. height:16px;
  154. border-radius:8px;
  155. background:#1296db;
  156. color:#FFF;
  157. text-align:center;
  158. line-height:16px;
  159. }
  160. /*告警统计*/
  161. .alarm-title{
  162. font-weight: 600;
  163. font-size: 18px;
  164. color: #3fd5f1;
  165. margin-bottom:5px;
  166. padding-left: 8px;
  167. }
  168. .alarm-total-box{
  169. height:2vw;
  170. min-height: 24px;
  171. text-align: center;
  172. line-height:2vw;
  173. font-weight: 500;
  174. font-size: 1.5vh;
  175. background-color:#15265f;
  176. margin:5px 10px;
  177. }
  178. //右侧表格
  179. .right-chart{
  180. position: relative;
  181. border: 1px solid rgba(25,186,139,.17);
  182. padding: 5px;
  183. height:15vw;
  184. min-height: 188px;
  185. background-color: #111d41;
  186. margin:5px;
  187. }
  188. .right-chart-left-box{
  189. width:35%;
  190. height:100%;
  191. display: inline-block;
  192. }
  193. .right-chart-right-box{
  194. width:65%;
  195. height:100%;
  196. display: inline-block;
  197. }
  198. //右侧表格
  199. .right-chart2{
  200. position: relative;
  201. border: 1px solid rgba(25,186,139,.17);
  202. padding: 5px;
  203. height:calc( 30vw + 5px);
  204. min-height: 188px;
  205. background-color: #111d41;
  206. margin:5px;
  207. }
  208. /*中间地图*/
  209. .center-map{
  210. width:calc( 100% - 10px);
  211. background-color: #111d41;
  212. margin:5px;
  213. position : relative;
  214. top:0;
  215. left:0;
  216. height:calc(30vw + 5px);
  217. min-height: 384px;
  218. border: 1px solid rgba(25,186,139,.17);
  219. z-index: 10;
  220. }
  221. .topL{width:20px;height:20px;border-top-width:2px;border-top-color:#26c6f0;border-top-style:solid;border-left-width:2px;border-left-color:#26c6f0;border-left-style:solid;position:absolute;top:0px;left:0px}
  222. .topR{width:20px;height:20px;border-top-width:2px;border-top-color:#26c6f0;border-top-style:solid;border-right-width:2px;border-right-color:#26c6f0;border-right-style:solid;position:absolute;top:0px;right:0px}
  223. .bottomL{width:20px;height:20px;border-bottom-width:2px;border-bottom-color:#26c6f0;border-bottom-style:solid;border-left-width:2px;border-left-color:#26c6f0;border-left-style:solid;position:absolute;bottom:0px;left:0px}
  224. .bottomR{width:20px;height:20px;border-bottom-width:2px;border-bottom-color:#26c6f0;border-bottom-style:solid;border-right-width:2px;border-right-color:#26c6f0;border-right-style:solid;position:absolute;bottom:0px;right:0px}
  225. .center-bottom{
  226. height:15vw;
  227. position: relative;
  228. border: 1px solid rgba(25,186,139,.17);
  229. background-color: #111d41;
  230. margin:5px;
  231. min-height: 179px;
  232. }
  233. .center-bottom-left{
  234. width:80%;
  235. height:100%;
  236. padding: 5px;
  237. display: inline-block;
  238. }
  239. .center-bottom-right{
  240. width:20%;
  241. height:100%;
  242. display: inline-block;
  243. }
  244. .center-bottom-right-box{
  245. width:90%;
  246. margin-left: 5%;
  247. height:50%;
  248. display: inline-block;
  249. text-align: center;
  250. line-height: 50%;
  251. position: relative;
  252. }
  253. .maindataeffect{
  254. animation: scrolleffect 6.5s infinite linear;
  255. width:6vw;
  256. margin-top:15px;
  257. }
  258. .maindataeffect-content{
  259. width:100%;
  260. height:100%;
  261. position: absolute;
  262. top: 0px;
  263. text-align: center;
  264. padding-top: 50%;
  265. left: 0;
  266. font-size: 3vh;
  267. }
  268. @keyframes scrolleffect {
  269. 0%{transfrom: rotate(0deg);}
  270. 25%{transform: rotate(90deg);}
  271. 50%{transform: rotate(180deg);}
  272. 75%{transform: rotate(270deg);}
  273. 100%{transform: rotate(360deg);}
  274. }
  275. .bm-view {
  276. width: 100%;
  277. height:46vh;
  278. }
  279. .map-center-top{
  280. width: 14vw;
  281. min-width: 300px;
  282. // background-color:green;
  283. text-align: center;
  284. height: 5vh;
  285. font-size: 2.6vh;
  286. font-weight: bold;
  287. position : absolute;
  288. top:20px;
  289. left : 21%;
  290. margin:0 auto;
  291. z-index: 999;
  292. }
  293. .map-left-bottom{
  294. width: 5vw;
  295. min-width: 100px;
  296. height: 5vh;
  297. font-size: 0.6vw;
  298. position : absolute;
  299. bottom:20px;
  300. left : 20px;
  301. z-index: 999;
  302. }
  303. .map-left-bottom-head{
  304. margin-bottom: 5px;
  305. font-weight: bold;
  306. }
  307. .map-left-bottom-title{
  308. display: inline-block;
  309. width:60%;
  310. }
  311. .map-left-bottom-color0{
  312. display: inline-block;
  313. width:20px;
  314. height:8px;
  315. background-color: green;
  316. }
  317. .map-left-bottom-color1{
  318. display: inline-block;
  319. width:20px;
  320. height:8px;
  321. background-color: yellow;
  322. }
  323. .map-left-bottom-color2{
  324. display: inline-block;
  325. width:20px;
  326. height:8px;
  327. background-color: red;
  328. }
  329. .map-right-bottom{
  330. width: 5vw;
  331. min-width: 100px;
  332. height: 17vh;
  333. background:#245baf;
  334. font-size: 1vh;
  335. position : absolute;
  336. border:1px solid #fff;
  337. bottom:10px;
  338. right : 10px;
  339. z-index: 999;
  340. }
  341. .center-alarm-label{
  342. padding-top: 1px;
  343. line-height: 1.8vh;
  344. height:2vh;
  345. width:100%;
  346. }
  347. .center-alarm-label1{
  348. padding-top: 1px;
  349. line-height: 1.8vh;
  350. height:2vh;
  351. width:100%;
  352. background:#1262dd;
  353. }
  354. .center-alarm-total-label{
  355. line-height: 5.2vh;
  356. height:5.2vh;
  357. width: 16.5vh;
  358. font-weight: bold;
  359. color:yellow;
  360. }
  361. .alarm-label-title{
  362. width:65%;
  363. height: 100%;
  364. text-align: center;
  365. display: inline-block;
  366. }
  367. .alarm-label-value{
  368. width:35%;
  369. height: 100%;
  370. display: inline-block;
  371. text-align: center;
  372. }
  373. .normal-value{
  374. color:yellow;
  375. }
  376. .back-btn{
  377. position: fixed;
  378. top:10px;
  379. right:25px;
  380. cursor: pointer;
  381. font-family: datavfont!important;
  382. font-style: normal;
  383. font-weight: 400;
  384. font-variant: normal;
  385. text-transform: none;
  386. line-height: 1;
  387. -webkit-font-smoothing: antialiased;
  388. -moz-osx-font-smoothing: grayscale;
  389. padding-top: 5px;
  390. display: block;
  391. color: #3fd5f1;
  392. text-align: center;
  393. }
  394. .el-icon-edit-outline{
  395. font-size: 20px;
  396. }
  397. .back-btn a{
  398. font-size: 12px;
  399. }
  400. .back-btn:hover{
  401. color:#1bb0cc;
  402. }
  403. .el-date-editor{
  404. width:100%;
  405. }