investHomeGroup.css 21 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168
  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: 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. 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: 600;
  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: #40a9ff;
  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: 600;
  406. align-items: center;
  407. justify-content: center;
  408. background-color: rgba(18, 61, 98, 0.6);
  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: #40a9ff;
  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: 26px;
  434. color: #e1e3ef;
  435. }
  436. .CenterBox .box > div span {
  437. display: inline-block;
  438. font-size: 34px;
  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: #40a9ff;
  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: 600;
  492. color: #40a9ff;
  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: #40a9ff;
  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 {
  592. display: grid;
  593. grid-template-columns: repeat(3, 1fr);
  594. gap: 10px;
  595. padding: 20px !important;
  596. }
  597. .RightBox .center-l > div {
  598. background: url('../groupImg/center-left-list-back.png') no-repeat;
  599. background-size: 100% 100%;
  600. text-align: center;
  601. padding: 10%;
  602. }
  603. .RightBox .center-l-title {
  604. width: 100%;
  605. height: 10%;
  606. margin-top: 15%;
  607. font-size: 30px;
  608. font-weight: bold;
  609. }
  610. .RightBox .center-l-list {
  611. height: 30%;
  612. margin: 15% 0;
  613. background: url('../groupImg/project.png') no-repeat center;
  614. background-size: 100% auto;
  615. font-size: 26px;
  616. }
  617. .RightBox .center-l-list2 {
  618. height: 30%;
  619. background: url('../groupImg/pin.png') no-repeat center;
  620. background-size: 100% auto;
  621. font-size: 26px;
  622. }
  623. .RightBox .right-br {
  624. display: grid;
  625. gap: 10px;
  626. grid-template-rows: repeat(2, 1fr);
  627. }
  628. .RightBox .right-brt {
  629. display: grid;
  630. gap: 10px;
  631. grid-template-columns: repeat(2, 1fr);
  632. }
  633. .RightBox .flotage {
  634. width: 220px;
  635. height: 100px;
  636. background-color: rgba(70, 78, 87, 0.5);
  637. display: flex;
  638. flex-direction: column;
  639. justify-content: space-around;
  640. padding: 10px;
  641. /* border: 1px solid #557e81; */
  642. top: 15px;
  643. border-radius: 5px;
  644. transition: all 0.2s;
  645. }
  646. .tip-box {
  647. position: absolute;
  648. width: 2000px !important;
  649. height: 1400px !important;
  650. top: calc(50% - 700px);
  651. left: calc(50% - 1000px);
  652. background: url('../groupImg/popup.png') no-repeat center;
  653. background-color: #133b65;
  654. background-size: 100% 100%;
  655. padding: 200px 100px 100px 100px;
  656. border-radius: 55px;
  657. z-index: 9999999999;
  658. }
  659. .titleImg {
  660. width: 100%;
  661. height: 100%;
  662. border-radius: 10px;
  663. }
  664. .popLeft,
  665. .popright {
  666. height: 90%;
  667. width: 50%;
  668. }
  669. .popright {
  670. right: 0;
  671. }
  672. .poptitle{
  673. top:60px;
  674. left: calc(50% - 210px);
  675. width: 400px;
  676. text-align: center;
  677. font-size: 30px;
  678. font-weight: bolder;
  679. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  680. -webkit-background-clip: text;
  681. -webkit-text-fill-color: transparent;
  682. }
  683. .doubleTip{
  684. display: grid;
  685. grid-template-rows: repeat(2, 1fr);
  686. gap: 10px;
  687. }
  688. .tip2 {
  689. width: 100%;
  690. height: 100%;
  691. display: grid;
  692. grid-template-columns: 60% 40%;
  693. /* grid-template-rows: 1fr 1fr; */
  694. grid-gap: 10px;
  695. }
  696. .tip-down {
  697. position: absolute;
  698. top:10px;
  699. right: 30px;
  700. width: 50px;
  701. text-align: center;
  702. height: 50px;
  703. line-height: 50px;
  704. cursor: pointer;
  705. font-size: 60px;
  706. }
  707. .row-item,.header-item{
  708. font-size: 20px !important;
  709. }
  710. .tip2-list {
  711. height: 100%;
  712. display: grid;
  713. grid-template-rows: repeat(5, minmax(0, 1fr));
  714. background-color: #04224c;
  715. padding: 20px 20px;
  716. font-size: 30px;
  717. }
  718. .tip2-list > div {
  719. width: 100%;
  720. height: 100%;
  721. display: flex;
  722. justify-content: space-between;
  723. align-items: center;
  724. }
  725. .tip2-list > div:nth-child(2),
  726. .tip2-list > div:nth-child(4) {
  727. border-top: 1px solid #69c0ff;
  728. border-bottom: 1px solid #69c0ff;
  729. }
  730. .total3 {
  731. bottom: 15%;
  732. }
  733. .total {
  734. text-align: center;
  735. position: absolute;
  736. left: calc(50% - 150px);
  737. bottom: 15%;
  738. font-size: 30px;
  739. font-weight: bold;
  740. color: #2cb7e0;
  741. }
  742. .productTip{
  743. /* height: ; */
  744. height: 1800px !important;
  745. width: 3000px !important;
  746. top: calc( 50% - 900px);
  747. left: calc( 50% - 1500px );
  748. z-index: 99999999999 !important;
  749. }
  750. .productPoptitle{
  751. font-size: 40px !important;
  752. top: 80px !important;
  753. }
  754. .productTip .row-item,.productTip .header-item{
  755. font-size: 30px !important;
  756. }
  757. /* 公共css */
  758. /* 宽高纵横比 */
  759. .aspect-auto {
  760. aspect-ratio: auto;
  761. }
  762. .aspect-square {
  763. aspect-ratio: 1 / 1;
  764. }
  765. .aspect-video {
  766. aspect-ratio: 16 / 9;
  767. }
  768. /* aspect-[4/3] */
  769. /* 居中 */
  770. .mx-auto {
  771. margin: 0 auto;
  772. }
  773. /* 设置容器内的列数/每列距离 */
  774. .columns-1 {
  775. columns: 1;
  776. }
  777. /* columns-[20px] */
  778. /* 盒子模型 */
  779. .box-border {
  780. box-sizing: border-box;
  781. }
  782. .box-content {
  783. box-sizing: content-box;
  784. }
  785. /* 消失 */
  786. .hidden {
  787. display: none;
  788. }
  789. /* 块级元素 */
  790. .block {
  791. display: block;
  792. }
  793. /* 行内块 */
  794. .inline-block {
  795. display: inline-block;
  796. }
  797. /* 行内元素 */
  798. .inline {
  799. display: inline;
  800. }
  801. /* 弹性布局 */
  802. .flex {
  803. display: flex;
  804. }
  805. /* 主轴起点在左边 */
  806. .flex-row {
  807. flex-direction: row;
  808. }
  809. /* 主轴起点在右边 */
  810. .flex-row-reverse {
  811. flex-direction: row-reverse;
  812. }
  813. /* 主轴竖向排列,在上面 */
  814. .flex-col {
  815. flex-direction: column;
  816. }
  817. /* 主轴竖向排列,在下面 */
  818. .flex-col-reverse {
  819. flex-direction: column-reverse;
  820. }
  821. /* 自动换行 */
  822. .flex-wrap {
  823. flex-wrap: wrap;
  824. }
  825. /* 自动换行下起点 */
  826. .flex-wrap-reverse {
  827. flex-wrap: wrap-reverse;
  828. }
  829. /* 不换行 */
  830. .flex-nowrap {
  831. flex-wrap: nowrap;
  832. }
  833. /* 弹性成长 */
  834. .grow {
  835. flex-grow: 1;
  836. }
  837. /* 不允许弹性成长 */
  838. .grow-0 {
  839. flex-grow: 0;
  840. }
  841. /* 主轴从左开始 */
  842. .justify-start {
  843. justify-content: flex-start;
  844. }
  845. /* 主轴从右开始 */
  846. .justify-end {
  847. justify-content: flex-end;
  848. }
  849. /* 主轴剧中 */
  850. .justify-center {
  851. justify-content: center;
  852. }
  853. /* 主轴两端无间隔 */
  854. .justify-between {
  855. justify-content: space-between;
  856. }
  857. /* 主轴两端有间隔 */
  858. .justify-around {
  859. justify-content: space-around;
  860. }
  861. /* 所有间隔相等 */
  862. .justify-evenly {
  863. justify-content: space-evenly;
  864. }
  865. /* 纵向起点最上方 */
  866. .items-start {
  867. align-items: flex-start;
  868. }
  869. /* 纵向起点最下方 */
  870. .items-end {
  871. align-items: flex-end;
  872. }
  873. .items-center {
  874. align-items: center;
  875. }
  876. /* 网格布局 */
  877. .grid {
  878. display: grid;
  879. }
  880. /* 有几列 */
  881. .grid-cols-4 {
  882. grid-template-columns: repeat(4, minmax(0, 1fr));
  883. grid-template-columns: repeat(4, 1fr);
  884. }
  885. /* 有几行 */
  886. .grid-rows-3 {
  887. grid-template-rows: repeat(3, minmax(0, 1fr));
  888. grid-template-rows: repeat(3, 1fr);
  889. }
  890. /* 容器中的内容上下布局 */
  891. .grid-center {
  892. align-items: center;
  893. }
  894. /* 间距 */
  895. .gap-7 {
  896. gap: 1.75rem;
  897. }
  898. /* 允许弹性成长 */
  899. .shrink {
  900. flex-shrink: 1;
  901. }
  902. /* 不允许弹性成长 */
  903. .shrink-0 {
  904. flex-shrink: 0;
  905. }
  906. /* 不允许成长也不允许收缩 */
  907. .flex-none {
  908. flex: none;
  909. }
  910. /* 浮动布局 */
  911. .float-right {
  912. float: right;
  913. }
  914. .float-left {
  915. float: left;
  916. }
  917. .clear-both {
  918. clear: both;
  919. }
  920. /* 溢出 */
  921. .overflow-auto {
  922. overflow: auto;
  923. }
  924. .overflow-hidden {
  925. overflow: hidden;
  926. }
  927. .overflow-scroll {
  928. overflow: scroll;
  929. }
  930. .overflow-x-auto {
  931. overflow-x: auto;
  932. }
  933. .overflow-y-auto {
  934. overflow-y: auto;
  935. }
  936. /* 定位 */
  937. .fixed {
  938. position: fixed;
  939. }
  940. .absolute {
  941. position: absolute;
  942. }
  943. .relative {
  944. position: relative;
  945. }
  946. .top-0 {
  947. top: 0px;
  948. }
  949. .right-0 {
  950. right: 0px;
  951. }
  952. .bottom-0 {
  953. bottom: 0px;
  954. }
  955. .left-0 {
  956. left: 0px;
  957. }
  958. /* top-[3px] */
  959. /* z-[100] */
  960. /* 显示隐藏未脱离文档流 */
  961. .visible {
  962. visibility: visible;
  963. }
  964. .invisible {
  965. visibility: hidden;
  966. }
  967. /* 内边距 */
  968. .p-0 {
  969. padding: 0px;
  970. }
  971. .px-0 {
  972. padding-left: 0px;
  973. padding-right: 0px;
  974. }
  975. .py-0 {
  976. padding-top: 0px;
  977. padding-bottom: 0px;
  978. }
  979. .pt-0 {
  980. padding-top: 0px;
  981. }
  982. .pr-0 {
  983. padding-right: 0px;
  984. }
  985. .pb-0 {
  986. padding-bottom: 0px;
  987. }
  988. .pl-0 {
  989. padding-left: 0px;
  990. }
  991. /* p-[5px] */
  992. /* 外边距 */
  993. .m-0 {
  994. margin: 0px;
  995. }
  996. .mx-0 {
  997. margin-left: 0px;
  998. margin-right: 0px;
  999. }
  1000. .my-0 {
  1001. margin-top: 0px;
  1002. margin-bottom: 0px;
  1003. }
  1004. .mt-0 {
  1005. margin-top: 0px;
  1006. }
  1007. .mr-0 {
  1008. margin-right: 0px;
  1009. }
  1010. .mb-0 {
  1011. margin-bottom: 0px;
  1012. }
  1013. .ml-0 {
  1014. margin-left: 0px;
  1015. }
  1016. /* m-[5px] */
  1017. /* 宽度 */
  1018. .w-full {
  1019. width: 100%;
  1020. }
  1021. .w-screen {
  1022. width: 100vw;
  1023. }
  1024. /* w-[32rem] */
  1025. /* min-w-[50%] */
  1026. /* max-w-[50%] */
  1027. /* 高度 */
  1028. .h-full {
  1029. height: 100%;
  1030. }
  1031. .h-screen {
  1032. height: 100vh;
  1033. }
  1034. /* h-[32rem] */
  1035. /* min-h-[50%] */
  1036. /* max-h-[32rem] */
  1037. /* 字体 */
  1038. .text-xs {
  1039. font-size: 0.75rem; /* 12px */
  1040. line-height: 1rem; /* 16px */
  1041. }
  1042. .text-sm {
  1043. font-size: 0.875rem; /* 14px */
  1044. line-height: 1.25rem; /* 20px */
  1045. }
  1046. .text-base {
  1047. font-size: 1rem; /* 16px */
  1048. line-height: 1.5rem; /* 24px */
  1049. }
  1050. .text-lg {
  1051. font-size: 1.125rem; /* 18px */
  1052. line-height: 1.75rem; /* 28px */
  1053. }
  1054. .text-xl {
  1055. font-size: 1.25rem; /* 20px */
  1056. line-height: 1.75rem; /* 28px */
  1057. }
  1058. .text-2xl {
  1059. font-size: 1.5rem; /* 24px */
  1060. line-height: 2rem; /* 32px */
  1061. }
  1062. .text-3xl {
  1063. font-size: 1.875rem; /* 30px */
  1064. line-height: 2.25rem; /* 36px */
  1065. }
  1066. .text-4xl {
  1067. font-size: 2.25rem; /* 36px */
  1068. line-height: 2.5rem; /* 40px */
  1069. }
  1070. .text-5xl {
  1071. font-size: 3rem; /* 48px */
  1072. line-height: 1;
  1073. }
  1074. .text-6xl {
  1075. font-size: 3.75rem; /* 60px */
  1076. line-height: 1;
  1077. }
  1078. .text-7xl {
  1079. font-size: 4.5rem; /* 72px */
  1080. line-height: 1;
  1081. }
  1082. .text-8xl {
  1083. font-size: 6rem; /* 96px */
  1084. line-height: 1;
  1085. }
  1086. .text-9xl {
  1087. font-size: 8rem; /* 128px */
  1088. line-height: 1;
  1089. }
  1090. /* text-[14px] */
  1091. /* 字体粗细font-weight */
  1092. /* font-[1100] */
  1093. /* https://tailwindcss.com/docs/font-weight */
  1094. /* 字体间距letter-spacing */
  1095. /* tracking-[.25em] */
  1096. /* 行高line-height */
  1097. /* leading-[3rem] */
  1098. /* 无列表样式 */
  1099. .list-none {
  1100. list-style-type: none;
  1101. }
  1102. /* 小圆点 */
  1103. .list-disc {
  1104. list-style-type: disc;
  1105. }
  1106. /* 数字列表 */
  1107. .list-decimal {
  1108. list-style-type: decimal;
  1109. }
  1110. .text-left {
  1111. text-align: left;
  1112. }
  1113. .text-center {
  1114. text-align: center;
  1115. }
  1116. .text-right {
  1117. text-align: right;
  1118. }
  1119. /* 所有文本头尾对齐 */
  1120. .text-justify {
  1121. text-align: justify;
  1122. }
  1123. /* 文本颜色 */
  1124. /* text-[#50d71e] */
  1125. /* https://tailwindcss.com/docs/text-color */
  1126. /* 下划线 */
  1127. .underline {
  1128. text-decoration-line: underline;
  1129. }
  1130. /* 上划线 */
  1131. .overline {
  1132. text-decoration-line: overline;
  1133. }
  1134. /* 中划线 */
  1135. .line-through {
  1136. text-decoration-line: line-through;
  1137. }
  1138. /* 无划线 */
  1139. .no-underline {
  1140. text-decoration-line: none;
  1141. }
  1142. /* 全小写 */
  1143. .lowercase {
  1144. text-transform: lowercase;
  1145. }
  1146. /* 全大写 */
  1147. .uppercase {
  1148. text-transform: uppercase;
  1149. }
  1150. /* 首字母大写 */
  1151. .capitalize {
  1152. text-transform: capitalize;
  1153. }