investHomeGroup.css 22 KB

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