investHomeGroup.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  1. html,
  2. body {
  3. width: 7680px;
  4. min-height: 2120px;
  5. height: 100%;
  6. font-size: 20px;
  7. color: #fff;
  8. font-family: 'Microsoft YaHei';
  9. overflow-y: hidden;
  10. }
  11. *,
  12. *:before,
  13. *:after {
  14. padding: 0;
  15. margin: 0;
  16. box-sizing: border-box;
  17. }
  18. a {
  19. text-decoration: none;
  20. cursor: pointer;
  21. }
  22. [v-cloak] {
  23. display: none;
  24. }
  25. .pointer {
  26. cursor: pointer;
  27. }
  28. #app {
  29. background: url('../groupImg/page-bg.png') center center no-repeat;
  30. background-size: 100% 100%;
  31. padding-top: 10px;
  32. width: 100%;
  33. height: 100%;
  34. overflow: hidden;
  35. color: #fff;
  36. display: grid;
  37. grid-template-columns: repeat(3, 1fr);
  38. padding: 10px;
  39. position: relative;
  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: bold;
  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: bold;
  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: bold;
  176. font-size: 20px;
  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: 260px;
  203. height: 40px;
  204. position: absolute;
  205. left: calc(50% - 130px);
  206. bottom: 7%;
  207. font-weight: bold;
  208. color: #2cb7e0;
  209. font-size: 30px;
  210. }
  211. .LeftBox .commonBack,
  212. .RightBox .commonBack {
  213. background-color: #042148;
  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: 20px;
  239. font-weight: bold;
  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: 30px;
  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: bold;
  297. font-size: 20px;
  298. }
  299. .LeftBox .left-rt .item4 .item4-con .item .text {
  300. font-size: 30px;
  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: #69c0ff;
  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. text-align: center;
  360. }
  361. .CenterBox .boxs > div > p:nth-child(2) {
  362. margin-top: 25px;
  363. text-align: center;
  364. }
  365. .CenterBox .boxs .name {
  366. color: #f3f3f3;
  367. font-size: 30px;
  368. }
  369. .CenterBox .boxs .change {
  370. color: #32edaa;
  371. }
  372. .CenterBox .boxs .change.up {
  373. color: #ed3248;
  374. }
  375. .CenterBox .boxs .num {
  376. font-size: 30px;
  377. font-weight: bold;
  378. margin-right: 5px;
  379. }
  380. .CenterBox .boxs .el-icon-more {
  381. font-size: 35px;
  382. }
  383. .CenterBox .top {
  384. display: flex;
  385. justify-content: space-between;
  386. }
  387. .CenterBox .top .box {
  388. flex: 1;
  389. margin: 0 10px;
  390. display: flex;
  391. flex-direction: column;
  392. align-items: center;
  393. color: #69c0ff;
  394. }
  395. /* .CenterBox .t {
  396. padding: 15px 0;
  397. display: flex;
  398. align-items: center;
  399. background-color: rgba(59,211,255,0.05);
  400. } */
  401. .CenterBox .t {
  402. padding: 25px 0;
  403. display: flex;
  404. font-size: 30px;
  405. font-weight: bold;
  406. align-items: center;
  407. justify-content: center;
  408. background-color: #042148;
  409. }
  410. .CenterBox .b {
  411. padding: 15px 0;
  412. display: flex;
  413. align-items: center;
  414. justify-content: space-around;
  415. background-color: rgba(7, 42, 76, 0.6);
  416. padding: 15px 0;
  417. }
  418. .CenterBox .b span {
  419. color: #69c0ff;
  420. font-size: 34px;
  421. font-weight: 900;
  422. }
  423. .CenterBox .t img {
  424. margin-right: 10px;
  425. }
  426. .CenterBox .box > div {
  427. width: 100%;
  428. }
  429. .CenterBox .box > img {
  430. width: 40px;
  431. }
  432. .CenterBox .box > div p {
  433. font-size: 30px;
  434. color: #e1e3ef;
  435. }
  436. .CenterBox .box > div span {
  437. display: inline-block;
  438. font-size: 36px;
  439. margin-right: 5px;
  440. font-weight: bolder;
  441. margin-top: 5px;
  442. }
  443. .CenterBox .map-box {
  444. height: 100%;
  445. position: relative;
  446. padding: 30px 0;
  447. }
  448. .CenterBox .mapBack{
  449. position: absolute;
  450. width: 60px;
  451. height: 60px;
  452. top: 100px;
  453. right: 100px;
  454. z-index: 99999999;
  455. }
  456. .CenterBox .status {
  457. position: absolute;
  458. /* bottom: 20px; */
  459. bottom: 200px;
  460. right: 15px;
  461. background-color: rgba(3, 10, 12, 0.46);
  462. border: 1px solid #4A57CF;
  463. }
  464. .CenterBox .status p {
  465. background-color: #02397f;
  466. line-height: 45px;
  467. text-align: center;
  468. font-size: 25px;
  469. color: #69c0ff;
  470. }
  471. .CenterBox .status li {
  472. line-height: 30px;
  473. padding-right: 15px;
  474. list-style: none;
  475. position: relative;
  476. font-size: 20px;
  477. }
  478. .CenterBox .status li::before {
  479. content: '';
  480. position: absolute;
  481. left: -15px;
  482. top: 50%;
  483. transform: translate(0, -50%);
  484. width: 5px;
  485. height: 5px;
  486. background-color: #00ffff;
  487. border-radius: 50%;
  488. }
  489. .CenterBox .status i {
  490. font-size: 20px;
  491. font-weight: bold;
  492. color: #69c0ff;
  493. }
  494. .CenterBox .tooltip-cont {
  495. margin: -15px;
  496. border: 1px solid #3699ff;
  497. border-radius: 8px;
  498. padding: 15px;
  499. background-color: rgb(39 122 145 / 0.36);
  500. font-size: 30px;
  501. }
  502. .CenterBox .tooltip-cont p {
  503. line-height: 1.8;
  504. color: #f3f3f3;
  505. position: relative;
  506. padding-left: 12px;
  507. }
  508. .CenterBox .tooltip-cont p::before {
  509. position: absolute;
  510. display: inline-block;
  511. content: '';
  512. left: -10px;
  513. top: 20px;
  514. width: 15px;
  515. height: 15px;
  516. border-radius: 50%;
  517. background-color: #69c0ff;
  518. }
  519. .CenterBox .tooltip-cont span {
  520. color: #69c0ff;
  521. }
  522. .RightBox .right-t {
  523. display: grid;
  524. gap: 10px;
  525. grid-template-columns: 3fr 1fr;
  526. background: url('../groupImg/langBack.png') no-repeat center;
  527. background-size: 100% 100%;
  528. padding: 10px;
  529. }
  530. .RightBox .right-c,
  531. .RightBox .right-b {
  532. display: grid;
  533. gap: 10px;
  534. grid-template-columns: repeat(2, 1fr);
  535. }
  536. .RightBox .right-c > div,
  537. .RightBox .right-b > div {
  538. background: url('../groupImg/cBack.png') no-repeat center;
  539. background-size: 100% 100%;
  540. padding: 10px;
  541. }
  542. .RightBox .top-lb {
  543. padding: 0px 30px;
  544. display: grid;
  545. /* grid-template-columns: repeat(11, 1fr); */
  546. grid-template-columns: 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr 1fr 2.5fr;
  547. gap: 10px;
  548. padding-bottom: 20px;
  549. }
  550. .RightBox .top-lb > .topCard:nth-child(odd) > div:first-child,
  551. .RightBox .top-rb > .topCard:nth-child(odd) > div:first-child {
  552. width: 190px;
  553. height: 190px;
  554. background-size: 100% 100%;
  555. }
  556. .RightBox .top-lb > .topCard:nth-child(even) > div:first-child,
  557. .RightBox .top-rb > .topCard:nth-child(even) > div:first-child {
  558. width: 100px;
  559. height: 100px;
  560. background-size: 100% 100%;
  561. }
  562. .RightBox .titleBackBlue {
  563. background: url('../groupImg/completed.png') no-repeat center;
  564. background-size: 95% 95%;
  565. }
  566. .RightBox .titleBackYellow {
  567. background: url('../groupImg/completed2.png') no-repeat center;
  568. background-size: 95% 95%;
  569. }
  570. .RightBox .top-rb {
  571. padding: 0px 30px;
  572. display: grid;
  573. grid-template-columns: 2.5fr 1fr 2.5fr;
  574. gap: 10px;
  575. padding-bottom: 20px;
  576. }
  577. .RightBox .top-lb > .topCard:nth-child(even) > div:first-child {
  578. background: url('../groupImg/completedDot.png') no-repeat center;
  579. background-size: 100% auto;
  580. background-position: 0 25%;
  581. }
  582. .RightBox .top-rb > .topCard:nth-child(even) > div:first-child {
  583. background: url('../groupImg/completedDot.png') no-repeat;
  584. background-size: 100% auto;
  585. background-position: 0 35%;
  586. }
  587. .RightBox .centerBack {
  588. background: url('../groupImg/back2.png') no-repeat;
  589. background-size: 100% 100%;
  590. }
  591. .RightBox .center-l > div:nth-child(2){
  592. grid-template-columns: repeat(3, 1fr);
  593. gap: 10px;
  594. }
  595. /* .RightBox .center-l > div:nth-child(2) div {
  596. background: url('../groupImg/center-left-list-back.png') no-repeat;
  597. background-size: 100% 100%;
  598. text-align: center;
  599. padding: 10%;
  600. } */
  601. .RightBox .right-cl>div{
  602. background: url('../groupImg/center-left-list-back.png') no-repeat;
  603. background-size: 100% 100%;
  604. padding: 10%;
  605. }
  606. .RightBox .right-cl{
  607. display: grid;
  608. }
  609. .RightBox .center-l-title {
  610. width: 100%;
  611. height: 15%;
  612. margin-top: 10%;
  613. font-size: 30px;
  614. font-weight: bold;
  615. }
  616. .RightBox .center-l-list {
  617. height: 30%;
  618. margin: 10% 0;
  619. background: url('../groupImg/project.png') no-repeat center;
  620. background-size: 100% auto;
  621. font-size: 26px;
  622. }
  623. .RightBox .center-l-list2 {
  624. height: 25%;
  625. background: url('../groupImg/pin.png') no-repeat center;
  626. background-size: 100% auto;
  627. font-size: 26px;
  628. }
  629. .RightBox .right-br {
  630. display: grid;
  631. gap: 10px;
  632. grid-template-rows: repeat(2, 1fr);
  633. }
  634. .RightBox .right-brt {
  635. display: grid;
  636. gap: 10px;
  637. grid-template-columns: repeat(2, 1fr);
  638. }
  639. .RightBox .flotage {
  640. width: 220px;
  641. height: 100px;
  642. background-color: rgba(70, 78, 87, 0.5);
  643. display: flex;
  644. flex-direction: column;
  645. justify-content: space-around;
  646. padding: 10px;
  647. /* border: 1px solid #557e81; */
  648. top: 15px;
  649. border-radius: 5px;
  650. transition: all 0.2s;
  651. }
  652. .tip-box {
  653. position: absolute;
  654. width: 2000px !important;
  655. height: 1400px !important;
  656. top: calc(50% - 700px);
  657. left: calc(50% - 1000px);
  658. background: url('../groupImg/popup.png') no-repeat center;
  659. background-color: #133b65;
  660. background-size: 100% 100%;
  661. padding: 200px 100px 100px 100px;
  662. border-radius: 55px;
  663. z-index: 9999999999;
  664. }
  665. .titleImg {
  666. width: 100%;
  667. height: 100%;
  668. border-radius: 10px;
  669. }
  670. .popLeft,
  671. .popright {
  672. height: 90%;
  673. width: 50%;
  674. }
  675. .popright {
  676. right: 0;
  677. }
  678. .poptitle{
  679. top:60px;
  680. left: calc(50% - 210px);
  681. width: 400px;
  682. text-align: center;
  683. font-size: 30px;
  684. font-weight: bolder;
  685. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  686. -webkit-background-clip: text;
  687. -webkit-text-fill-color: transparent;
  688. }
  689. .doubleTip{
  690. display: grid;
  691. grid-template-rows: repeat(2, 1fr);
  692. gap: 10px;
  693. }
  694. .tip2 {
  695. width: 100%;
  696. height: 100%;
  697. display: grid;
  698. grid-template-columns: 60% 40%;
  699. /* grid-template-rows: 1fr 1fr; */
  700. grid-gap: 10px;
  701. }
  702. .tip-down {
  703. position: absolute;
  704. top:10px;
  705. right: 30px;
  706. width: 50px;
  707. text-align: center;
  708. height: 50px;
  709. line-height: 50px;
  710. cursor: pointer;
  711. font-size: 60px;
  712. }
  713. .row-item,.header-item{
  714. font-size: 20px !important;
  715. }
  716. .tip2-list {
  717. height: 100%;
  718. display: grid;
  719. grid-template-rows: repeat(5, minmax(0, 1fr));
  720. background-color: #04224c;
  721. padding: 20px 20px;
  722. font-size: 30px;
  723. }
  724. .tip2-list > div {
  725. width: 100%;
  726. height: 100%;
  727. display: flex;
  728. justify-content: space-between;
  729. align-items: center;
  730. }
  731. .tip2-list > div:nth-child(2),
  732. .tip2-list > div:nth-child(4) {
  733. border-top: 1px solid #69c0ff;
  734. border-bottom: 1px solid #69c0ff;
  735. }
  736. .total3 {
  737. bottom: 15%;
  738. }
  739. .total {
  740. text-align: center;
  741. position: absolute;
  742. left: calc(50% - 150px);
  743. bottom: 15%;
  744. font-size: 30px;
  745. font-weight: bold;
  746. color: #2cb7e0;
  747. }
  748. .productTip{
  749. /* height: ; */
  750. height: 1800px !important;
  751. width: 3000px !important;
  752. top: calc( 50% - 900px);
  753. left: calc( 50% - 1500px );
  754. z-index: 99999999999 !important;
  755. }
  756. .productPoptitle{
  757. font-size: 40px !important;
  758. top: 80px !important;
  759. }
  760. .productTip .row-item,.productTip .header-item{
  761. font-size: 30px !important;
  762. }
  763. /* 公共css */
  764. /* 宽高纵横比 */
  765. i{
  766. font-style:normal !important;
  767. }
  768. .aspect-auto {
  769. aspect-ratio: auto;
  770. }
  771. .aspect-square {
  772. aspect-ratio: 1 / 1;
  773. }
  774. .aspect-video {
  775. aspect-ratio: 16 / 9;
  776. }
  777. /* aspect-[4/3] */
  778. /* 居中 */
  779. .mx-auto {
  780. margin: 0 auto;
  781. }
  782. /* 设置容器内的列数/每列距离 */
  783. .columns-1 {
  784. columns: 1;
  785. }
  786. /* columns-[20px] */
  787. /* 盒子模型 */
  788. .box-border {
  789. box-sizing: border-box;
  790. }
  791. .box-content {
  792. box-sizing: content-box;
  793. }
  794. /* 消失 */
  795. .hidden {
  796. display: none;
  797. }
  798. /* 块级元素 */
  799. .block {
  800. display: block;
  801. }
  802. /* 行内块 */
  803. .inline-block {
  804. display: inline-block;
  805. }
  806. /* 行内元素 */
  807. .inline {
  808. display: inline;
  809. }
  810. /* 弹性布局 */
  811. .flex {
  812. display: flex;
  813. }
  814. /* 主轴起点在左边 */
  815. .flex-row {
  816. flex-direction: row;
  817. }
  818. /* 主轴起点在右边 */
  819. .flex-row-reverse {
  820. flex-direction: row-reverse;
  821. }
  822. /* 主轴竖向排列,在上面 */
  823. .flex-col {
  824. flex-direction: column;
  825. }
  826. /* 主轴竖向排列,在下面 */
  827. .flex-col-reverse {
  828. flex-direction: column-reverse;
  829. }
  830. /* 自动换行 */
  831. .flex-wrap {
  832. flex-wrap: wrap;
  833. }
  834. /* 自动换行下起点 */
  835. .flex-wrap-reverse {
  836. flex-wrap: wrap-reverse;
  837. }
  838. /* 不换行 */
  839. .flex-nowrap {
  840. flex-wrap: nowrap;
  841. }
  842. /* 弹性成长 */
  843. .grow {
  844. flex-grow: 1;
  845. }
  846. /* 不允许弹性成长 */
  847. .grow-0 {
  848. flex-grow: 0;
  849. }
  850. /* 主轴从左开始 */
  851. .justify-start {
  852. justify-content: flex-start;
  853. }
  854. /* 主轴从右开始 */
  855. .justify-end {
  856. justify-content: flex-end;
  857. }
  858. /* 主轴剧中 */
  859. .justify-center {
  860. justify-content: center;
  861. }
  862. /* 主轴两端无间隔 */
  863. .justify-between {
  864. justify-content: space-between;
  865. }
  866. /* 主轴两端有间隔 */
  867. .justify-around {
  868. justify-content: space-around;
  869. }
  870. /* 所有间隔相等 */
  871. .justify-evenly {
  872. justify-content: space-evenly;
  873. }
  874. /* 纵向起点最上方 */
  875. .items-start {
  876. align-items: flex-start;
  877. }
  878. /* 纵向起点最下方 */
  879. .items-end {
  880. align-items: flex-end;
  881. }
  882. .items-center {
  883. align-items: center;
  884. }
  885. /* 网格布局 */
  886. .grid {
  887. display: grid;
  888. }
  889. /* 有几列 */
  890. .grid-cols-4 {
  891. grid-template-columns: repeat(4, minmax(0, 1fr));
  892. grid-template-columns: repeat(4, 1fr);
  893. }
  894. /* 有几行 */
  895. .grid-rows-3 {
  896. grid-template-rows: repeat(3, minmax(0, 1fr));
  897. grid-template-rows: repeat(3, 1fr);
  898. }
  899. /* 容器中的内容上下布局 */
  900. .grid-center {
  901. align-items: center;
  902. }
  903. /* 间距 */
  904. .gap-7 {
  905. gap: 1.75rem;
  906. }
  907. /* 允许弹性成长 */
  908. .shrink {
  909. flex-shrink: 1;
  910. }
  911. /* 不允许弹性成长 */
  912. .shrink-0 {
  913. flex-shrink: 0;
  914. }
  915. /* 不允许成长也不允许收缩 */
  916. .flex-none {
  917. flex: none;
  918. }
  919. /* 浮动布局 */
  920. .float-right {
  921. float: right;
  922. }
  923. .float-left {
  924. float: left;
  925. }
  926. .clear-both {
  927. clear: both;
  928. }
  929. /* 溢出 */
  930. .overflow-auto {
  931. overflow: auto;
  932. }
  933. .overflow-hidden {
  934. overflow: hidden;
  935. }
  936. .overflow-scroll {
  937. overflow: scroll;
  938. }
  939. .overflow-x-auto {
  940. overflow-x: auto;
  941. }
  942. .overflow-y-auto {
  943. overflow-y: auto;
  944. }
  945. /* 定位 */
  946. .fixed {
  947. position: fixed;
  948. }
  949. .absolute {
  950. position: absolute;
  951. }
  952. .relative {
  953. position: relative;
  954. }
  955. .top-0 {
  956. top: 0px;
  957. }
  958. .right-0 {
  959. right: 0px;
  960. }
  961. .bottom-0 {
  962. bottom: 0px;
  963. }
  964. .left-0 {
  965. left: 0px;
  966. }
  967. /* top-[3px] */
  968. /* z-[100] */
  969. /* 显示隐藏未脱离文档流 */
  970. .visible {
  971. visibility: visible;
  972. }
  973. .invisible {
  974. visibility: hidden;
  975. }
  976. /* 内边距 */
  977. .p-0 {
  978. padding: 0px;
  979. }
  980. .px-0 {
  981. padding-left: 0px;
  982. padding-right: 0px;
  983. }
  984. .py-0 {
  985. padding-top: 0px;
  986. padding-bottom: 0px;
  987. }
  988. .pt-0 {
  989. padding-top: 0px;
  990. }
  991. .pr-0 {
  992. padding-right: 0px;
  993. }
  994. .pb-0 {
  995. padding-bottom: 0px;
  996. }
  997. .pl-0 {
  998. padding-left: 0px;
  999. }
  1000. /* p-[5px] */
  1001. /* 外边距 */
  1002. .m-0 {
  1003. margin: 0px;
  1004. }
  1005. .mx-0 {
  1006. margin-left: 0px;
  1007. margin-right: 0px;
  1008. }
  1009. .my-0 {
  1010. margin-top: 0px;
  1011. margin-bottom: 0px;
  1012. }
  1013. .mt-0 {
  1014. margin-top: 0px;
  1015. }
  1016. .mr-0 {
  1017. margin-right: 0px;
  1018. }
  1019. .mb-0 {
  1020. margin-bottom: 0px;
  1021. }
  1022. .ml-0 {
  1023. margin-left: 0px;
  1024. }
  1025. /* m-[5px] */
  1026. /* 宽度 */
  1027. .w-full {
  1028. width: 100%;
  1029. }
  1030. .w-screen {
  1031. width: 100vw;
  1032. }
  1033. /* w-[32rem] */
  1034. /* min-w-[50%] */
  1035. /* max-w-[50%] */
  1036. /* 高度 */
  1037. .h-full {
  1038. height: 100%;
  1039. }
  1040. .h-screen {
  1041. height: 100vh;
  1042. }
  1043. /* h-[32rem] */
  1044. /* min-h-[50%] */
  1045. /* max-h-[32rem] */
  1046. /* 字体 */
  1047. .text-xs {
  1048. font-size: 0.75rem; /* 12px */
  1049. line-height: 1rem; /* 16px */
  1050. }
  1051. .text-sm {
  1052. font-size: 0.875rem; /* 14px */
  1053. line-height: 1.25rem; /* 20px */
  1054. }
  1055. .text-base {
  1056. font-size: 1rem; /* 16px */
  1057. line-height: 1.5rem; /* 24px */
  1058. }
  1059. .text-lg {
  1060. font-size: 1.125rem; /* 18px */
  1061. line-height: 1.75rem; /* 28px */
  1062. }
  1063. .text-xl {
  1064. font-size: 1.25rem; /* 20px */
  1065. line-height: 1.75rem; /* 28px */
  1066. }
  1067. .text-2xl {
  1068. font-size: 1.5rem; /* 24px */
  1069. line-height: 2rem; /* 32px */
  1070. }
  1071. .text-3xl {
  1072. font-size: 1.875rem; /* 30px */
  1073. line-height: 2.25rem; /* 36px */
  1074. }
  1075. .text-4xl {
  1076. font-size: 2.25rem; /* 36px */
  1077. line-height: 2.5rem; /* 40px */
  1078. }
  1079. .text-5xl {
  1080. font-size: 3rem; /* 48px */
  1081. line-height: 1;
  1082. }
  1083. .text-6xl {
  1084. font-size: 3.75rem; /* 60px */
  1085. line-height: 1;
  1086. }
  1087. .text-7xl {
  1088. font-size: 4.5rem; /* 72px */
  1089. line-height: 1;
  1090. }
  1091. .text-8xl {
  1092. font-size: 6rem; /* 96px */
  1093. line-height: 1;
  1094. }
  1095. .text-9xl {
  1096. font-size: 8rem; /* 128px */
  1097. line-height: 1;
  1098. }
  1099. /* text-[14px] */
  1100. /* 字体粗细font-weight */
  1101. /* font-[1100] */
  1102. /* https://tailwindcss.com/docs/font-weight */
  1103. /* 字体间距letter-spacing */
  1104. /* tracking-[.25em] */
  1105. /* 行高line-height */
  1106. /* leading-[3rem] */
  1107. /* 无列表样式 */
  1108. .list-none {
  1109. list-style-type: none;
  1110. }
  1111. /* 小圆点 */
  1112. .list-disc {
  1113. list-style-type: disc;
  1114. }
  1115. /* 数字列表 */
  1116. .list-decimal {
  1117. list-style-type: decimal;
  1118. }
  1119. .text-left {
  1120. text-align: left;
  1121. }
  1122. .text-center {
  1123. text-align: center;
  1124. }
  1125. .text-right {
  1126. text-align: right;
  1127. }
  1128. /* 所有文本头尾对齐 */
  1129. .text-justify {
  1130. text-align: justify;
  1131. }
  1132. /* 文本颜色 */
  1133. /* text-[#50d71e] */
  1134. /* https://tailwindcss.com/docs/text-color */
  1135. /* 下划线 */
  1136. .underline {
  1137. text-decoration-line: underline;
  1138. }
  1139. /* 上划线 */
  1140. .overline {
  1141. text-decoration-line: overline;
  1142. }
  1143. /* 中划线 */
  1144. .line-through {
  1145. text-decoration-line: line-through;
  1146. }
  1147. /* 无划线 */
  1148. .no-underline {
  1149. text-decoration-line: none;
  1150. }
  1151. /* 全小写 */
  1152. .lowercase {
  1153. text-transform: lowercase;
  1154. }
  1155. /* 全大写 */
  1156. .uppercase {
  1157. text-transform: uppercase;
  1158. }
  1159. /* 首字母大写 */
  1160. .capitalize {
  1161. text-transform: capitalize;
  1162. }