investHomeGroup.css 22 KB

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