cokingCoalC.css 12 KB

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