investHomeGroup.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153
  1. html,
  2. body {
  3. width: 7680px;
  4. min-height: 2130px;
  5. height: 100%;
  6. font-size: 20px;
  7. color: #fff;
  8. font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
  9. 'Hiragino Sans GB', Arial, sans-serif;
  10. overflow-y: hidden;
  11. }
  12. *,
  13. *:before,
  14. *:after {
  15. padding: 0;
  16. margin: 0;
  17. box-sizing: border-box;
  18. }
  19. a {
  20. text-decoration: none;
  21. cursor: pointer;
  22. }
  23. [v-cloak] {
  24. display: none;
  25. }
  26. .pointer {
  27. cursor: pointer;
  28. }
  29. #app {
  30. background: url('../groupImg/page-bg.png') center center no-repeat;
  31. background-size: 100% 100%;
  32. padding-top: 10px;
  33. width: 100%;
  34. height: 100%;
  35. overflow: hidden;
  36. color: #fff;
  37. display: grid;
  38. grid-template-columns: repeat(3, 1fr);
  39. padding: 10px;
  40. }
  41. #app > div {
  42. width: 100%;
  43. height: 100%;
  44. }
  45. div {
  46. overflow: hidden;
  47. -webkit-user-select: none;
  48. -moz-user-select: none;
  49. -ms-user-select: none;
  50. user-select: none;
  51. }
  52. .my-header {
  53. position: relative;
  54. height: 70px;
  55. line-height: 70px;
  56. background: url('../groupImg/header-bg.png') center center no-repeat;
  57. background-size: 100% 100%;
  58. text-align: center;
  59. font-weight: bold;
  60. font-size: 32px;
  61. font-weight: 600;
  62. }
  63. .my-header span {
  64. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  65. -webkit-background-clip: text;
  66. -webkit-text-fill-color: transparent;
  67. }
  68. .my-header span.right {
  69. position: absolute;
  70. right: 60px;
  71. top: 0px;
  72. font-size: 16px;
  73. }
  74. .LeftBox,
  75. .CenterBox,
  76. .RightBox {
  77. padding: 0 20px;
  78. }
  79. .CenterBox > .main {
  80. width: 100%;
  81. height: calc(100% - 70px);
  82. display: grid;
  83. grid-template-columns: 3fr 4fr 3fr;
  84. gap: 10px;
  85. background: url('../groupImg/back-center.png') center center no-repeat;
  86. background-size: 100% 100%;
  87. }
  88. .LeftBox > .main {
  89. width: 100%;
  90. height: calc(100% - 70px);
  91. display: grid;
  92. grid-template-columns: repeat(2, 1fr);
  93. grid-template-rows: repeat(3, 1fr);
  94. gap: 10px;
  95. }
  96. .RightBox > .main {
  97. width: 100%;
  98. height: calc(100% - 70px);
  99. display: grid;
  100. grid-template-rows: 5fr 8fr 11fr;
  101. gap: 10px;
  102. }
  103. .LeftBox .card {
  104. width: 100%;
  105. height: 100%;
  106. overflow: hidden;
  107. background: url('../groupImg/frame1.png') center center no-repeat;
  108. background-size: 100% 100%;
  109. }
  110. .title {
  111. position: relative;
  112. text-align: center;
  113. height: 100px;
  114. line-height: 100px;
  115. }
  116. .title .text {
  117. font-size: 30px;
  118. font-weight: 600;
  119. color: #05fbfe;
  120. text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
  121. background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
  122. -webkit-background-clip: text;
  123. -webkit-text-fill-color: transparent;
  124. position: relative;
  125. }
  126. .title .text::before {
  127. position: absolute;
  128. content: ' ';
  129. top: 15px;
  130. left: -40px;
  131. width: 30px;
  132. height: 10px;
  133. background: url('../groupImg/title-left2.png') no-repeat;
  134. }
  135. .title .text::after {
  136. position: absolute;
  137. content: ' ';
  138. top: 15px;
  139. right: -40px;
  140. width: 30px;
  141. height: 10px;
  142. background: url('../groupImg/title-right2.png') no-repeat;
  143. }
  144. .content {
  145. height: calc(100% - 110px);
  146. padding: 0 15px 10px;
  147. }
  148. .left-lt .content {
  149. display: grid;
  150. grid-template-columns: repeat(2, 1fr);
  151. gap: 10px;
  152. }
  153. .left-lt .content > div:first-child {
  154. display: grid;
  155. gap: 10px;
  156. grid-template-rows: repeat(2, 1fr);
  157. }
  158. .LeftBox .content-left-top {
  159. width: 100%;
  160. display: flex;
  161. align-items: center;
  162. height: 100%;
  163. }
  164. .LeftBox .item2 {
  165. width: 50%;
  166. display: flex;
  167. flex-direction: column;
  168. align-items: center;
  169. }
  170. .LeftBox .item2 .item2-title {
  171. font-weight: bold;
  172. font-size: 30px;
  173. }
  174. .LeftBox .item2 .item2-title span {
  175. font-weight: 500;
  176. font-size: 12px;
  177. }
  178. .LeftBox .item2 .item2-img {
  179. width: 150px;
  180. height: 150px;
  181. /* margin-top: -20px; */
  182. }
  183. .LeftBox .item2 .item2-text {
  184. color: #fff;
  185. font-size: 20px;
  186. }
  187. .LeftBox .content-left-top {
  188. width: 100%;
  189. display: flex;
  190. align-items: center;
  191. height: 100%;
  192. }
  193. .LeftBox .content-left-bottom {
  194. width: 100%;
  195. height: 100%;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. }
  200. .LeftBox .total {
  201. text-align: center;
  202. width: 200px;
  203. height: 30px;
  204. position: absolute;
  205. left: calc(50% - 100px);
  206. bottom: 7%;
  207. font-weight: bold;
  208. color: #2cb7e0;
  209. font-size: 20px;
  210. }
  211. .LeftBox .commonBack,
  212. .RightBox .commonBack {
  213. background-color: #062c4d;
  214. border-radius: 15px;
  215. }
  216. .LeftBox .left-rt .content {
  217. display: grid;
  218. grid-template-rows: repeat(2, 1fr);
  219. gap: 10px;
  220. }
  221. .LeftBox .left-rt .content > div:first-child {
  222. display: grid;
  223. gap: 10px;
  224. grid-template-columns: 3fr 4fr 4fr;
  225. }
  226. .LeftBox .left-rt .item3 {
  227. display: flex;
  228. flex-direction: column;
  229. align-items: center;
  230. justify-content: center;
  231. }
  232. .LeftBox .left-rt .item3 .item3-title {
  233. font-weight: bold;
  234. font-size: 30px;
  235. color: #69c0ff;
  236. }
  237. .LeftBox .left-rt .item3 .item3-title span {
  238. font-size: 14px;
  239. font-weight: 500;
  240. }
  241. .left-rt .item3 .item3-img {
  242. margin-top: -20px;
  243. width: 100px;
  244. height: 102px;
  245. margin-bottom: 18px;
  246. }
  247. .LeftBox .left-rt .item3 .item3-text {
  248. font-size: 14px;
  249. color: #fff;
  250. }
  251. .LeftBox .left-rt .item4-text {
  252. font-size: 20px;
  253. }
  254. .LeftBox .left-rt .item4 .item4-title {
  255. position: relative;
  256. padding-left: 10px;
  257. color: #69c0ff;
  258. margin-left: 10px;
  259. margin-top: 5px;
  260. font-size: 30px;
  261. }
  262. .LeftBox .left-rt .item4 .item4-title::before {
  263. content: '';
  264. position: absolute;
  265. left: 0;
  266. top: 50%;
  267. transform: translate(0, -50%);
  268. width: 5px;
  269. height: 5px;
  270. border-radius: 50%;
  271. background-color: #69c0ff;
  272. }
  273. .LeftBox .left-rt .item4 .item4-con {
  274. display: flex;
  275. align-items: center;
  276. justify-content: space-around;
  277. height: 100%;
  278. margin-top: 20px;
  279. }
  280. .LeftBox .left-rt .item4 .item4-con .item {
  281. display: flex;
  282. flex-direction: column;
  283. align-items: center;
  284. justify-content: center;
  285. margin: 0 30px;
  286. }
  287. .LeftBox .left-rt .item4 .item4-con .item .title {
  288. color: #69c0ff;
  289. font-weight: bold;
  290. font-size: 28px;
  291. height: 30px !important;
  292. line-height: 30px !important;
  293. margin-top: 10px;
  294. }
  295. .LeftBox .left-rt .item4 .item4-con .item .title span {
  296. font-weight: 500;
  297. font-size: 24px;
  298. }
  299. .LeftBox .left-rt .item4 .item4-con .item .text {
  300. font-size: 24px;
  301. color: #fff;
  302. }
  303. .LeftBox .left-rtb {
  304. display: grid;
  305. gap: 10px;
  306. grid-template-columns: repeat(2, 1fr);
  307. }
  308. .LeftBox .left-rc {
  309. display: grid;
  310. gap: 10px;
  311. grid-template-columns: repeat(2, 1fr);
  312. grid-template-rows: repeat(2, 1fr);
  313. }
  314. .LeftBox .left-lb,
  315. .left-rb {
  316. display: grid;
  317. gap: 10px;
  318. grid-template-columns: repeat(2, 1fr);
  319. }
  320. .LeftBox .light {
  321. background-color: #79a4db6c !important;
  322. }
  323. .CenterBox .center-l .card,
  324. .CenterBox .center-r .card {
  325. width: 100%;
  326. height: 100%;
  327. overflow: hidden;
  328. background: url('../groupImg/frame2.png') center center no-repeat;
  329. background-size: 100% 100%;
  330. }
  331. .CenterBox .center-l,
  332. .CenterBox .center-r {
  333. display: grid;
  334. gap: 10px;
  335. grid-template-rows: repeat(3, 1fr);
  336. }
  337. .CenterBox .boxs {
  338. display: grid;
  339. grid-template-columns: repeat(2, 1fr);
  340. grid-template-rows: repeat(2, 1fr);
  341. padding: 10px;
  342. color: #40a9ff;
  343. height: 100%;
  344. }
  345. .CenterBox .boxs > div {
  346. flex: 0 0 50%;
  347. background: url('../groupImg/left1-bg.png') no-repeat center;
  348. background-size: 100% 100%;
  349. padding: 20px 30px;
  350. display: flex;
  351. justify-content: center;
  352. align-items: center;
  353. flex-direction: column;
  354. }
  355. .CenterBox .boxs > div > p {
  356. width: 80%;
  357. }
  358. .CenterBox .boxs > div > p:nth-child(1) {
  359. display: flex;
  360. justify-content: space-between;
  361. }
  362. .CenterBox .boxs > div > p:nth-child(2) {
  363. margin-top: 25px;
  364. text-align: left;
  365. }
  366. .CenterBox .boxs .name {
  367. color: #f3f3f3;
  368. font-size: 30px;
  369. }
  370. .CenterBox .boxs .change {
  371. color: #32edaa;
  372. }
  373. .CenterBox .boxs .change.up {
  374. color: #ed3248;
  375. }
  376. .CenterBox .boxs .num {
  377. font-size: 30px;
  378. font-weight: 600;
  379. margin-right: 5px;
  380. }
  381. .CenterBox .boxs .el-icon-more {
  382. font-size: 35px;
  383. }
  384. .CenterBox .top {
  385. display: flex;
  386. justify-content: space-between;
  387. }
  388. .CenterBox .top .box {
  389. flex: 1;
  390. margin: 0 10px;
  391. display: flex;
  392. flex-direction: column;
  393. align-items: center;
  394. color: #40a9ff;
  395. }
  396. /* .CenterBox .t {
  397. padding: 15px 0;
  398. display: flex;
  399. align-items: center;
  400. background-color: rgba(59,211,255,0.05);
  401. } */
  402. .CenterBox .t {
  403. padding: 25px 0;
  404. display: flex;
  405. font-size: 30px;
  406. font-weight: 600;
  407. align-items: center;
  408. justify-content: center;
  409. background-color: rgba(18, 61, 98, 0.6);
  410. }
  411. .CenterBox .b {
  412. padding: 15px 0;
  413. display: flex;
  414. align-items: center;
  415. justify-content: space-around;
  416. background-color: rgba(7, 42, 76, 0.6);
  417. padding: 15px 0;
  418. }
  419. .CenterBox .b span {
  420. color: #40a9ff;
  421. font-size: 34px;
  422. font-weight: 900;
  423. }
  424. .CenterBox .t img {
  425. margin-right: 10px;
  426. }
  427. .CenterBox .box > div {
  428. width: 100%;
  429. }
  430. .CenterBox .box > img {
  431. width: 40px;
  432. }
  433. .CenterBox .box > div p {
  434. font-size: 26px;
  435. color: #e1e3ef;
  436. }
  437. .CenterBox .box > div span {
  438. display: inline-block;
  439. font-size: 34px;
  440. margin-right: 5px;
  441. font-weight: bolder;
  442. margin-top: 5px;
  443. }
  444. .CenterBox .map-box {
  445. height: 100%;
  446. position: relative;
  447. padding: 30px 0;
  448. }
  449. .CenterBox .mapBack{
  450. position: absolute;
  451. width: 60px;
  452. height: 60px;
  453. top: 100px;
  454. right: 100px;
  455. z-index: 99999999;
  456. }
  457. .CenterBox .status {
  458. position: absolute;
  459. /* bottom: 20px; */
  460. bottom: 200px;
  461. right: 15px;
  462. background-color: rgba(3, 10, 12, 0.46);
  463. border: 1px solid #4A57CF;
  464. }
  465. .CenterBox .status p {
  466. background-color: #02397f;
  467. line-height: 45px;
  468. text-align: center;
  469. font-size: 25px;
  470. color: #40a9ff;
  471. }
  472. .CenterBox .status li {
  473. line-height: 30px;
  474. padding-right: 15px;
  475. list-style: none;
  476. position: relative;
  477. font-size: 20px;
  478. }
  479. .CenterBox .status li::before {
  480. content: '';
  481. position: absolute;
  482. left: -15px;
  483. top: 50%;
  484. transform: translate(0, -50%);
  485. width: 5px;
  486. height: 5px;
  487. background-color: #00ffff;
  488. border-radius: 50%;
  489. }
  490. .CenterBox .status i {
  491. font-size: 20px;
  492. font-weight: 600;
  493. color: #40a9ff;
  494. }
  495. .CenterBox .tooltip-cont {
  496. margin: -15px;
  497. border: 1px solid #3699ff;
  498. border-radius: 8px;
  499. padding: 15px;
  500. background-color: rgb(39 122 145 / 0.36);
  501. font-size: 30px;
  502. }
  503. .CenterBox .tooltip-cont p {
  504. line-height: 1.8;
  505. color: #f3f3f3;
  506. position: relative;
  507. padding-left: 12px;
  508. }
  509. .CenterBox .tooltip-cont p::before {
  510. position: absolute;
  511. display: inline-block;
  512. content: '';
  513. left: -10px;
  514. top: 20px;
  515. width: 15px;
  516. height: 15px;
  517. border-radius: 50%;
  518. background-color: #40a9ff;
  519. }
  520. .CenterBox .tooltip-cont span {
  521. color: #69c0ff;
  522. }
  523. .RightBox .right-t {
  524. display: grid;
  525. gap: 10px;
  526. grid-template-columns: 3fr 1fr;
  527. background: url('../groupImg/langBack.png') no-repeat center;
  528. background-size: 100% 100%;
  529. padding: 10px;
  530. }
  531. .RightBox .right-c,
  532. .RightBox .right-b {
  533. display: grid;
  534. gap: 10px;
  535. grid-template-columns: repeat(2, 1fr);
  536. }
  537. .RightBox .right-c > div,
  538. .RightBox .right-b > div {
  539. background: url('../groupImg/cBack.png') no-repeat center;
  540. background-size: 100% 100%;
  541. padding: 10px;
  542. }
  543. .RightBox .top-lb {
  544. padding: 0px 30px;
  545. display: grid;
  546. /* grid-template-columns: repeat(11, 1fr); */
  547. grid-template-columns: 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr;
  548. gap: 10px;
  549. padding-bottom: 20px;
  550. }
  551. .RightBox .top-lb > .topCard:nth-child(odd) > div:first-child,
  552. .RightBox .top-rb > .topCard:nth-child(odd) > div:first-child {
  553. width: 190px;
  554. height: 190px;
  555. background-size: 100% 100%;
  556. }
  557. .RightBox .top-lb > .topCard:nth-child(even) > div:first-child,
  558. .RightBox .top-rb > .topCard:nth-child(even) > div:first-child {
  559. width: 100px;
  560. height: 100px;
  561. background-size: 100% 100%;
  562. }
  563. .RightBox .titleBackBlue {
  564. background: url('../groupImg/completed.png') no-repeat center;
  565. background-size: 95% 95%;
  566. }
  567. .RightBox .titleBackYellow {
  568. background: url('../groupImg/completed2.png') no-repeat center;
  569. background-size: 95% 95%;
  570. }
  571. .RightBox .top-rb {
  572. padding: 0px 30px;
  573. display: grid;
  574. grid-template-columns: 2.5fr 1fr 2.5fr;
  575. gap: 10px;
  576. padding-bottom: 20px;
  577. }
  578. .RightBox .top-lb > .topCard:nth-child(even) > div:first-child {
  579. background: url('../groupImg/completedDot.png') no-repeat center;
  580. background-size: 100% auto;
  581. background-position: 0 25%;
  582. }
  583. .RightBox .top-rb > .topCard:nth-child(even) > div:first-child {
  584. background: url('../groupImg/completedDot.png') no-repeat;
  585. background-size: 100% auto;
  586. background-position: 0 35%;
  587. }
  588. .RightBox .centerBack {
  589. background: url('../groupImg/back2.png') no-repeat;
  590. background-size: 100% 100%;
  591. }
  592. .RightBox .center-l {
  593. display: grid;
  594. grid-template-columns: repeat(3, 1fr);
  595. gap: 10px;
  596. padding: 20px !important;
  597. }
  598. .RightBox .center-l > div {
  599. background: url('../groupImg/center-left-list-back.png') no-repeat;
  600. background-size: 100% 100%;
  601. text-align: center;
  602. padding: 10%;
  603. }
  604. .RightBox .center-l-title {
  605. width: 100%;
  606. height: 10%;
  607. margin-top: 15%;
  608. font-size: 30px;
  609. font-weight: bold;
  610. }
  611. .RightBox .center-l-list {
  612. height: 30%;
  613. margin: 15% 0;
  614. background: url('../groupImg/project.png') no-repeat center;
  615. background-size: 100% auto;
  616. font-size: 26px;
  617. }
  618. .RightBox .center-l-list2 {
  619. height: 30%;
  620. background: url('../groupImg/pin.png') no-repeat center;
  621. background-size: 100% auto;
  622. font-size: 26px;
  623. }
  624. .RightBox .right-br {
  625. display: grid;
  626. gap: 10px;
  627. grid-template-rows: repeat(2, 1fr);
  628. }
  629. .RightBox .right-brt {
  630. display: grid;
  631. gap: 10px;
  632. grid-template-columns: repeat(2, 1fr);
  633. }
  634. .RightBox .flotage {
  635. width: 220px;
  636. height: 100px;
  637. background-color: rgba(70, 78, 87, 0.5);
  638. display: flex;
  639. flex-direction: column;
  640. justify-content: space-around;
  641. padding: 10px;
  642. /* border: 1px solid #557e81; */
  643. top: 15px;
  644. border-radius: 5px;
  645. transition: all 0.2s;
  646. }
  647. .tip-box {
  648. position: absolute;
  649. width: 2000px !important;
  650. height: 1400px !important;
  651. top: calc(50% - 700px);
  652. left: calc(50% - 1000px);
  653. background: url('../groupImg/popup.png') no-repeat center;
  654. background-color: #133b65;
  655. background-size: 100% 100%;
  656. padding: 200px 100px 100px 100px;
  657. border-radius: 55px;
  658. z-index: 9999999999;
  659. }
  660. .titleImg {
  661. width: 100%;
  662. height: 100%;
  663. border-radius: 10px;
  664. }
  665. .popLeft,
  666. .popright {
  667. height: 90%;
  668. width: 50%;
  669. }
  670. .popright {
  671. right: 0;
  672. }
  673. .poptitle{
  674. top:60px;
  675. left: calc(50% - 210px);
  676. width: 400px;
  677. text-align: center;
  678. font-size: 30px;
  679. font-weight: bolder;
  680. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  681. -webkit-background-clip: text;
  682. -webkit-text-fill-color: transparent;
  683. }
  684. .doubleTip{
  685. display: grid;
  686. grid-template-rows: repeat(2, 1fr);
  687. gap: 10px;
  688. }
  689. .tip2 {
  690. width: 100%;
  691. height: 100%;
  692. display: grid;
  693. grid-template-columns: 60% 40%;
  694. /* grid-template-rows: 1fr 1fr; */
  695. grid-gap: 10px;
  696. }
  697. .tip-down {
  698. position: absolute;
  699. top:10px;
  700. right: 30px;
  701. width: 50px;
  702. text-align: center;
  703. height: 50px;
  704. line-height: 50px;
  705. cursor: pointer;
  706. font-size: 60px;
  707. }
  708. .row-item,.header-item{
  709. font-size: 20px !important;
  710. }
  711. .tip2-list {
  712. height: 100%;
  713. display: grid;
  714. grid-template-rows: repeat(5, minmax(0, 1fr));
  715. background-color: #04224c;
  716. padding: 20px 20px;
  717. font-size: 30px;
  718. }
  719. .tip2-list > div {
  720. width: 100%;
  721. height: 100%;
  722. display: flex;
  723. justify-content: space-between;
  724. align-items: center;
  725. }
  726. .tip2-list > div:nth-child(2),
  727. .tip2-list > div:nth-child(4) {
  728. border-top: 1px solid #69c0ff;
  729. border-bottom: 1px solid #69c0ff;
  730. }
  731. .total3 {
  732. bottom: 15%;
  733. }
  734. .total {
  735. text-align: center;
  736. position: absolute;
  737. left: calc(50% - 150px);
  738. bottom: 15%;
  739. font-size: 30px;
  740. font-weight: bold;
  741. color: #2cb7e0;
  742. }
  743. /* 公共css */
  744. /* 宽高纵横比 */
  745. .aspect-auto {
  746. aspect-ratio: auto;
  747. }
  748. .aspect-square {
  749. aspect-ratio: 1 / 1;
  750. }
  751. .aspect-video {
  752. aspect-ratio: 16 / 9;
  753. }
  754. /* aspect-[4/3] */
  755. /* 居中 */
  756. .mx-auto {
  757. margin: 0 auto;
  758. }
  759. /* 设置容器内的列数/每列距离 */
  760. .columns-1 {
  761. columns: 1;
  762. }
  763. /* columns-[20px] */
  764. /* 盒子模型 */
  765. .box-border {
  766. box-sizing: border-box;
  767. }
  768. .box-content {
  769. box-sizing: content-box;
  770. }
  771. /* 消失 */
  772. .hidden {
  773. display: none;
  774. }
  775. /* 块级元素 */
  776. .block {
  777. display: block;
  778. }
  779. /* 行内块 */
  780. .inline-block {
  781. display: inline-block;
  782. }
  783. /* 行内元素 */
  784. .inline {
  785. display: inline;
  786. }
  787. /* 弹性布局 */
  788. .flex {
  789. display: flex;
  790. }
  791. /* 主轴起点在左边 */
  792. .flex-row {
  793. flex-direction: row;
  794. }
  795. /* 主轴起点在右边 */
  796. .flex-row-reverse {
  797. flex-direction: row-reverse;
  798. }
  799. /* 主轴竖向排列,在上面 */
  800. .flex-col {
  801. flex-direction: column;
  802. }
  803. /* 主轴竖向排列,在下面 */
  804. .flex-col-reverse {
  805. flex-direction: column-reverse;
  806. }
  807. /* 自动换行 */
  808. .flex-wrap {
  809. flex-wrap: wrap;
  810. }
  811. /* 自动换行下起点 */
  812. .flex-wrap-reverse {
  813. flex-wrap: wrap-reverse;
  814. }
  815. /* 不换行 */
  816. .flex-nowrap {
  817. flex-wrap: nowrap;
  818. }
  819. /* 弹性成长 */
  820. .grow {
  821. flex-grow: 1;
  822. }
  823. /* 不允许弹性成长 */
  824. .grow-0 {
  825. flex-grow: 0;
  826. }
  827. /* 主轴从左开始 */
  828. .justify-start {
  829. justify-content: flex-start;
  830. }
  831. /* 主轴从右开始 */
  832. .justify-end {
  833. justify-content: flex-end;
  834. }
  835. /* 主轴剧中 */
  836. .justify-center {
  837. justify-content: center;
  838. }
  839. /* 主轴两端无间隔 */
  840. .justify-between {
  841. justify-content: space-between;
  842. }
  843. /* 主轴两端有间隔 */
  844. .justify-around {
  845. justify-content: space-around;
  846. }
  847. /* 所有间隔相等 */
  848. .justify-evenly {
  849. justify-content: space-evenly;
  850. }
  851. /* 纵向起点最上方 */
  852. .items-start {
  853. align-items: flex-start;
  854. }
  855. /* 纵向起点最下方 */
  856. .items-end {
  857. align-items: flex-end;
  858. }
  859. .items-center {
  860. align-items: center;
  861. }
  862. /* 网格布局 */
  863. .grid {
  864. display: grid;
  865. }
  866. /* 有几列 */
  867. .grid-cols-4 {
  868. grid-template-columns: repeat(4, minmax(0, 1fr));
  869. grid-template-columns: repeat(4, 1fr);
  870. }
  871. /* 有几行 */
  872. .grid-rows-3 {
  873. grid-template-rows: repeat(3, minmax(0, 1fr));
  874. grid-template-rows: repeat(3, 1fr);
  875. }
  876. /* 容器中的内容上下布局 */
  877. .grid-center {
  878. align-items: center;
  879. }
  880. /* 间距 */
  881. .gap-7 {
  882. gap: 1.75rem;
  883. }
  884. /* 允许弹性成长 */
  885. .shrink {
  886. flex-shrink: 1;
  887. }
  888. /* 不允许弹性成长 */
  889. .shrink-0 {
  890. flex-shrink: 0;
  891. }
  892. /* 不允许成长也不允许收缩 */
  893. .flex-none {
  894. flex: none;
  895. }
  896. /* 浮动布局 */
  897. .float-right {
  898. float: right;
  899. }
  900. .float-left {
  901. float: left;
  902. }
  903. .clear-both {
  904. clear: both;
  905. }
  906. /* 溢出 */
  907. .overflow-auto {
  908. overflow: auto;
  909. }
  910. .overflow-hidden {
  911. overflow: hidden;
  912. }
  913. .overflow-scroll {
  914. overflow: scroll;
  915. }
  916. .overflow-x-auto {
  917. overflow-x: auto;
  918. }
  919. .overflow-y-auto {
  920. overflow-y: auto;
  921. }
  922. /* 定位 */
  923. .fixed {
  924. position: fixed;
  925. }
  926. .absolute {
  927. position: absolute;
  928. }
  929. .relative {
  930. position: relative;
  931. }
  932. .top-0 {
  933. top: 0px;
  934. }
  935. .right-0 {
  936. right: 0px;
  937. }
  938. .bottom-0 {
  939. bottom: 0px;
  940. }
  941. .left-0 {
  942. left: 0px;
  943. }
  944. /* top-[3px] */
  945. /* z-[100] */
  946. /* 显示隐藏未脱离文档流 */
  947. .visible {
  948. visibility: visible;
  949. }
  950. .invisible {
  951. visibility: hidden;
  952. }
  953. /* 内边距 */
  954. .p-0 {
  955. padding: 0px;
  956. }
  957. .px-0 {
  958. padding-left: 0px;
  959. padding-right: 0px;
  960. }
  961. .py-0 {
  962. padding-top: 0px;
  963. padding-bottom: 0px;
  964. }
  965. .pt-0 {
  966. padding-top: 0px;
  967. }
  968. .pr-0 {
  969. padding-right: 0px;
  970. }
  971. .pb-0 {
  972. padding-bottom: 0px;
  973. }
  974. .pl-0 {
  975. padding-left: 0px;
  976. }
  977. /* p-[5px] */
  978. /* 外边距 */
  979. .m-0 {
  980. margin: 0px;
  981. }
  982. .mx-0 {
  983. margin-left: 0px;
  984. margin-right: 0px;
  985. }
  986. .my-0 {
  987. margin-top: 0px;
  988. margin-bottom: 0px;
  989. }
  990. .mt-0 {
  991. margin-top: 0px;
  992. }
  993. .mr-0 {
  994. margin-right: 0px;
  995. }
  996. .mb-0 {
  997. margin-bottom: 0px;
  998. }
  999. .ml-0 {
  1000. margin-left: 0px;
  1001. }
  1002. /* m-[5px] */
  1003. /* 宽度 */
  1004. .w-full {
  1005. width: 100%;
  1006. }
  1007. .w-screen {
  1008. width: 100vw;
  1009. }
  1010. /* w-[32rem] */
  1011. /* min-w-[50%] */
  1012. /* max-w-[50%] */
  1013. /* 高度 */
  1014. .h-full {
  1015. height: 100%;
  1016. }
  1017. .h-screen {
  1018. height: 100vh;
  1019. }
  1020. /* h-[32rem] */
  1021. /* min-h-[50%] */
  1022. /* max-h-[32rem] */
  1023. /* 字体 */
  1024. .text-xs {
  1025. font-size: 0.75rem; /* 12px */
  1026. line-height: 1rem; /* 16px */
  1027. }
  1028. .text-sm {
  1029. font-size: 0.875rem; /* 14px */
  1030. line-height: 1.25rem; /* 20px */
  1031. }
  1032. .text-base {
  1033. font-size: 1rem; /* 16px */
  1034. line-height: 1.5rem; /* 24px */
  1035. }
  1036. .text-lg {
  1037. font-size: 1.125rem; /* 18px */
  1038. line-height: 1.75rem; /* 28px */
  1039. }
  1040. .text-xl {
  1041. font-size: 1.25rem; /* 20px */
  1042. line-height: 1.75rem; /* 28px */
  1043. }
  1044. .text-2xl {
  1045. font-size: 1.5rem; /* 24px */
  1046. line-height: 2rem; /* 32px */
  1047. }
  1048. .text-3xl {
  1049. font-size: 1.875rem; /* 30px */
  1050. line-height: 2.25rem; /* 36px */
  1051. }
  1052. .text-4xl {
  1053. font-size: 2.25rem; /* 36px */
  1054. line-height: 2.5rem; /* 40px */
  1055. }
  1056. .text-5xl {
  1057. font-size: 3rem; /* 48px */
  1058. line-height: 1;
  1059. }
  1060. .text-6xl {
  1061. font-size: 3.75rem; /* 60px */
  1062. line-height: 1;
  1063. }
  1064. .text-7xl {
  1065. font-size: 4.5rem; /* 72px */
  1066. line-height: 1;
  1067. }
  1068. .text-8xl {
  1069. font-size: 6rem; /* 96px */
  1070. line-height: 1;
  1071. }
  1072. .text-9xl {
  1073. font-size: 8rem; /* 128px */
  1074. line-height: 1;
  1075. }
  1076. /* text-[14px] */
  1077. /* 字体粗细font-weight */
  1078. /* font-[1100] */
  1079. /* https://tailwindcss.com/docs/font-weight */
  1080. /* 字体间距letter-spacing */
  1081. /* tracking-[.25em] */
  1082. /* 行高line-height */
  1083. /* leading-[3rem] */
  1084. /* 无列表样式 */
  1085. .list-none {
  1086. list-style-type: none;
  1087. }
  1088. /* 小圆点 */
  1089. .list-disc {
  1090. list-style-type: disc;
  1091. }
  1092. /* 数字列表 */
  1093. .list-decimal {
  1094. list-style-type: decimal;
  1095. }
  1096. .text-left {
  1097. text-align: left;
  1098. }
  1099. .text-center {
  1100. text-align: center;
  1101. }
  1102. .text-right {
  1103. text-align: right;
  1104. }
  1105. /* 所有文本头尾对齐 */
  1106. .text-justify {
  1107. text-align: justify;
  1108. }
  1109. /* 文本颜色 */
  1110. /* text-[#50d71e] */
  1111. /* https://tailwindcss.com/docs/text-color */
  1112. /* 下划线 */
  1113. .underline {
  1114. text-decoration-line: underline;
  1115. }
  1116. /* 上划线 */
  1117. .overline {
  1118. text-decoration-line: overline;
  1119. }
  1120. /* 中划线 */
  1121. .line-through {
  1122. text-decoration-line: line-through;
  1123. }
  1124. /* 无划线 */
  1125. .no-underline {
  1126. text-decoration-line: none;
  1127. }
  1128. /* 全小写 */
  1129. .lowercase {
  1130. text-transform: lowercase;
  1131. }
  1132. /* 全大写 */
  1133. .uppercase {
  1134. text-transform: uppercase;
  1135. }
  1136. /* 首字母大写 */
  1137. .capitalize {
  1138. text-transform: capitalize;
  1139. }