investHomeGroup.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278
  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: #092853;
  751. padding: 20px 20px;
  752. font-size: 30px;
  753. border-radius: 15px;
  754. }
  755. .tip2-list > div {
  756. width: 100%;
  757. height: 100%;
  758. display: flex;
  759. justify-content: space-between;
  760. align-items: center;
  761. }
  762. .tip2-list > div:nth-child(2),
  763. .tip2-list > div:nth-child(4) {
  764. border-top: 1px solid #69c0ff;
  765. border-bottom: 1px solid #69c0ff;
  766. }
  767. .total3 {
  768. bottom: 15%;
  769. }
  770. .total {
  771. text-align: center;
  772. position: absolute;
  773. display: flex;
  774. align-items: center;
  775. justify-content: center;
  776. height: 350px;
  777. bottom: 0;
  778. font-size: 30px;
  779. font-weight: bold;
  780. color: #69c0ff;
  781. z-index: 999;
  782. width: 100%;
  783. }
  784. .productTip{
  785. /* height: ; */
  786. height: 1800px !important;
  787. width: 3000px !important;
  788. top: calc( 50% - 900px);
  789. left: calc( 50% - 1500px );
  790. z-index: 99999999999 !important;
  791. }
  792. .productPoptitle{
  793. font-size: 40px !important;
  794. top: 80px !important;
  795. }
  796. .productTip .row-item,.productTip .header-item{
  797. font-size: 30px !important;
  798. }
  799. .ballLight{
  800. width: 110px;
  801. height: auto;
  802. z-index: 999 !important;
  803. left: 170px;
  804. top: 80px;
  805. }
  806. .ballLight2{
  807. width: 150px;
  808. height: auto;
  809. z-index: 999 !important;
  810. left: 170px;
  811. top: 190px;
  812. }
  813. .ss{
  814. width: 100px !important;
  815. height: 100px !important;
  816. background-color: #32edaa !important;
  817. color: yellow !important;
  818. }
  819. /* 公共css */
  820. /* 宽高纵横比 */
  821. i{
  822. font-style:normal !important;
  823. }
  824. .aspect-auto {
  825. aspect-ratio: auto;
  826. }
  827. .aspect-square {
  828. aspect-ratio: 1 / 1;
  829. }
  830. .aspect-video {
  831. aspect-ratio: 16 / 9;
  832. }
  833. /* aspect-[4/3] */
  834. /* 居中 */
  835. .mx-auto {
  836. margin: 0 auto;
  837. }
  838. /* 设置容器内的列数/每列距离 */
  839. .columns-1 {
  840. columns: 1;
  841. }
  842. /* columns-[20px] */
  843. /* 盒子模型 */
  844. .box-border {
  845. box-sizing: border-box;
  846. }
  847. .box-content {
  848. box-sizing: content-box;
  849. }
  850. /* 消失 */
  851. .hidden {
  852. display: none;
  853. }
  854. /* 块级元素 */
  855. .block {
  856. display: block;
  857. }
  858. /* 行内块 */
  859. .inline-block {
  860. display: inline-block;
  861. }
  862. /* 行内元素 */
  863. .inline {
  864. display: inline;
  865. }
  866. /* 弹性布局 */
  867. .flex {
  868. display: flex;
  869. }
  870. /* 主轴起点在左边 */
  871. .flex-row {
  872. flex-direction: row;
  873. }
  874. /* 主轴起点在右边 */
  875. .flex-row-reverse {
  876. flex-direction: row-reverse;
  877. }
  878. /* 主轴竖向排列,在上面 */
  879. .flex-col {
  880. flex-direction: column;
  881. }
  882. /* 主轴竖向排列,在下面 */
  883. .flex-col-reverse {
  884. flex-direction: column-reverse;
  885. }
  886. /* 自动换行 */
  887. .flex-wrap {
  888. flex-wrap: wrap;
  889. }
  890. /* 自动换行下起点 */
  891. .flex-wrap-reverse {
  892. flex-wrap: wrap-reverse;
  893. }
  894. /* 不换行 */
  895. .flex-nowrap {
  896. flex-wrap: nowrap;
  897. }
  898. /* 弹性成长 */
  899. .grow {
  900. flex-grow: 1;
  901. }
  902. /* 不允许弹性成长 */
  903. .grow-0 {
  904. flex-grow: 0;
  905. }
  906. /* 主轴从左开始 */
  907. .justify-start {
  908. justify-content: flex-start;
  909. }
  910. /* 主轴从右开始 */
  911. .justify-end {
  912. justify-content: flex-end;
  913. }
  914. /* 主轴剧中 */
  915. .justify-center {
  916. justify-content: center;
  917. }
  918. /* 主轴两端无间隔 */
  919. .justify-between {
  920. justify-content: space-between;
  921. }
  922. /* 主轴两端有间隔 */
  923. .justify-around {
  924. justify-content: space-around;
  925. }
  926. /* 所有间隔相等 */
  927. .justify-evenly {
  928. justify-content: space-evenly;
  929. }
  930. /* 纵向起点最上方 */
  931. .items-start {
  932. align-items: flex-start;
  933. }
  934. /* 纵向起点最下方 */
  935. .items-end {
  936. align-items: flex-end;
  937. }
  938. .items-center {
  939. align-items: center;
  940. }
  941. /* 网格布局 */
  942. .grid {
  943. display: grid;
  944. }
  945. /* 有几列 */
  946. .grid-cols-4 {
  947. grid-template-columns: repeat(4, minmax(0, 1fr));
  948. grid-template-columns: repeat(4, 1fr);
  949. }
  950. /* 有几行 */
  951. .grid-rows-3 {
  952. grid-template-rows: repeat(3, minmax(0, 1fr));
  953. grid-template-rows: repeat(3, 1fr);
  954. }
  955. /* 容器中的内容上下布局 */
  956. .grid-center {
  957. align-items: center;
  958. }
  959. /* 间距 */
  960. .gap-7 {
  961. gap: 1.75rem;
  962. }
  963. /* 允许弹性成长 */
  964. .shrink {
  965. flex-shrink: 1;
  966. }
  967. /* 不允许弹性成长 */
  968. .shrink-0 {
  969. flex-shrink: 0;
  970. }
  971. /* 不允许成长也不允许收缩 */
  972. .flex-none {
  973. flex: none;
  974. }
  975. /* 浮动布局 */
  976. .float-right {
  977. float: right;
  978. }
  979. .float-left {
  980. float: left;
  981. }
  982. .clear-both {
  983. clear: both;
  984. }
  985. /* 溢出 */
  986. .overflow-auto {
  987. overflow: auto;
  988. }
  989. .overflow-hidden {
  990. overflow: hidden;
  991. }
  992. .overflow-scroll {
  993. overflow: scroll;
  994. }
  995. .overflow-x-auto {
  996. overflow-x: auto;
  997. }
  998. .overflow-y-auto {
  999. overflow-y: auto;
  1000. }
  1001. .arrow1{
  1002. width: 100%;
  1003. height: 10%;
  1004. z-index: 99999;
  1005. top:46%;
  1006. }
  1007. .arrow1>div:nth-child(1){
  1008. width: 50px;
  1009. height: 0px;
  1010. border-bottom: 1px solid #fff;
  1011. top: 75.7%;
  1012. left: 5.5%;
  1013. }
  1014. .arrow1>i{
  1015. font-size: 30px;
  1016. }
  1017. .arrow1>i:nth-child(2){
  1018. top: 51.1%;
  1019. left: 17%;
  1020. }
  1021. .arrow1>i:nth-child(3){
  1022. top: 51.1%;
  1023. left: 27%;
  1024. }
  1025. .arrow1>i:nth-child(4){
  1026. top: 51.1%;
  1027. left: 36.5%;
  1028. }
  1029. .arrow1>div:nth-child(5){
  1030. width: 50px;
  1031. height: 0px;
  1032. border-bottom: 1px solid #fff;
  1033. top: 75.7%;
  1034. left: 54.5%;
  1035. }
  1036. .arrow1>i:nth-child(6){
  1037. top: 51.1%;
  1038. left: 66.2%;
  1039. }
  1040. .arrow1>i:nth-child(7){
  1041. top: 51.1%;
  1042. left: 76%;
  1043. }
  1044. .arrow1>i:nth-child(8){
  1045. top: 51.1%;
  1046. left: 85.5%;
  1047. }
  1048. /* 定位 */
  1049. .fixed {
  1050. position: fixed;
  1051. }
  1052. .absolute {
  1053. position: absolute;
  1054. }
  1055. .relative {
  1056. position: relative;
  1057. }
  1058. .top-0 {
  1059. top: 0px;
  1060. }
  1061. .right-0 {
  1062. right: 0px;
  1063. }
  1064. .bottom-0 {
  1065. bottom: 0px;
  1066. }
  1067. .left-0 {
  1068. left: 0px;
  1069. }
  1070. /* top-[3px] */
  1071. /* z-[100] */
  1072. /* 显示隐藏未脱离文档流 */
  1073. .visible {
  1074. visibility: visible;
  1075. }
  1076. .invisible {
  1077. visibility: hidden;
  1078. }
  1079. /* 内边距 */
  1080. .p-0 {
  1081. padding: 0px;
  1082. }
  1083. .px-0 {
  1084. padding-left: 0px;
  1085. padding-right: 0px;
  1086. }
  1087. .py-0 {
  1088. padding-top: 0px;
  1089. padding-bottom: 0px;
  1090. }
  1091. .pt-0 {
  1092. padding-top: 0px;
  1093. }
  1094. .pr-0 {
  1095. padding-right: 0px;
  1096. }
  1097. .pb-0 {
  1098. padding-bottom: 0px;
  1099. }
  1100. .pl-0 {
  1101. padding-left: 0px;
  1102. }
  1103. /* p-[5px] */
  1104. /* 外边距 */
  1105. .m-0 {
  1106. margin: 0px;
  1107. }
  1108. .mx-0 {
  1109. margin-left: 0px;
  1110. margin-right: 0px;
  1111. }
  1112. .my-0 {
  1113. margin-top: 0px;
  1114. margin-bottom: 0px;
  1115. }
  1116. .mt-0 {
  1117. margin-top: 0px;
  1118. }
  1119. .mr-0 {
  1120. margin-right: 0px;
  1121. }
  1122. .mb-0 {
  1123. margin-bottom: 0px;
  1124. }
  1125. .ml-0 {
  1126. margin-left: 0px;
  1127. }
  1128. /* m-[5px] */
  1129. /* 宽度 */
  1130. .w-full {
  1131. width: 100%;
  1132. }
  1133. .w-screen {
  1134. width: 100vw;
  1135. }
  1136. /* w-[32rem] */
  1137. /* min-w-[50%] */
  1138. /* max-w-[50%] */
  1139. /* 高度 */
  1140. .h-full {
  1141. height: 100%;
  1142. }
  1143. .h-screen {
  1144. height: 100vh;
  1145. }
  1146. /* h-[32rem] */
  1147. /* min-h-[50%] */
  1148. /* max-h-[32rem] */
  1149. /* 字体 */
  1150. .text-xs {
  1151. font-size: 0.75rem; /* 12px */
  1152. line-height: 1rem; /* 16px */
  1153. }
  1154. .text-sm {
  1155. font-size: 0.875rem; /* 14px */
  1156. line-height: 1.25rem; /* 20px */
  1157. }
  1158. .text-base {
  1159. font-size: 1rem; /* 16px */
  1160. line-height: 1.5rem; /* 24px */
  1161. }
  1162. .text-lg {
  1163. font-size: 1.125rem; /* 18px */
  1164. line-height: 1.75rem; /* 28px */
  1165. }
  1166. .text-xl {
  1167. font-size: 1.25rem; /* 20px */
  1168. line-height: 1.75rem; /* 28px */
  1169. }
  1170. .text-2xl {
  1171. font-size: 1.5rem; /* 24px */
  1172. line-height: 2rem; /* 32px */
  1173. }
  1174. .text-3xl {
  1175. font-size: 1.875rem; /* 30px */
  1176. line-height: 2.25rem; /* 36px */
  1177. }
  1178. .text-4xl {
  1179. font-size: 2.25rem; /* 36px */
  1180. line-height: 2.5rem; /* 40px */
  1181. }
  1182. .text-5xl {
  1183. font-size: 3rem; /* 48px */
  1184. line-height: 1;
  1185. }
  1186. .text-6xl {
  1187. font-size: 3.75rem; /* 60px */
  1188. line-height: 1;
  1189. }
  1190. .text-7xl {
  1191. font-size: 4.5rem; /* 72px */
  1192. line-height: 1;
  1193. }
  1194. .text-8xl {
  1195. font-size: 6rem; /* 96px */
  1196. line-height: 1;
  1197. }
  1198. .text-9xl {
  1199. font-size: 8rem; /* 128px */
  1200. line-height: 1;
  1201. }
  1202. /* text-[14px] */
  1203. /* 字体粗细font-weight */
  1204. /* font-[1100] */
  1205. /* https://tailwindcss.com/docs/font-weight */
  1206. /* 字体间距letter-spacing */
  1207. /* tracking-[.25em] */
  1208. /* 行高line-height */
  1209. /* leading-[3rem] */
  1210. /* 无列表样式 */
  1211. .list-none {
  1212. list-style-type: none;
  1213. }
  1214. /* 小圆点 */
  1215. .list-disc {
  1216. list-style-type: disc;
  1217. }
  1218. /* 数字列表 */
  1219. .list-decimal {
  1220. list-style-type: decimal;
  1221. }
  1222. .text-left {
  1223. text-align: left;
  1224. }
  1225. .text-center {
  1226. text-align: center;
  1227. }
  1228. .text-right {
  1229. text-align: right;
  1230. }
  1231. /* 所有文本头尾对齐 */
  1232. .text-justify {
  1233. text-align: justify;
  1234. }
  1235. /* 文本颜色 */
  1236. /* text-[#50d71e] */
  1237. /* https://tailwindcss.com/docs/text-color */
  1238. /* 下划线 */
  1239. .underline {
  1240. text-decoration-line: underline;
  1241. }
  1242. /* 上划线 */
  1243. .overline {
  1244. text-decoration-line: overline;
  1245. }
  1246. /* 中划线 */
  1247. .line-through {
  1248. text-decoration-line: line-through;
  1249. }
  1250. /* 无划线 */
  1251. .no-underline {
  1252. text-decoration-line: none;
  1253. }
  1254. /* 全小写 */
  1255. .lowercase {
  1256. text-transform: lowercase;
  1257. }
  1258. /* 全大写 */
  1259. .uppercase {
  1260. text-transform: uppercase;
  1261. }
  1262. /* 首字母大写 */
  1263. .capitalize {
  1264. text-transform: capitalize;
  1265. }