index.css 9.3 KB

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