investHomeGroup.css 23 KB

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