index.css 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. * {
  2. margin: 0;
  3. padding: 0;
  4. box-sizing: border-box;
  5. }
  6. li {
  7. list-style: none;
  8. }
  9. select,
  10. input {
  11. outline: none;
  12. }
  13. .text-left {
  14. text-align: left;
  15. }
  16. /* 溢出滚动样式 */
  17. .summary ::-webkit-scrollbar {
  18. height: 7px !important;
  19. width: 7px !important;
  20. }
  21. /*定义了滚动条滑块的样式*/
  22. .summary ::-webkit-scrollbar-thumb {
  23. border-radius: 5px;
  24. border-style: dashed;
  25. background-color: #28BEFC;
  26. border-color: #e2242400;
  27. border-width: 1.5px;
  28. background-clip: padding-box;
  29. }
  30. /*定义了轨道的样式*/
  31. .summary ::-webkit-scrollbar-track {
  32. /*滚动条里面轨道*/
  33. -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0);
  34. border-radius: 5px;
  35. background: rgba(0, 0, 0, 0);
  36. }
  37. @font-face {
  38. font-family: IMPACT;
  39. src: url(../font/IMPACT.TTF);
  40. }
  41. body {
  42. font-family: Arial, Helvetica, sans-serif;
  43. margin: 0;
  44. padding: 0;
  45. /* 背景图定位 / 背景图尺寸 cover 完全铺满容器 contain 完整显示在容器内 */
  46. background: url(../images/bg.jpg) no-repeat #000;
  47. background-size: cover;
  48. /* 行高是字体1.15倍 */
  49. line-height: 1.15;
  50. position: relative;
  51. }
  52. body .page-container {
  53. font-family: Arial, Helvetica, sans-serif;
  54. margin: 0;
  55. padding: 0;
  56. /* 背景图定位 / 背景图尺寸 cover 完全铺满容器 contain 完整显示在容器内 */
  57. background: url(../images/bg.jpg) no-repeat #000;
  58. background-size: cover;
  59. /* 行高是字体1.15倍 */
  60. line-height: 1.15;
  61. position: relative;
  62. }
  63. header {
  64. position: relative;
  65. height: 1rem;
  66. background: url(../images/head_bg.png) no-repeat top center;
  67. background-size: 100% 100%;
  68. min-width: 1024px;
  69. max-width: 1920px;
  70. }
  71. header h1 {
  72. font-size: 0.35rem;
  73. color: #fff;
  74. text-align: center;
  75. line-height: 1rem;
  76. font-weight: normal;
  77. }
  78. header .filterSec {
  79. position: absolute;
  80. top: 0;
  81. right: 0.375rem;
  82. line-height: 0.9375rem;
  83. font-size: 0.25rem;
  84. color: rgba(255, 255, 255, 0.7);
  85. }
  86. .mainbox {
  87. min-width: 1024px;
  88. max-width: 1920px;
  89. padding: 0.225rem 0.225rem 0 0.2625rem;
  90. }
  91. .mainbox .topSection,
  92. .mainbox .bottomSection {
  93. display: flex;
  94. }
  95. .mainbox.eleFire .topSection .column {
  96. flex: 2;
  97. }
  98. .mainbox.eleFire .topSection .column:nth-child(2) {
  99. flex: 5;
  100. margin: 0 0 0 0.275rem;
  101. overflow: hidden;
  102. }
  103. .mainbox .bottomSection .column {
  104. flex: 1;
  105. }
  106. .mainbox .bottomSection .column:nth-child(2) {
  107. flex: 1;
  108. margin: 0 0 0 0.275rem;
  109. overflow: hidden;
  110. }
  111. .panel {
  112. position: relative;
  113. height: 5.9rem;
  114. border: 1px solid rgba(25, 140, 186, 0.5);
  115. background: rgba(8, 26, 50, 0.6);
  116. padding: 0 0.5375rem;
  117. margin-bottom: 0.2rem;
  118. }
  119. .panel::before {
  120. position: absolute;
  121. top: 0;
  122. left: 0;
  123. content: "";
  124. width: 10px;
  125. height: 10px;
  126. border-top: 2px solid #28BEFC;
  127. border-left: 2px solid #28BEFC;
  128. }
  129. .panel::after {
  130. position: absolute;
  131. top: 0;
  132. right: 0;
  133. content: "";
  134. width: 10px;
  135. height: 10px;
  136. border-top: 2px solid #28BEFC;
  137. border-right: 2px solid #28BEFC;
  138. }
  139. .panel .panel-footer {
  140. position: absolute;
  141. left: 0;
  142. bottom: 0;
  143. width: 100%;
  144. }
  145. .panel .panel-footer::before {
  146. position: absolute;
  147. bottom: 0;
  148. left: 0;
  149. content: "";
  150. width: 10px;
  151. height: 10px;
  152. border-bottom: 2px solid #28BEFC;
  153. border-left: 2px solid #28BEFC;
  154. }
  155. .panel .panel-footer::after {
  156. position: absolute;
  157. bottom: 0;
  158. right: 0;
  159. content: "";
  160. width: 10px;
  161. height: 10px;
  162. border-bottom: 2px solid #28BEFC;
  163. border-right: 2px solid #28BEFC;
  164. }
  165. .panel h2 {
  166. height: 0.6rem;
  167. line-height: 0.6rem;
  168. text-align: center;
  169. color: #0096FF;
  170. font-size: 0.25rem;
  171. font-weight: 400;
  172. position: relative;
  173. }
  174. .panel h2 .line {
  175. height: 1px;
  176. background: rgba(25, 140, 186, 0.5);
  177. position: relative;
  178. width: 100%;
  179. margin: 0 auto;
  180. }
  181. .panel h2 .line:before {
  182. content: '';
  183. top: 0.07rem;
  184. left: -0.37rem;
  185. width: 0.375rem;
  186. height: 1px;
  187. border-bottom: 1px solid rgba(25, 140, 186, 0.5);
  188. display: inline-block;
  189. transform: rotate(335deg);
  190. position: absolute;
  191. }
  192. .panel h2 .line:after {
  193. content: '';
  194. top: 0.07rem;
  195. right: -0.35rem;
  196. width: 0.375rem;
  197. height: 1px;
  198. border-bottom: 1px solid rgba(25, 140, 186, 0.5);
  199. display: inline-block;
  200. transform: rotate(25deg);
  201. position: absolute;
  202. }
  203. .panel h2 img {
  204. height: 0.125rem;
  205. vertical-align: middle;
  206. }
  207. .panel h2 span {
  208. margin: 0 0.1875rem;
  209. }
  210. .panel .chart {
  211. height: calc(100% - 0.6rem);
  212. }
  213. .tab-line {
  214. height: 0.6rem;
  215. margin: 0.25rem 0;
  216. display: inline-block;
  217. }
  218. .tab-line a {
  219. font-size: 0.175rem;
  220. color: #0090F5;
  221. padding: 0.125rem 0.45rem;
  222. display: block;
  223. float: left;
  224. border: 1px solid #0096ff;
  225. text-decoration: none;
  226. }
  227. .tab-line a.active {
  228. background: #0096FF;
  229. color: #fff;
  230. }
  231. @media screen and (max-width: 1024px) {
  232. html {
  233. font-size: 42px !important;
  234. }
  235. }
  236. @media screen and (min-width: 1920) {
  237. html {
  238. font-size: 80px !important;
  239. }
  240. }
  241. .line.panel {
  242. text-align: center;
  243. }
  244. .line.panel .chart {
  245. height: 50%;
  246. }
  247. .hotAnalysis.panel .chart,
  248. .data_fluctuation.panel .chart {
  249. height: 62%;
  250. margin-top: 0.5rem;
  251. }
  252. /* 搜索区域样式 */
  253. .filterSec {
  254. position: absolute;
  255. bottom: -0.0625rem;
  256. right: 0;
  257. font-size: 0.175rem;
  258. }
  259. .filterSec select,
  260. .filterSec input {
  261. border: 1px solid #64A7D4;
  262. width: 2.1rem;
  263. height: 0.35rem;
  264. color: #fff;
  265. line-height: 0.35rem;
  266. background: rgba(0, 0, 0, 0);
  267. margin-right: 0.4rem;
  268. font-size: 0.175rem;
  269. }
  270. .filterSec span {
  271. display: inline-block;
  272. margin-right: 0.125rem;
  273. font-size: 0.175rem;
  274. }
  275. a.button {
  276. padding: 0 0.15rem;
  277. height: 0.35rem;
  278. line-height: 0.35rem;
  279. text-align: center;
  280. border: 1px solid #64A7D4;
  281. color: #fff;
  282. display: inline-block;
  283. text-decoration: none;
  284. background: #034854;
  285. cursor: pointer;
  286. font-size: 0.175rem;
  287. }
  288. a.button img {
  289. width: 0.25rem;
  290. margin-top: -2px;
  291. position: relative;
  292. vertical-align: middle;
  293. }
  294. a.button text {
  295. vertical-align: middle;
  296. display: inline-block;
  297. }
  298. .mainbox.water .topSection .column:first-child {
  299. flex: 1;
  300. }
  301. .mainbox.water .topSection .column:nth-child(2) {
  302. flex: 2;
  303. margin: 0 0.275rem;
  304. overflow: hidden;
  305. }
  306. .mainbox.water .topSection .column:last-child {
  307. flex: 1;
  308. }
  309. .water .divergence .chart {
  310. margin-top: 0.5rem;
  311. height: 60%;
  312. }
  313. .water .hiddenCheck .chart {
  314. margin-top: 0.5rem;
  315. height: 60%;
  316. }
  317. .summary {
  318. color: #fff;
  319. font-size: 0.175rem;
  320. text-align: left;
  321. width: 100%;
  322. margin-top: 0.1rem;
  323. height: 0.825rem;
  324. padding: 0.15rem;
  325. background-image: url(../images/summary-bg.png);
  326. background-size: 100% 100%;
  327. background-repeat: no-repeat;
  328. display: flex;
  329. align-items: top;
  330. }
  331. .summary div:first-child {
  332. width: 0.85rem;
  333. }
  334. .summary div:last-child {
  335. width: calc(100% - 0.85rem);
  336. padding-right: 0.2rem;
  337. height: 0.57rem;
  338. overflow: auto;
  339. }
  340. .summary p {
  341. line-height: 1.38;
  342. }
  343. .summary div {
  344. display: inline-block;
  345. }
  346. .bar-3d .chart {
  347. height: 50%;
  348. background: url(../images/3d-bg.png);
  349. background-repeat: no-repeat;
  350. background-position: 50% 80%;
  351. }
  352. .bar-3d ul {
  353. color: #fff;
  354. font-size: 0.2rem;
  355. display: flex;
  356. margin: 0.5625rem 0;
  357. }
  358. .bar-3d ul li {
  359. flex: 1;
  360. text-align: center;
  361. }
  362. .bar-3d ul li .num {
  363. font-size: 0.375rem;
  364. margin-bottom: 0.1rem;
  365. font-family: IMPACT;
  366. }
  367. .bar-3d ul li .num.total {
  368. color: #FF3E3E;
  369. }
  370. .bar-3d ul li .num.unsolve {
  371. color: #FA742B;
  372. }
  373. .bar-3d ul li .num.solved {
  374. color: #1DD9E5;
  375. }
  376. .exportBox {
  377. position: absolute;
  378. left: 0;
  379. right: 0;
  380. bottom: 1rem;
  381. top: 1rem;
  382. font-size: 14px;
  383. width: 100%;
  384. height: 90%;
  385. z-index: -1;
  386. }
  387. .exportBox table,
  388. .exportBox table tr th,
  389. .exportBox table tr td {
  390. border: 1px solid #eee;
  391. margin: 0 auto;
  392. }
  393. .exportBox td,
  394. .exportBox th {
  395. padding: 3px 0;
  396. }
  397. .exportBox .exportContainer {
  398. z-index: 19000;
  399. width: 650px;
  400. margin: 0 auto;
  401. box-shadow: #888888 0px 0px 4px;
  402. display: block;
  403. background: #1f2833;
  404. color: #fff;
  405. height: calc(100% - 1rem);
  406. overflow: auto;
  407. padding: 15px;
  408. }
  409. .exportBox h3.title {
  410. text-align: center;
  411. background: #1f2833;
  412. font-size: 16px;
  413. }
  414. .exportBox section {
  415. padding-bottom: 30px;
  416. }
  417. .exportBox section .table-sub {
  418. margin-top: 10px;
  419. font-size: 13px;
  420. }
  421. .exportBox section .innerChart {
  422. width: 100%;
  423. height: 220px;
  424. padding: 10px 0;
  425. }
  426. .exportBox section .summary2 {
  427. display: flex;
  428. margin: 0 10px;
  429. line-height: 1.5;
  430. }
  431. .exportBox section .summary2 > div:first-child {
  432. width: 60px;
  433. }
  434. .exportBox section .summary2 > div:last-child {
  435. width: calc(100% - 30px);
  436. }
  437. .exportBox section .big-tit {
  438. padding: 10px 0;
  439. background: #1f2833;
  440. }
  441. .exportBox .section1 {
  442. background: #1f2833;
  443. }
  444. .layui-layer-title {
  445. background: #081A32 !important;
  446. color: #fff !important;
  447. border-bottom: 1px solid #1E9FFF !important;
  448. }
  449. .layui-layer {
  450. background: #072442 !important;
  451. color: #fff;
  452. }
  453. .layui-layer-ico {
  454. border-radius: 50%;
  455. }
  456. .layui-layer-btn .layui-layer-btn0 {
  457. font-size: 0.3rem;
  458. }