cokingCoalD.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667
  1. *,
  2. *:before,
  3. *:after {
  4. padding: 0;
  5. margin: 0;
  6. box-sizing: border-box;
  7. }
  8. html,
  9. body {
  10. height: 100%;
  11. font-size: 14px;
  12. background-color: #ecffff;
  13. font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
  14. 'Hiragino Sans GB', Arial, sans-serif;
  15. }
  16. .flex {
  17. display: flex;
  18. }
  19. .flex1 {
  20. flex: 1;
  21. }
  22. .flex2 {
  23. flex: 2;
  24. }
  25. .flex-around {
  26. display: flex;
  27. justify-content: space-around;
  28. }
  29. .flex-between {
  30. display: flex;
  31. justify-content: space-between;
  32. align-items: center;
  33. }
  34. .flex-end {
  35. display: flex;
  36. justify-content: flex-end;
  37. }
  38. .flex-align-center {
  39. display: flex;
  40. align-items: center;
  41. }
  42. .text-center {
  43. text-align: center;
  44. }
  45. .font12 {
  46. font-size: 12px;
  47. }
  48. .main-color {
  49. color: #0bf1ff;
  50. }
  51. .danger-color {
  52. color: #f15450 !important;
  53. }
  54. .error-color {
  55. color: #ffc704 !important;
  56. }
  57. .btm10 {
  58. margin-bottom: 10px;
  59. }
  60. .btm20 {
  61. margin-bottom: 20px;
  62. }
  63. a {
  64. text-decoration: none;
  65. cursor: pointer;
  66. }
  67. [v-cloak] {
  68. display: none;
  69. }
  70. #app {
  71. background: url('../images/top-back.png') center center no-repeat;
  72. background-size: 100% 100%;
  73. padding-top: 10px;
  74. height: 100vh;
  75. overflow: hidden;
  76. color: #fff;
  77. }
  78. .my-header {
  79. height: 70px;
  80. line-height: 70px;
  81. background: url('../images/title-back.png') center center no-repeat;
  82. background-size: 100% 100%;
  83. color: #0bf1ff;
  84. text-align: center;
  85. font-size: 25px;
  86. font-weight: 600;
  87. }
  88. .my-header span {
  89. background-image: -webkit-linear-gradient(top, #fff, #99eeff);
  90. -webkit-background-clip: text;
  91. -webkit-text-fill-color: transparent;
  92. }
  93. .main {
  94. padding: 15px;
  95. height: calc(100% - 70px);
  96. background-size: 80%;
  97. padding-bottom: 65px;
  98. display: grid;
  99. grid-template-columns: repeat(3, minmax(0, 1fr));
  100. grid-template-rows: repeat(2, minmax(0, 1fr));
  101. gap: 20px;
  102. }
  103. .center-item {
  104. background: url('../images/center-border.png') no-repeat;
  105. background-size: 100% 100%;
  106. }
  107. .center-title {
  108. height: 15%;
  109. width: 90%;
  110. margin-bottom: 4% !important;
  111. }
  112. .arrow {
  113. width: 17px;
  114. height: 34px;
  115. margin-right: 5px;
  116. }
  117. .center1-footer {
  118. width: 90%;
  119. height: 70%;
  120. padding: 0 2%;
  121. }
  122. .footer {
  123. position: fixed;
  124. bottom: 0;
  125. padding: 10px;
  126. display: flex;
  127. background-color: rgba(0, 0, 0, 0.5);
  128. width: 100%;
  129. background: url('../images/foot-back.png') no-repeat center bottom;
  130. background-size: 100% 100%;
  131. }
  132. .footer a {
  133. height: 40px;
  134. line-height: 40px;
  135. text-align: center;
  136. color: #fff;
  137. background: url('../images/footer-item.png') no-repeat;
  138. background-size: 100% 100%;
  139. width: 200px;
  140. }
  141. .footer a:hover {
  142. background: url('../images/footer-item-checked.png') no-repeat;
  143. background-size: 100% 100%;
  144. }
  145. .header-item {
  146. color: #69c0ff;
  147. }
  148. .row-item .ceil:nth-child(2) {
  149. width: 100px !important;
  150. margin-left: 80px;
  151. display: grid;
  152. grid-template-columns: repeat(2, minmax(0, 1fr));
  153. }
  154. .red {
  155. color: #ed3248;
  156. }
  157. .red:after {
  158. background: url('../images/up.png') no-repeat;
  159. }
  160. .green {
  161. color: #39f6b2;
  162. }
  163. .green:after {
  164. background: url('../images/down2.png') no-repeat;
  165. }
  166. .row-item .ceil:nth-child(2):after {
  167. content: '';
  168. background-size: 100% 100%;
  169. width: 15px;
  170. height: 15px;
  171. top: 16px;
  172. left: 10px;
  173. position: relative;
  174. display: inline-block;
  175. }
  176. .el-progress-bar__outer {
  177. background-color: #102f53;
  178. overflow: visible;
  179. }
  180. .list {
  181. list-style-type: none;
  182. }
  183. .center1-footer > .list {
  184. width: 100%;
  185. padding: 0 5%;
  186. }
  187. .list {
  188. height: 80%;
  189. }
  190. .list-item {
  191. display: flex;
  192. align-items: center;
  193. }
  194. .list-item i.num {
  195. font-size: 20px;
  196. margin-right: 10px;
  197. }
  198. .list > .list-item:nth-child(1) .el-progress-bar__inner,
  199. .list .list-item:first-child .serial {
  200. background: linear-gradient(to right, #092854, #40a8fe);
  201. }
  202. .list > .list-item:nth-child(2) .el-progress-bar__inner,
  203. .list .list-item:nth-child(2) .serial {
  204. background: linear-gradient(to right, #0b2855, #5d78e3);
  205. }
  206. .list > .list-item:nth-child(3) .el-progress-bar__inner,
  207. .list .list-item:nth-child(3) .serial {
  208. background: linear-gradient(to right, #0a2a54, #3fc9c1);
  209. }
  210. .list > .list-item:nth-child(4) .el-progress-bar__inner,
  211. .list .list-item:nth-child(4) .serial {
  212. background: linear-gradient(to right, #0a2a54, #ca8317);
  213. }
  214. .list > .list-item:nth-child(5) .el-progress-bar__inner,
  215. .list .list-item:nth-child(5) .serial {
  216. background: linear-gradient(to right, #0a2a54, #9c1765);
  217. }
  218. .el-progress {
  219. width: 250px;
  220. }
  221. .serial {
  222. width: 40px;
  223. height: 40px;
  224. line-height: 40px;
  225. background-color: #163a5d;
  226. /* color: #69c0ff; */
  227. color: #fff;
  228. font-style: italic;
  229. font-weight: bold;
  230. text-align: center;
  231. margin-right: 10px;
  232. border-radius: 5px;
  233. }
  234. .el-progress__text {
  235. color: #69c0ff;
  236. }
  237. .aiQuality {
  238. width: 90%;
  239. height: 70%;
  240. padding-top: 0.2%;
  241. margin: 0 auto;
  242. }
  243. .top-title1,
  244. .top-title2,
  245. .top-title3 {
  246. width: 270px;
  247. height: 50px;
  248. line-height: 50px;
  249. left: 180px;
  250. top: 65px;
  251. background: url('../images/title.png') no-repeat;
  252. background-size: 100% 100%;
  253. padding-left: 50px;
  254. }
  255. .my-header span.right {
  256. position: absolute;
  257. right: 100px;
  258. bottom: 10px;
  259. font-size: 14px;
  260. }
  261. /* zhb */
  262. /* 宽高纵横比 */
  263. .aspect-auto {
  264. aspect-ratio: auto;
  265. }
  266. .aspect-square {
  267. aspect-ratio: 1 / 1;
  268. }
  269. .aspect-video {
  270. aspect-ratio: 16 / 9;
  271. }
  272. /* aspect-[4/3] */
  273. /* 居中 */
  274. .mx-auto {
  275. margin: 0 auto;
  276. }
  277. /* 设置容器内的列数/每列距离 */
  278. .columns-1 {
  279. columns: 1;
  280. }
  281. /* columns-[20px] */
  282. /* 盒子模型 */
  283. .box-border {
  284. box-sizing: border-box;
  285. }
  286. .box-content {
  287. box-sizing: content-box;
  288. }
  289. /* 消失 */
  290. .hidden {
  291. display: none;
  292. }
  293. /* 块级元素 */
  294. .block {
  295. display: block;
  296. }
  297. /* 行内块 */
  298. .inline-block {
  299. display: inline-block;
  300. }
  301. /* 行内元素 */
  302. .inline {
  303. display: inline;
  304. }
  305. /* 弹性布局 */
  306. .flex {
  307. display: flex;
  308. }
  309. /* 主轴起点在左边 */
  310. .flex-row {
  311. flex-direction: row;
  312. }
  313. /* 主轴起点在右边 */
  314. .flex-row-reverse {
  315. flex-direction: row-reverse;
  316. }
  317. /* 主轴竖向排列,在上面 */
  318. .flex-col {
  319. flex-direction: column;
  320. }
  321. /* 主轴竖向排列,在下面 */
  322. .flex-col-reverse {
  323. flex-direction: column-reverse;
  324. }
  325. /* 自动换行 */
  326. .flex-wrap {
  327. flex-wrap: wrap;
  328. }
  329. /* 自动换行下起点 */
  330. .flex-wrap-reverse {
  331. flex-wrap: wrap-reverse;
  332. }
  333. /* 不换行 */
  334. .flex-nowrap {
  335. flex-wrap: nowrap;
  336. }
  337. /* 弹性成长 */
  338. .grow {
  339. flex-grow: 1;
  340. }
  341. /* 不允许弹性成长 */
  342. .grow-0 {
  343. flex-grow: 0;
  344. }
  345. /* 主轴从左开始 */
  346. .justify-start {
  347. justify-content: flex-start;
  348. }
  349. /* 主轴从右开始 */
  350. .justify-end {
  351. justify-content: flex-end;
  352. }
  353. /* 主轴剧中 */
  354. .justify-center {
  355. justify-content: center;
  356. }
  357. /* 主轴两端无间隔 */
  358. .justify-between {
  359. justify-content: space-between;
  360. }
  361. /* 主轴两端有间隔 */
  362. .justify-around {
  363. justify-content: space-around;
  364. }
  365. /* 所有间隔相等 */
  366. .justify-evenly {
  367. justify-content: space-evenly;
  368. }
  369. /* 纵向起点最上方 */
  370. .items-start {
  371. align-items: flex-start;
  372. }
  373. /* 纵向起点最下方 */
  374. .items-end {
  375. align-items: flex-end;
  376. }
  377. .items-center {
  378. align-items: center;
  379. }
  380. /* 网格布局 */
  381. .grid {
  382. display: grid;
  383. }
  384. /* 有几列 */
  385. .grid-cols-4 {
  386. grid-template-columns: repeat(4, minmax(0, 1fr));
  387. }
  388. /* 有几行 */
  389. .grid-rows-3 {
  390. grid-template-rows: repeat(3, minmax(0, 1fr));
  391. }
  392. /* 间距 */
  393. .gap-7 {
  394. gap: 1.75rem;
  395. }
  396. /* 允许弹性成长 */
  397. .shrink {
  398. flex-shrink: 1;
  399. }
  400. /* 不允许弹性成长 */
  401. .shrink-0 {
  402. flex-shrink: 0;
  403. }
  404. /* 不允许成长也不允许收缩 */
  405. .flex-none {
  406. flex: none;
  407. }
  408. /* 浮动布局 */
  409. .float-right {
  410. float: right;
  411. }
  412. .float-left {
  413. float: left;
  414. }
  415. .clear-both {
  416. clear: both;
  417. }
  418. /* 溢出 */
  419. .overflow-auto {
  420. overflow: auto;
  421. }
  422. .overflow-hidden {
  423. overflow: hidden;
  424. }
  425. .overflow-scroll {
  426. overflow: scroll;
  427. }
  428. .overflow-x-auto {
  429. overflow-x: auto;
  430. }
  431. .overflow-y-auto {
  432. overflow-y: auto;
  433. }
  434. /* 定位 */
  435. .fixed {
  436. position: fixed;
  437. }
  438. .absolute {
  439. position: absolute;
  440. }
  441. .relative {
  442. position: relative;
  443. }
  444. .top-0 {
  445. top: 0px;
  446. }
  447. .right-0 {
  448. right: 0px;
  449. }
  450. .bottom-0 {
  451. bottom: 0px;
  452. }
  453. .left-0 {
  454. left: 0px;
  455. }
  456. /* top-[3px] */
  457. /* z-[100] */
  458. /* 显示隐藏未脱离文档流 */
  459. .visible {
  460. visibility: visible;
  461. }
  462. .invisible {
  463. visibility: hidden;
  464. }
  465. /* 内边距 */
  466. .p-0 {
  467. padding: 0px;
  468. }
  469. .px-0 {
  470. padding-left: 0px;
  471. padding-right: 0px;
  472. }
  473. .py-0 {
  474. padding-top: 0px;
  475. padding-bottom: 0px;
  476. }
  477. .pt-0 {
  478. padding-top: 0px;
  479. }
  480. .pr-0 {
  481. padding-right: 0px;
  482. }
  483. .pb-0 {
  484. padding-bottom: 0px;
  485. }
  486. .pl-0 {
  487. padding-left: 0px;
  488. }
  489. /* p-[5px] */
  490. /* 外边距 */
  491. .m-0 {
  492. margin: 0px;
  493. }
  494. .mx-0 {
  495. margin-left: 0px;
  496. margin-right: 0px;
  497. }
  498. .my-0 {
  499. margin-top: 0px;
  500. margin-bottom: 0px;
  501. }
  502. .mt-0 {
  503. margin-top: 0px;
  504. }
  505. .mr-0 {
  506. margin-right: 0px;
  507. }
  508. .mb-0 {
  509. margin-bottom: 0px;
  510. }
  511. .ml-0 {
  512. margin-left: 0px;
  513. }
  514. /* m-[5px] */
  515. /* 宽度 */
  516. .w-full {
  517. width: 100%;
  518. }
  519. .w-screen {
  520. width: 100vw;
  521. }
  522. /* w-[32rem] */
  523. /* min-w-[50%] */
  524. /* max-w-[50%] */
  525. /* 高度 */
  526. .h-full {
  527. height: 100%;
  528. }
  529. .h-screen {
  530. height: 100vh;
  531. }
  532. /* h-[32rem] */
  533. /* min-h-[50%] */
  534. /* max-h-[32rem] */
  535. /* 字体 */
  536. .text-xs {
  537. font-size: 0.75rem; /* 12px */
  538. line-height: 1rem; /* 16px */
  539. }
  540. .text-sm {
  541. font-size: 0.875rem; /* 14px */
  542. line-height: 1.25rem; /* 20px */
  543. }
  544. .text-base {
  545. font-size: 1rem; /* 16px */
  546. line-height: 1.5rem; /* 24px */
  547. }
  548. .text-lg {
  549. font-size: 1.125rem; /* 18px */
  550. line-height: 1.75rem; /* 28px */
  551. }
  552. .text-xl {
  553. font-size: 1.25rem; /* 20px */
  554. line-height: 1.75rem; /* 28px */
  555. }
  556. .text-2xl {
  557. font-size: 1.5rem; /* 24px */
  558. line-height: 2rem; /* 32px */
  559. }
  560. .text-3xl {
  561. font-size: 1.875rem; /* 30px */
  562. line-height: 2.25rem; /* 36px */
  563. }
  564. .text-4xl {
  565. font-size: 2.25rem; /* 36px */
  566. line-height: 2.5rem; /* 40px */
  567. }
  568. .text-5xl {
  569. font-size: 3rem; /* 48px */
  570. line-height: 1;
  571. }
  572. .text-6xl {
  573. font-size: 3.75rem; /* 60px */
  574. line-height: 1;
  575. }
  576. .text-7xl {
  577. font-size: 4.5rem; /* 72px */
  578. line-height: 1;
  579. }
  580. .text-8xl {
  581. font-size: 6rem; /* 96px */
  582. line-height: 1;
  583. }
  584. .text-9xl {
  585. font-size: 8rem; /* 128px */
  586. line-height: 1;
  587. }
  588. /* text-[14px] */
  589. /* 字体粗细font-weight */
  590. /* font-[1100] */
  591. /* https://tailwindcss.com/docs/font-weight */
  592. /* 字体间距letter-spacing */
  593. /* tracking-[.25em] */
  594. /* 行高line-height */
  595. /* leading-[3rem] */
  596. /* 无列表样式 */
  597. .list-none {
  598. list-style-type: none;
  599. }
  600. /* 小圆点 */
  601. .list-disc {
  602. list-style-type: disc;
  603. }
  604. /* 数字列表 */
  605. .list-decimal {
  606. list-style-type: decimal;
  607. }
  608. .text-left {
  609. text-align: left;
  610. }
  611. .text-center {
  612. text-align: center;
  613. }
  614. .text-right {
  615. text-align: right;
  616. }
  617. /* 所有文本头尾对齐 */
  618. .text-justify {
  619. text-align: justify;
  620. }
  621. /* 文本颜色 */
  622. /* text-[#50d71e] */
  623. /* https://tailwindcss.com/docs/text-color */
  624. /* 下划线 */
  625. .underline {
  626. text-decoration-line: underline;
  627. }
  628. /* 上划线 */
  629. .overline {
  630. text-decoration-line: overline;
  631. }
  632. /* 中划线 */
  633. .line-through {
  634. text-decoration-line: line-through;
  635. }
  636. /* 无划线 */
  637. .no-underline {
  638. text-decoration-line: none;
  639. }
  640. /* 全小写 */
  641. .lowercase {
  642. text-transform: lowercase;
  643. }
  644. /* 全大写 */
  645. .uppercase {
  646. text-transform: uppercase;
  647. }
  648. /* 首字母大写 */
  649. .capitalize {
  650. text-transform: capitalize;
  651. }