cokingCoalA.css 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  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. /* zhb */
  289. /* 宽高纵横比 */
  290. .aspect-auto {
  291. aspect-ratio: auto;
  292. }
  293. .aspect-square {
  294. aspect-ratio: 1 / 1;
  295. }
  296. .aspect-video {
  297. aspect-ratio: 16 / 9;
  298. }
  299. /* aspect-[4/3] */
  300. /* 居中 */
  301. .mx-auto {
  302. margin: 0 auto;
  303. }
  304. /* 设置容器内的列数/每列距离 */
  305. .columns-1 {
  306. columns: 1;
  307. }
  308. /* columns-[20px] */
  309. /* 盒子模型 */
  310. .box-border {
  311. box-sizing: border-box;
  312. }
  313. .box-content {
  314. box-sizing: content-box;
  315. }
  316. /* 消失 */
  317. .hidden {
  318. display: none;
  319. }
  320. /* 块级元素 */
  321. .block {
  322. display: block;
  323. }
  324. /* 行内块 */
  325. .inline-block {
  326. display: inline-block;
  327. }
  328. /* 行内元素 */
  329. .inline {
  330. display: inline;
  331. }
  332. /* 弹性布局 */
  333. .flex {
  334. display: flex;
  335. }
  336. /* 主轴起点在左边 */
  337. .flex-row {
  338. flex-direction: row;
  339. }
  340. /* 主轴起点在右边 */
  341. .flex-row-reverse {
  342. flex-direction: row-reverse;
  343. }
  344. /* 主轴竖向排列,在上面 */
  345. .flex-col {
  346. flex-direction: column;
  347. }
  348. /* 主轴竖向排列,在下面 */
  349. .flex-col-reverse {
  350. flex-direction: column-reverse;
  351. }
  352. /* 自动换行 */
  353. .flex-wrap {
  354. flex-wrap: wrap;
  355. }
  356. /* 自动换行下起点 */
  357. .flex-wrap-reverse {
  358. flex-wrap: wrap-reverse;
  359. }
  360. /* 不换行 */
  361. .flex-nowrap {
  362. flex-wrap: nowrap;
  363. }
  364. /* 弹性成长 */
  365. .grow {
  366. flex-grow: 1;
  367. }
  368. /* 不允许弹性成长 */
  369. .grow-0 {
  370. flex-grow: 0;
  371. }
  372. /* 主轴从左开始 */
  373. .justify-start {
  374. justify-content: flex-start;
  375. }
  376. /* 主轴从右开始 */
  377. .justify-end {
  378. justify-content: flex-end;
  379. }
  380. /* 主轴剧中 */
  381. .justify-center {
  382. justify-content: center;
  383. }
  384. /* 主轴两端无间隔 */
  385. .justify-between {
  386. justify-content: space-between;
  387. }
  388. /* 主轴两端有间隔 */
  389. .justify-around {
  390. justify-content: space-around;
  391. }
  392. /* 所有间隔相等 */
  393. .justify-evenly {
  394. justify-content: space-evenly;
  395. }
  396. /* 纵向起点最上方 */
  397. .items-start {
  398. align-items: flex-start;
  399. }
  400. /* 纵向起点最下方 */
  401. .items-end {
  402. align-items: flex-end;
  403. }
  404. .items-center {
  405. align-items: center;
  406. }
  407. /* 网格布局 */
  408. .grid {
  409. display: grid;
  410. }
  411. /* 有几列 */
  412. .grid-cols-4 {
  413. grid-template-columns: repeat(4, minmax(0, 1fr));
  414. }
  415. /* 有几行 */
  416. .grid-rows-3 {
  417. grid-template-rows: repeat(3, minmax(0, 1fr));
  418. }
  419. /* 间距 */
  420. .gap-7 {
  421. gap: 1.75rem;
  422. }
  423. /* 允许弹性成长 */
  424. .shrink {
  425. flex-shrink: 1;
  426. }
  427. /* 不允许弹性成长 */
  428. .shrink-0 {
  429. flex-shrink: 0;
  430. }
  431. /* 不允许成长也不允许收缩 */
  432. .flex-none {
  433. flex: none;
  434. }
  435. /* 浮动布局 */
  436. .float-right {
  437. float: right;
  438. }
  439. .float-left {
  440. float: left;
  441. }
  442. .clear-both {
  443. clear: both;
  444. }
  445. /* 溢出 */
  446. .overflow-auto {
  447. overflow: auto;
  448. }
  449. .overflow-hidden {
  450. overflow: hidden;
  451. }
  452. .overflow-scroll {
  453. overflow: scroll;
  454. }
  455. .overflow-x-auto {
  456. overflow-x: auto;
  457. }
  458. .overflow-y-auto {
  459. overflow-y: auto;
  460. }
  461. /* 定位 */
  462. .fixed {
  463. position: fixed;
  464. }
  465. .absolute {
  466. position: absolute;
  467. }
  468. .relative {
  469. position: relative;
  470. }
  471. .top-0 {
  472. top: 0px;
  473. }
  474. .right-0 {
  475. right: 0px;
  476. }
  477. .bottom-0 {
  478. bottom: 0px;
  479. }
  480. .left-0 {
  481. left: 0px;
  482. }
  483. /* top-[3px] */
  484. /* z-[100] */
  485. /* 显示隐藏未脱离文档流 */
  486. .visible {
  487. visibility: visible;
  488. }
  489. .invisible {
  490. visibility: hidden;
  491. }
  492. /* 内边距 */
  493. .p-0 {
  494. padding: 0px;
  495. }
  496. .px-0 {
  497. padding-left: 0px;
  498. padding-right: 0px;
  499. }
  500. .py-0 {
  501. padding-top: 0px;
  502. padding-bottom: 0px;
  503. }
  504. .pt-0 {
  505. padding-top: 0px;
  506. }
  507. .pr-0 {
  508. padding-right: 0px;
  509. }
  510. .pb-0 {
  511. padding-bottom: 0px;
  512. }
  513. .pl-0 {
  514. padding-left: 0px;
  515. }
  516. /* p-[5px] */
  517. /* 外边距 */
  518. .m-0 {
  519. margin: 0px;
  520. }
  521. .mx-0 {
  522. margin-left: 0px;
  523. margin-right: 0px;
  524. }
  525. .my-0 {
  526. margin-top: 0px;
  527. margin-bottom: 0px;
  528. }
  529. .mt-0 {
  530. margin-top: 0px;
  531. }
  532. .mr-0 {
  533. margin-right: 0px;
  534. }
  535. .mb-0 {
  536. margin-bottom: 0px;
  537. }
  538. .ml-0 {
  539. margin-left: 0px;
  540. }
  541. /* m-[5px] */
  542. /* 宽度 */
  543. .w-full {
  544. width: 100%;
  545. }
  546. .w-screen {
  547. width: 100vw;
  548. }
  549. /* w-[32rem] */
  550. /* min-w-[50%] */
  551. /* max-w-[50%] */
  552. /* 高度 */
  553. .h-full {
  554. height: 100%;
  555. }
  556. .h-screen {
  557. height: 100vh;
  558. }
  559. /* h-[32rem] */
  560. /* min-h-[50%] */
  561. /* max-h-[32rem] */
  562. /* 字体 */
  563. .text-xs {
  564. font-size: 0.75rem; /* 12px */
  565. line-height: 1rem; /* 16px */
  566. }
  567. .text-sm {
  568. font-size: 0.875rem; /* 14px */
  569. line-height: 1.25rem; /* 20px */
  570. }
  571. .text-base {
  572. font-size: 1rem; /* 16px */
  573. line-height: 1.5rem; /* 24px */
  574. }
  575. .text-lg {
  576. font-size: 1.125rem; /* 18px */
  577. line-height: 1.75rem; /* 28px */
  578. }
  579. .text-xl {
  580. font-size: 1.25rem; /* 20px */
  581. line-height: 1.75rem; /* 28px */
  582. }
  583. .text-2xl {
  584. font-size: 1.5rem; /* 24px */
  585. line-height: 2rem; /* 32px */
  586. }
  587. .text-3xl {
  588. font-size: 1.875rem; /* 30px */
  589. line-height: 2.25rem; /* 36px */
  590. }
  591. .text-4xl {
  592. font-size: 2.25rem; /* 36px */
  593. line-height: 2.5rem; /* 40px */
  594. }
  595. .text-5xl {
  596. font-size: 3rem; /* 48px */
  597. line-height: 1;
  598. }
  599. .text-6xl {
  600. font-size: 3.75rem; /* 60px */
  601. line-height: 1;
  602. }
  603. .text-7xl {
  604. font-size: 4.5rem; /* 72px */
  605. line-height: 1;
  606. }
  607. .text-8xl {
  608. font-size: 6rem; /* 96px */
  609. line-height: 1;
  610. }
  611. .text-9xl {
  612. font-size: 8rem; /* 128px */
  613. line-height: 1;
  614. }
  615. /* text-[14px] */
  616. /* 字体粗细font-weight */
  617. /* font-[1100] */
  618. /* https://tailwindcss.com/docs/font-weight */
  619. /* 字体间距letter-spacing */
  620. /* tracking-[.25em] */
  621. /* 行高line-height */
  622. /* leading-[3rem] */
  623. /* 无列表样式 */
  624. .list-none {
  625. list-style-type: none;
  626. }
  627. /* 小圆点 */
  628. .list-disc {
  629. list-style-type: disc;
  630. }
  631. /* 数字列表 */
  632. .list-decimal {
  633. list-style-type: decimal;
  634. }
  635. .text-left {
  636. text-align: left;
  637. }
  638. .text-center {
  639. text-align: center;
  640. }
  641. .text-right {
  642. text-align: right;
  643. }
  644. /* 所有文本头尾对齐 */
  645. .text-justify {
  646. text-align: justify;
  647. }
  648. /* 文本颜色 */
  649. /* text-[#50d71e] */
  650. /* https://tailwindcss.com/docs/text-color */
  651. /* 下划线 */
  652. .underline {
  653. text-decoration-line: underline;
  654. }
  655. /* 上划线 */
  656. .overline {
  657. text-decoration-line: overline;
  658. }
  659. /* 中划线 */
  660. .line-through {
  661. text-decoration-line: line-through;
  662. }
  663. /* 无划线 */
  664. .no-underline {
  665. text-decoration-line: none;
  666. }
  667. /* 全小写 */
  668. .lowercase {
  669. text-transform: lowercase;
  670. }
  671. /* 全大写 */
  672. .uppercase {
  673. text-transform: uppercase;
  674. }
  675. /* 首字母大写 */
  676. .capitalize {
  677. text-transform: capitalize;
  678. }