light-jsc.css 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421
  1. #appBody.light {
  2. color: #000;
  3. background: #dcdddf;
  4. transition: 0.25s;
  5. }
  6. #appBody.light .gray {
  7. color: #000;
  8. font-weight: 700;
  9. transition: 0.25s;
  10. }
  11. #appBody.light .green {
  12. color: #05bb4c;
  13. font-weight: 700;
  14. transition: 0.25s;
  15. }
  16. #appBody.light .green1 {
  17. color: rgba(255, 255, 255, 0.8);
  18. font-weight: 700;
  19. transition: 0.25s;
  20. }
  21. #appBody.light .white {
  22. color: #000;
  23. transition: 0.25s;
  24. }
  25. #appBody.light #app {
  26. transition: 0.25s;
  27. }
  28. #appBody.light .panel-title {
  29. color: #000;
  30. transition: 0.25s;
  31. }
  32. #appBody.light .panel-tools {
  33. color: #000;
  34. transition: 0.25s;
  35. }
  36. #appBody.light .weather .other-info .text {
  37. color: #000;
  38. transition: 0.25s;
  39. }
  40. #appBody.light .weather .other-info div.svg-icon svg use {
  41. fill: #36348e;
  42. transition: 0.25s;
  43. }
  44. #appBody.light .security-days .text {
  45. color: #000;
  46. transition: 0.25s;
  47. }
  48. #appBody.light .security-days .num {
  49. color: #36348e;
  50. transition: 0.25s;
  51. }
  52. #appBody.light .security-days .text1 {
  53. color: #000;
  54. transition: 0.25s;
  55. }
  56. #appBody.light .save-item .save-value {
  57. color: #000;
  58. transition: 0.25s;
  59. }
  60. #appBody.light .save-item .save-name {
  61. color: #5e6269;
  62. transition: 0.25s;
  63. }
  64. #appBody.light .tab-box .tab-item span svg use {
  65. fill: #000;
  66. transition: 0.25s;
  67. }
  68. #appBody.light .header-body {
  69. border: 0;
  70. transition: 0.25s;
  71. }
  72. #appBody.light .header-body .header-title svg g:nth-child(1) path,
  73. #appBody.light .header-body .header-title svg g:nth-child(1) polygon {
  74. fill: #000;
  75. transition: 0.25s;
  76. }
  77. #appBody.light .weather-info span svg use {
  78. fill: #000;
  79. transition: 0.25s;
  80. }
  81. #appBody.light .map .tab-box .tab-item.active {
  82. color: #36348e;
  83. position: relative;
  84. background-image: linear-gradient(to top, rgba(57, 54, 143, 0.5), rgba(5, 187, 76, 0));
  85. transition: 0.25s;
  86. }
  87. #appBody.light .map .tab-box .tab-item.active1 {
  88. color: #36348e;
  89. position: relative;
  90. background-image: linear-gradient(to top, rgba(57, 54, 143, 0.5), #ffffff);
  91. transition: 0.25s;
  92. }
  93. #appBody.light .map .tab-box .tab-item.active::after {
  94. transition: 0.25s;
  95. }
  96. #appBody.light .header-menu .header-menu-list .header-menu-item.active::after {
  97. border: 0.093vh solid #36348e;
  98. transition: 0.25s;
  99. }
  100. #appBody.light .header-menu .header-menu-list .header-menu-item.active {
  101. color: #36348e;
  102. position: relative;
  103. background: linear-gradient(to top, rgba(57, 54, 143, 0.5), rgba(5, 187, 76, 0));
  104. border: 0.093vh solid #36348e;
  105. transition: color 0.25s ease-in-out;
  106. }
  107. #appBody.light .home .table-card {
  108. outline: none;
  109. transition: 0.25s;
  110. overflow: hidden;
  111. }
  112. #appBody.light .coulometric-analysis .card-1 .card-icon svg use {
  113. fill: #36348e;
  114. filter: drop-shadow(0 0 6px #36348e);
  115. transition: 0.25s;
  116. }
  117. #appBody.light .map .compass svg g:nth-child(3) g g path {
  118. fill: #36348e;
  119. transition: 0.25s;
  120. }
  121. #appBody.light .map .compass svg g:nth-child(4) g g path {
  122. fill: #36348e;
  123. transition: 0.25s;
  124. }
  125. #appBody.light .map .compass::after {
  126. box-shadow: inset 0px -5px 10px 0px #36348e;
  127. transition: 0.25s;
  128. }
  129. #appBody.light .name-box-period-label {
  130. color: #000;
  131. transition: 0.25s;
  132. }
  133. #appBody.light .name-box-period-value {
  134. color: #36348e;
  135. transition: 0.25s;
  136. }
  137. #appBody.light .query.mg-b-8 {
  138. padding-top: 10px;
  139. }
  140. #appBody.light .query.mg-b-16 {
  141. padding-top: 10px;
  142. }
  143. #appBody.light .svg-map-nx .item-label rect {
  144. fill: #36348e;
  145. transition: 0.25s;
  146. }
  147. #appBody.light .svg-map-nx .item-label .mapKey {
  148. fill: #fff;
  149. transition: 0.25s;
  150. }
  151. #appBody.light .svg-map-nx .popup-layer-svg .mapKey {
  152. fill: #fff;
  153. transition: 0.25s;
  154. }
  155. #appBody.light .svg-map-nx #popup-box-svg rect {
  156. fill: #36348e;
  157. opacity: 0.8;
  158. transition: 0.25s;
  159. }
  160. #appBody.light .svg-map-nx .esp-1 {
  161. stroke: #36348e;
  162. }
  163. #appBody.light .svg-map-nx .esp-6 {
  164. stroke: #36348e;
  165. }
  166. #appBody.light .svg-map-nx .esp-c {
  167. stroke: #36348e;
  168. }
  169. #appBody.light .svg-map .item-label rect {
  170. fill: #36348e;
  171. transition: 0.25s;
  172. }
  173. #appBody.light .svg-map .item-label .mapKey {
  174. fill: #fff;
  175. transition: 0.25s;
  176. }
  177. #appBody.light .svg-map .popup-layer-svg .mapKey {
  178. fill: #fff;
  179. transition: 0.25s;
  180. }
  181. #appBody.light .svg-map #popup-box-svg rect {
  182. fill: #36348e;
  183. opacity: 0.8;
  184. transition: 0.25s;
  185. }
  186. #appBody.light .svg-map .esp-1 {
  187. stroke: #36348e;
  188. }
  189. #appBody.light .svg-map .esp-6 {
  190. stroke: #36348e;
  191. }
  192. #appBody.light .svg-map .esp-c {
  193. stroke: #36348e;
  194. }
  195. #appBody.light .status {
  196. background-color: #ffffff;
  197. padding: 10px;
  198. margin-top: 10px;
  199. border-radius: 10px;
  200. }
  201. #appBody.light .status .table-box1 {
  202. border: 0.093vh solid #ffffff;
  203. }
  204. #appBody.light .status .com-table tbody tr:nth-child(2n) {
  205. background-color: #ffffff;
  206. }
  207. #appBody.light .monitorOverview .stationName {
  208. color: #000000;
  209. }
  210. #appBody.light .monitorOverview .station-info .item-title {
  211. color: #000000;
  212. }
  213. #appBody.light .monitorOverview .station-info .item-name {
  214. color: #000000;
  215. }
  216. #appBody.light .monitorOverview .station-info .item-unit {
  217. color: #000000;
  218. }
  219. #appBody.light .monitorOverview .model .energy-title {
  220. color: #000000;
  221. background-color: rgba(83, 98, 104, 0.4);
  222. }
  223. #appBody.light .monitorOverview .model1 .energy-title {
  224. color: #000000;
  225. background-color: rgba(83, 98, 104, 0.4);
  226. }
  227. #appBody.light .monitorOverview .energy-content .num {
  228. color: #000000;
  229. }
  230. #appBody.light .com-panel-3,
  231. #appBody.light .com-panel,
  232. #appBody.light .header-body {
  233. background: #fff;
  234. transition: 0.25s;
  235. }
  236. #appBody.light .com-panel-3 .dot,
  237. #appBody.light .com-panel.line:before {
  238. background: #000;
  239. transition: 0.25s;
  240. }
  241. #appBody.light .panel-header {
  242. background: #fff;
  243. transition: 0.25s;
  244. }
  245. #appBody.light .fengji-icon svg use {
  246. fill: #36348e;
  247. transition: 0.25s;
  248. }
  249. #appBody.light .modal.el-dialog {
  250. background: rgba(255, 255, 255, 0.85);
  251. border: 1px solid rgba(57, 54, 143, 0.5);
  252. box-shadow: 0px 8px 17px 1px rgb(57, 54, 143 / 30%);
  253. border-radius: 12px;
  254. transition: 0.25s;
  255. }
  256. #appBody.light .modal.el-dialog .el-dialog__title {
  257. color: rgba(0, 0, 0, 0.75);
  258. transition: 0.25s;
  259. }
  260. #appBody.light .situation-body .value span:nth-child(2) {
  261. font-weight: 700;
  262. transition: 0.25s;
  263. }
  264. #appBody.light .coulometric-analysis .card-title {
  265. color: #000;
  266. transition: 0.25s;
  267. }
  268. #appBody.light .com-panel,
  269. #appBody.light .panel-header,
  270. #appBody.light .home .table-card,
  271. #appBody.light .com-panel-3.situation,
  272. #appBody.light .el-menu--collapse,
  273. #appBody.light .el-sub-menu,
  274. #appBody.light .el-sub-menu__title,
  275. #appBody.light .el-menu--popup,
  276. #appBody.light .el-menu-item {
  277. border-radius: 12px;
  278. transition: 0.25s;
  279. }
  280. #appBody.light .com-panel {
  281. padding-bottom: 10px;
  282. transition: 0.25s;
  283. }
  284. #appBody.light .com-panel.line::before {
  285. width: 4px;
  286. height: 4px;
  287. background: #000;
  288. margin: 0.85vh 0.556vh 0vh 0.85vh;
  289. transition: 0.25s;
  290. }
  291. #appBody.light .com-panel.line {
  292. border-left: 0;
  293. transition: 0.25s;
  294. }
  295. #appBody.light .lightMenu {
  296. width: 0;
  297. height: calc(100% - 71px);
  298. position: absolute;
  299. left: 14px;
  300. top: 57px;
  301. z-index: 100;
  302. border-radius: 20px;
  303. border: 0;
  304. overflow: hidden;
  305. transition: 0.25s;
  306. }
  307. #appBody.light .lightMenu.show {
  308. width: 54px;
  309. transition: 0.25s;
  310. }
  311. #appBody.light .main-body {
  312. transition: 0.25s;
  313. }
  314. #appBody.light .dot.top-left {
  315. top: 0.85vh;
  316. left: 0.85vh;
  317. background: #000;
  318. transition: 0.25s;
  319. }
  320. #appBody.light .dot.bottom-left {
  321. bottom: 0.85vh;
  322. left: 0.85vh;
  323. background: #000;
  324. transition: 0.25s;
  325. }
  326. #appBody.light .dot.top-rignt {
  327. top: 0.85vh;
  328. right: 0.85vh;
  329. background: #000;
  330. transition: 0.25s;
  331. }
  332. #appBody.light .dot.bottom-right {
  333. bottom: 0.85vh;
  334. right: 0.85vh;
  335. background: #000;
  336. transition: 0.25s;
  337. }
  338. #appBody.light .lightMenu .el-menu--collapse {
  339. width: 54px;
  340. transition: 0.25s;
  341. }
  342. #appBody.light .lightMenu .el-menu--collapse {
  343. height: 100%;
  344. }
  345. #appBody.light .lightMenu .el-sub-menu__title {
  346. text-align: center;
  347. vertical-align: middle;
  348. padding: 0 20px;
  349. transition: 0.25s;
  350. }
  351. #appBody.light .lightMenu .el-sub-menu__title i {
  352. color: #fff;
  353. transition: 0.25s;
  354. }
  355. #appBody.light .el-popper.is-light.is-pure .el-menu--popup {
  356. padding: 0;
  357. }
  358. #appBody.light .el-popper.is-light.is-pure .el-menu--popup .el-menu-item-group__title {
  359. padding: 0;
  360. }
  361. #appBody.light .el-popper.is-light.is-pure .el-menu--popup .el-menu-item {
  362. height: 46px;
  363. line-height: 46px;
  364. }
  365. #appBody.light .el-popper.is-light {
  366. border: none;
  367. }
  368. #appBody.light .el-popper.is-light .el-menu {
  369. border-radius: 0px;
  370. }
  371. #appBody.light .com-panel-3 {
  372. border: 0;
  373. transition: 0.25s;
  374. }
  375. #appBody.light .map .return {
  376. color: rgba(0, 0, 0, 0.8);
  377. transition: 0.25s;
  378. }
  379. #appBody.light .map .return use {
  380. fill: #000;
  381. transition: 0.25s;
  382. }
  383. #appBody.light .map .return:hover {
  384. color: #36348e;
  385. border-color: #36348e;
  386. transition: 0.25s;
  387. }
  388. #appBody.light .map .return:hover use {
  389. fill: #36348e;
  390. transition: 0.25s;
  391. }
  392. #appBody.light .name-box .name-box-title {
  393. color: #000;
  394. transition: 0.25s;
  395. }
  396. #appBody.light .zbtjfx .zbtjfx-body .zbtjfx-up .zbtjfx-up-panel {
  397. background: #ffffff;
  398. border: 1px solid #ffffff;
  399. }
  400. #appBody.light .zbtjfx .zbtjfx-body .zbtjfx-up .zbtjfx-up-panel .zbtjfx-up-panel-l {
  401. border-right: 1px dashed #36348e;
  402. }
  403. #appBody.light .zbtjfx .zbtjfx-body .zbtjfx-up .zbtjfx-up-panel .zbtjfx-up-panel-r-t {
  404. color: #36348e;
  405. }
  406. #appBody.light .zbtjfx .zbtjfx-body .zbtjfx-up .zbtjfx-up-panel .zbtjfx-up-panel-r-b {
  407. color: #000000;
  408. }
  409. #appBody.light .zbtjfx .zbtjfx-body .zbtjfx-mi .zbtjfx-mi-panel {
  410. background: #ffffff;
  411. border: 1px solid #ffffff;
  412. }
  413. #appBody.light .zbtjfx .zbtjfx-body .zbtjfx-mi .zbtjfx-mi-panel .zbtjfx-mi-panel-text {
  414. color: #666666;
  415. }
  416. #appBody.light .zbtjfx .zbtjfx-body .zbtjfx-mi .zbtjfx-mi-panel .zbtjfx-mi-panel-text .zbtjfx-mi-panel-text-green {
  417. color: #05bb4c;
  418. }
  419. #appBody.light .zbtjfx .zbtjfx-body .zbtjfx-dn {
  420. color: #000000;
  421. }