cokingCoalE.css 10 KB

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