investHomeGroup.css 25 KB

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