cokingCoalE.css 10 KB

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