cokingCoalD.css 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633
  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. color: rgb(180, 197, 29) !important;
  150. }
  151. .list {
  152. list-style-type: none;
  153. }
  154. .center1-footer > .list {
  155. width: 100%;
  156. padding: 0 5%;
  157. }
  158. /* .center1-footer > .list span {
  159. font-size: 20px;
  160. color: #69c0ff;
  161. font-style: italic;
  162. font-weight: bold;
  163. margin: 0 10px;
  164. } */
  165. .list {
  166. height: 80%;
  167. }
  168. .list-item {
  169. display: flex;
  170. align-items: center;
  171. }
  172. .list-item i.num {
  173. font-size: 20px;
  174. margin-right: 10px;
  175. }
  176. .list > .list-item:nth-child(1) .el-progress-bar__inner {
  177. background: linear-gradient(to right, #092854, #40a8fe);
  178. }
  179. .list > .list-item:nth-child(2) .el-progress-bar__inner {
  180. background: linear-gradient(to right, #0b2855, #5d78e3);
  181. }
  182. .list > .list-item:nth-child(3) .el-progress-bar__inner {
  183. background: linear-gradient(to right, #0a2a54, #3fc9c1);
  184. }
  185. .list > .list-item:nth-child(4) .el-progress-bar__inner {
  186. background: linear-gradient(to right, #0a2a54, #ca8317);
  187. }
  188. .list > .list-item:nth-child(5) .el-progress-bar__inner {
  189. background: linear-gradient(to right, #0a2a54, #9c1765);
  190. }
  191. .el-progress {
  192. width: 250px;
  193. }
  194. .serial {
  195. width: 40px;
  196. height: 40px;
  197. line-height: 40px;
  198. background-color: #163a5d;
  199. color: #69c0ff;
  200. font-style: italic;
  201. font-weight: bold;
  202. text-align: center;
  203. margin-right: 10px;
  204. border-radius: 5px;
  205. }
  206. .el-progress__text {
  207. color: #69c0ff;
  208. }
  209. .aiQuality {
  210. width: 90%;
  211. height: 70%;
  212. padding-top: 0.2%;
  213. margin: 0 auto;
  214. }
  215. .top-title1,
  216. .top-title2,
  217. .top-title3 {
  218. width: 270px;
  219. height: 50px;
  220. line-height: 50px;
  221. left: 180px;
  222. top: 65px;
  223. background: url('../images/title.png') no-repeat;
  224. background-size: 100% 100%;
  225. padding-left: 50px;
  226. }
  227. /* zhb */
  228. /* 宽高纵横比 */
  229. .aspect-auto {
  230. aspect-ratio: auto;
  231. }
  232. .aspect-square {
  233. aspect-ratio: 1 / 1;
  234. }
  235. .aspect-video {
  236. aspect-ratio: 16 / 9;
  237. }
  238. /* aspect-[4/3] */
  239. /* 居中 */
  240. .mx-auto {
  241. margin: 0 auto;
  242. }
  243. /* 设置容器内的列数/每列距离 */
  244. .columns-1 {
  245. columns: 1;
  246. }
  247. /* columns-[20px] */
  248. /* 盒子模型 */
  249. .box-border {
  250. box-sizing: border-box;
  251. }
  252. .box-content {
  253. box-sizing: content-box;
  254. }
  255. /* 消失 */
  256. .hidden {
  257. display: none;
  258. }
  259. /* 块级元素 */
  260. .block {
  261. display: block;
  262. }
  263. /* 行内块 */
  264. .inline-block {
  265. display: inline-block;
  266. }
  267. /* 行内元素 */
  268. .inline {
  269. display: inline;
  270. }
  271. /* 弹性布局 */
  272. .flex {
  273. display: flex;
  274. }
  275. /* 主轴起点在左边 */
  276. .flex-row {
  277. flex-direction: row;
  278. }
  279. /* 主轴起点在右边 */
  280. .flex-row-reverse {
  281. flex-direction: row-reverse;
  282. }
  283. /* 主轴竖向排列,在上面 */
  284. .flex-col {
  285. flex-direction: column;
  286. }
  287. /* 主轴竖向排列,在下面 */
  288. .flex-col-reverse {
  289. flex-direction: column-reverse;
  290. }
  291. /* 自动换行 */
  292. .flex-wrap {
  293. flex-wrap: wrap;
  294. }
  295. /* 自动换行下起点 */
  296. .flex-wrap-reverse {
  297. flex-wrap: wrap-reverse;
  298. }
  299. /* 不换行 */
  300. .flex-nowrap {
  301. flex-wrap: nowrap;
  302. }
  303. /* 弹性成长 */
  304. .grow {
  305. flex-grow: 1;
  306. }
  307. /* 不允许弹性成长 */
  308. .grow-0 {
  309. flex-grow: 0;
  310. }
  311. /* 主轴从左开始 */
  312. .justify-start {
  313. justify-content: flex-start;
  314. }
  315. /* 主轴从右开始 */
  316. .justify-end {
  317. justify-content: flex-end;
  318. }
  319. /* 主轴剧中 */
  320. .justify-center {
  321. justify-content: center;
  322. }
  323. /* 主轴两端无间隔 */
  324. .justify-between {
  325. justify-content: space-between;
  326. }
  327. /* 主轴两端有间隔 */
  328. .justify-around {
  329. justify-content: space-around;
  330. }
  331. /* 所有间隔相等 */
  332. .justify-evenly {
  333. justify-content: space-evenly;
  334. }
  335. /* 纵向起点最上方 */
  336. .items-start {
  337. align-items: flex-start;
  338. }
  339. /* 纵向起点最下方 */
  340. .items-end {
  341. align-items: flex-end;
  342. }
  343. .items-center {
  344. align-items: center;
  345. }
  346. /* 网格布局 */
  347. .grid {
  348. display: grid;
  349. }
  350. /* 有几列 */
  351. .grid-cols-4 {
  352. grid-template-columns: repeat(4, minmax(0, 1fr));
  353. }
  354. /* 有几行 */
  355. .grid-rows-3 {
  356. grid-template-rows: repeat(3, minmax(0, 1fr));
  357. }
  358. /* 间距 */
  359. .gap-7 {
  360. gap: 1.75rem;
  361. }
  362. /* 允许弹性成长 */
  363. .shrink {
  364. flex-shrink: 1;
  365. }
  366. /* 不允许弹性成长 */
  367. .shrink-0 {
  368. flex-shrink: 0;
  369. }
  370. /* 不允许成长也不允许收缩 */
  371. .flex-none {
  372. flex: none;
  373. }
  374. /* 浮动布局 */
  375. .float-right {
  376. float: right;
  377. }
  378. .float-left {
  379. float: left;
  380. }
  381. .clear-both {
  382. clear: both;
  383. }
  384. /* 溢出 */
  385. .overflow-auto {
  386. overflow: auto;
  387. }
  388. .overflow-hidden {
  389. overflow: hidden;
  390. }
  391. .overflow-scroll {
  392. overflow: scroll;
  393. }
  394. .overflow-x-auto {
  395. overflow-x: auto;
  396. }
  397. .overflow-y-auto {
  398. overflow-y: auto;
  399. }
  400. /* 定位 */
  401. .fixed {
  402. position: fixed;
  403. }
  404. .absolute {
  405. position: absolute;
  406. }
  407. .relative {
  408. position: relative;
  409. }
  410. .top-0 {
  411. top: 0px;
  412. }
  413. .right-0 {
  414. right: 0px;
  415. }
  416. .bottom-0 {
  417. bottom: 0px;
  418. }
  419. .left-0 {
  420. left: 0px;
  421. }
  422. /* top-[3px] */
  423. /* z-[100] */
  424. /* 显示隐藏未脱离文档流 */
  425. .visible {
  426. visibility: visible;
  427. }
  428. .invisible {
  429. visibility: hidden;
  430. }
  431. /* 内边距 */
  432. .p-0 {
  433. padding: 0px;
  434. }
  435. .px-0 {
  436. padding-left: 0px;
  437. padding-right: 0px;
  438. }
  439. .py-0 {
  440. padding-top: 0px;
  441. padding-bottom: 0px;
  442. }
  443. .pt-0 {
  444. padding-top: 0px;
  445. }
  446. .pr-0 {
  447. padding-right: 0px;
  448. }
  449. .pb-0 {
  450. padding-bottom: 0px;
  451. }
  452. .pl-0 {
  453. padding-left: 0px;
  454. }
  455. /* p-[5px] */
  456. /* 外边距 */
  457. .m-0 {
  458. margin: 0px;
  459. }
  460. .mx-0 {
  461. margin-left: 0px;
  462. margin-right: 0px;
  463. }
  464. .my-0 {
  465. margin-top: 0px;
  466. margin-bottom: 0px;
  467. }
  468. .mt-0 {
  469. margin-top: 0px;
  470. }
  471. .mr-0 {
  472. margin-right: 0px;
  473. }
  474. .mb-0 {
  475. margin-bottom: 0px;
  476. }
  477. .ml-0 {
  478. margin-left: 0px;
  479. }
  480. /* m-[5px] */
  481. /* 宽度 */
  482. .w-full {
  483. width: 100%;
  484. }
  485. .w-screen {
  486. width: 100vw;
  487. }
  488. /* w-[32rem] */
  489. /* min-w-[50%] */
  490. /* max-w-[50%] */
  491. /* 高度 */
  492. .h-full {
  493. height: 100%;
  494. }
  495. .h-screen {
  496. height: 100vh;
  497. }
  498. /* h-[32rem] */
  499. /* min-h-[50%] */
  500. /* max-h-[32rem] */
  501. /* 字体 */
  502. .text-xs {
  503. font-size: 0.75rem; /* 12px */
  504. line-height: 1rem; /* 16px */
  505. }
  506. .text-sm {
  507. font-size: 0.875rem; /* 14px */
  508. line-height: 1.25rem; /* 20px */
  509. }
  510. .text-base {
  511. font-size: 1rem; /* 16px */
  512. line-height: 1.5rem; /* 24px */
  513. }
  514. .text-lg {
  515. font-size: 1.125rem; /* 18px */
  516. line-height: 1.75rem; /* 28px */
  517. }
  518. .text-xl {
  519. font-size: 1.25rem; /* 20px */
  520. line-height: 1.75rem; /* 28px */
  521. }
  522. .text-2xl {
  523. font-size: 1.5rem; /* 24px */
  524. line-height: 2rem; /* 32px */
  525. }
  526. .text-3xl {
  527. font-size: 1.875rem; /* 30px */
  528. line-height: 2.25rem; /* 36px */
  529. }
  530. .text-4xl {
  531. font-size: 2.25rem; /* 36px */
  532. line-height: 2.5rem; /* 40px */
  533. }
  534. .text-5xl {
  535. font-size: 3rem; /* 48px */
  536. line-height: 1;
  537. }
  538. .text-6xl {
  539. font-size: 3.75rem; /* 60px */
  540. line-height: 1;
  541. }
  542. .text-7xl {
  543. font-size: 4.5rem; /* 72px */
  544. line-height: 1;
  545. }
  546. .text-8xl {
  547. font-size: 6rem; /* 96px */
  548. line-height: 1;
  549. }
  550. .text-9xl {
  551. font-size: 8rem; /* 128px */
  552. line-height: 1;
  553. }
  554. /* text-[14px] */
  555. /* 字体粗细font-weight */
  556. /* font-[1100] */
  557. /* https://tailwindcss.com/docs/font-weight */
  558. /* 字体间距letter-spacing */
  559. /* tracking-[.25em] */
  560. /* 行高line-height */
  561. /* leading-[3rem] */
  562. /* 无列表样式 */
  563. .list-none {
  564. list-style-type: none;
  565. }
  566. /* 小圆点 */
  567. .list-disc {
  568. list-style-type: disc;
  569. }
  570. /* 数字列表 */
  571. .list-decimal {
  572. list-style-type: decimal;
  573. }
  574. .text-left {
  575. text-align: left;
  576. }
  577. .text-center {
  578. text-align: center;
  579. }
  580. .text-right {
  581. text-align: right;
  582. }
  583. /* 所有文本头尾对齐 */
  584. .text-justify {
  585. text-align: justify;
  586. }
  587. /* 文本颜色 */
  588. /* text-[#50d71e] */
  589. /* https://tailwindcss.com/docs/text-color */
  590. /* 下划线 */
  591. .underline {
  592. text-decoration-line: underline;
  593. }
  594. /* 上划线 */
  595. .overline {
  596. text-decoration-line: overline;
  597. }
  598. /* 中划线 */
  599. .line-through {
  600. text-decoration-line: line-through;
  601. }
  602. /* 无划线 */
  603. .no-underline {
  604. text-decoration-line: none;
  605. }
  606. /* 全小写 */
  607. .lowercase {
  608. text-transform: lowercase;
  609. }
  610. /* 全大写 */
  611. .uppercase {
  612. text-transform: uppercase;
  613. }
  614. /* 首字母大写 */
  615. .capitalize {
  616. text-transform: capitalize;
  617. }