index.css 21 KB

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