cokingCoalB.css 11 KB

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