investHomeGroup.css 24 KB

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