index.css 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218
  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%;
  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. .bgTooltip {
  337. overflow: hidden;
  338. padding: 10% 15% !important;
  339. margin: 0 !important;
  340. width: 450px;
  341. height: 250px;
  342. color: #fff;
  343. display: grid;
  344. grid-template-rows: repeat(3, 1fr);
  345. }
  346. .custom-tooltip-box {
  347. padding: 0 !important;
  348. border: none !important;
  349. background-color: transparent !important;
  350. }
  351. .blueIcon {
  352. font-size: 32px !important;
  353. }
  354. .blueIcon::before {
  355. content: '●';
  356. margin-right: 10px;
  357. color: #40a9ff;
  358. }
  359. .bottom-tip {
  360. background: url('../img/center-bottonm.png') no-repeat center left; /*图标路径*/
  361. background-size: 100% 100%;
  362. width: 1600px;
  363. height: 120px;
  364. position: absolute;
  365. bottom: 0;
  366. left: calc(50% - 800px);
  367. }
  368. .svg_box {
  369. transform: rotateX(78deg);
  370. position: absolute;
  371. top: 19.5%;
  372. left: 2.4%;
  373. }
  374. .left5 {
  375. display: grid;
  376. gap: 10px;
  377. grid-template-columns: repeat(2, 1fr);
  378. }
  379. .row-item,
  380. .header-item {
  381. font-size: 20px !important;
  382. }
  383. /* 公共css */
  384. /* 宽高纵横比 */
  385. .font28 {
  386. font-size: 28px;
  387. }
  388. .fb {
  389. font-weight: bold !important;
  390. }
  391. .fn {
  392. font-weight: normal !important;
  393. }
  394. .pointer {
  395. cursor: pointer;
  396. }
  397. i {
  398. font-style: normal !important;
  399. }
  400. .aspect-auto {
  401. aspect-ratio: auto;
  402. }
  403. .aspect-square {
  404. aspect-ratio: 1 / 1;
  405. }
  406. .aspect-video {
  407. aspect-ratio: 16 / 9;
  408. }
  409. /* aspect-[4/3] */
  410. /* 居中 */
  411. .mx-auto {
  412. margin: 0 auto;
  413. }
  414. /* 设置容器内的列数/每列距离 */
  415. .columns-1 {
  416. columns: 1;
  417. }
  418. /* columns-[20px] */
  419. /* 盒子模型 */
  420. .box-border {
  421. box-sizing: border-box;
  422. }
  423. .box-content {
  424. box-sizing: content-box;
  425. }
  426. /* 消失 */
  427. .hidden {
  428. display: none;
  429. }
  430. /* 块级元素 */
  431. .block {
  432. display: block;
  433. }
  434. /* 行内块 */
  435. .inline-block {
  436. display: inline-block;
  437. }
  438. /* 行内元素 */
  439. .inline {
  440. display: inline;
  441. }
  442. /* 弹性布局 */
  443. .flex {
  444. display: flex;
  445. }
  446. /* 主轴起点在左边 */
  447. .flex-row {
  448. flex-direction: row;
  449. }
  450. /* 主轴起点在右边 */
  451. .flex-row-reverse {
  452. flex-direction: row-reverse;
  453. }
  454. /* 主轴竖向排列,在上面 */
  455. .flex-col {
  456. flex-direction: column;
  457. }
  458. /* 主轴竖向排列,在下面 */
  459. .flex-col-reverse {
  460. flex-direction: column-reverse;
  461. }
  462. /* 自动换行 */
  463. .flex-wrap {
  464. flex-wrap: wrap;
  465. }
  466. /* 自动换行下起点 */
  467. .flex-wrap-reverse {
  468. flex-wrap: wrap-reverse;
  469. }
  470. /* 不换行 */
  471. .flex-nowrap {
  472. flex-wrap: nowrap;
  473. }
  474. /* 弹性成长 */
  475. .grow {
  476. flex-grow: 1;
  477. }
  478. /* 不允许弹性成长 */
  479. .grow-0 {
  480. flex-grow: 0;
  481. }
  482. /* 主轴从左开始 */
  483. .justify-start {
  484. justify-content: flex-start;
  485. }
  486. /* 主轴从右开始 */
  487. .justify-end {
  488. justify-content: flex-end;
  489. }
  490. /* 主轴剧中 */
  491. .justify-center {
  492. justify-content: center;
  493. }
  494. /* 主轴两端无间隔 */
  495. .justify-between {
  496. justify-content: space-between;
  497. }
  498. /* 主轴两端有间隔 */
  499. .justify-around {
  500. justify-content: space-around;
  501. }
  502. /* 所有间隔相等 */
  503. .justify-evenly {
  504. justify-content: space-evenly;
  505. }
  506. /* 纵向起点最上方 */
  507. .items-start {
  508. align-items: flex-start;
  509. }
  510. /* 纵向起点最下方 */
  511. .items-end {
  512. align-items: flex-end;
  513. }
  514. .items-center {
  515. align-items: center;
  516. }
  517. /* 网格布局 */
  518. .grid {
  519. display: grid;
  520. }
  521. /* 有几列 */
  522. .grid-cols-4 {
  523. grid-template-columns: repeat(4, minmax(0, 1fr));
  524. grid-template-columns: repeat(4, 1fr);
  525. }
  526. /* 有几行 */
  527. .grid-rows-3 {
  528. grid-template-rows: repeat(3, minmax(0, 1fr));
  529. grid-template-rows: repeat(3, 1fr);
  530. }
  531. /* 容器中的内容上下布局 */
  532. .grid-center {
  533. align-items: center;
  534. }
  535. /* 间距 */
  536. .gap-7 {
  537. gap: 1.75rem;
  538. }
  539. /* 允许弹性成长 */
  540. .shrink {
  541. flex-shrink: 1;
  542. }
  543. /* 不允许弹性成长 */
  544. .shrink-0 {
  545. flex-shrink: 0;
  546. }
  547. /* 不允许成长也不允许收缩 */
  548. .flex-none {
  549. flex: none;
  550. }
  551. /* 浮动布局 */
  552. .float-right {
  553. float: right;
  554. }
  555. .float-left {
  556. float: left;
  557. }
  558. .clear-both {
  559. clear: both;
  560. }
  561. /* 溢出 */
  562. .overflow-auto {
  563. overflow: auto;
  564. }
  565. .overflow-hidden {
  566. overflow: hidden;
  567. }
  568. .overflow-scroll {
  569. overflow: scroll;
  570. }
  571. .overflow-x-auto {
  572. overflow-x: auto;
  573. }
  574. .overflow-y-auto {
  575. overflow-y: auto;
  576. }
  577. /* 定位 */
  578. .fixed {
  579. position: fixed;
  580. }
  581. .absolute {
  582. position: absolute;
  583. }
  584. .relative {
  585. position: relative;
  586. }
  587. .top-0 {
  588. top: 0px;
  589. }
  590. .right-0 {
  591. right: 0px;
  592. }
  593. .bottom-0 {
  594. bottom: 0px;
  595. }
  596. .left-0 {
  597. left: 0px;
  598. }
  599. /* top-[3px] */
  600. /* z-[100] */
  601. /* 显示隐藏未脱离文档流 */
  602. .visible {
  603. visibility: visible;
  604. }
  605. .invisible {
  606. visibility: hidden;
  607. }
  608. /* 内边距 */
  609. .p-0 {
  610. padding: 0px;
  611. }
  612. .px-0 {
  613. padding-left: 0px;
  614. padding-right: 0px;
  615. }
  616. .py-0 {
  617. padding-top: 0px;
  618. padding-bottom: 0px;
  619. }
  620. .pt-0 {
  621. padding-top: 0px;
  622. }
  623. .pr-0 {
  624. padding-right: 0px;
  625. }
  626. .pb-0 {
  627. padding-bottom: 0px;
  628. }
  629. .pl-0 {
  630. padding-left: 0px;
  631. }
  632. /* p-[5px] */
  633. /* 外边距 */
  634. .m-0 {
  635. margin: 0px;
  636. }
  637. .mx-0 {
  638. margin-left: 0px;
  639. margin-right: 0px;
  640. }
  641. .my-0 {
  642. margin-top: 0px;
  643. margin-bottom: 0px;
  644. }
  645. .mt-0 {
  646. margin-top: 0px;
  647. }
  648. .mr-0 {
  649. margin-right: 0px;
  650. }
  651. .mb-0 {
  652. margin-bottom: 0px;
  653. }
  654. .ml-0 {
  655. margin-left: 0px;
  656. }
  657. /* m-[5px] */
  658. /* 宽度 */
  659. .w-full {
  660. width: 100%;
  661. }
  662. .w-screen {
  663. width: 100vw;
  664. }
  665. /* w-[32rem] */
  666. /* min-w-[50%] */
  667. /* max-w-[50%] */
  668. /* 高度 */
  669. .h-full {
  670. height: 100%;
  671. }
  672. .h-screen {
  673. height: 100vh;
  674. }
  675. /* h-[32rem] */
  676. /* min-h-[50%] */
  677. /* max-h-[32rem] */
  678. /* 字体 */
  679. .text-xs {
  680. font-size: 0.75rem; /* 12px */
  681. line-height: 1rem; /* 16px */
  682. }
  683. .text-sm {
  684. font-size: 0.875rem; /* 14px */
  685. line-height: 1.25rem; /* 20px */
  686. }
  687. .text-base {
  688. font-size: 1rem; /* 16px */
  689. line-height: 1.5rem; /* 24px */
  690. }
  691. .text-lg {
  692. font-size: 1.125rem; /* 18px */
  693. line-height: 1.75rem; /* 28px */
  694. }
  695. .text-xl {
  696. font-size: 1.25rem; /* 20px */
  697. line-height: 1.75rem; /* 28px */
  698. }
  699. .text-2xl {
  700. font-size: 1.5rem; /* 24px */
  701. line-height: 2rem; /* 32px */
  702. }
  703. .text-3xl {
  704. font-size: 1.875rem; /* 30px */
  705. line-height: 2.25rem; /* 36px */
  706. }
  707. .text-4xl {
  708. font-size: 2.25rem; /* 36px */
  709. line-height: 2.5rem; /* 40px */
  710. }
  711. .text-5xl {
  712. font-size: 3rem; /* 48px */
  713. line-height: 1;
  714. }
  715. .text-6xl {
  716. font-size: 3.75rem; /* 60px */
  717. line-height: 1;
  718. }
  719. .text-7xl {
  720. font-size: 4.5rem; /* 72px */
  721. line-height: 1;
  722. }
  723. .text-8xl {
  724. font-size: 6rem; /* 96px */
  725. line-height: 1;
  726. }
  727. .text-9xl {
  728. font-size: 8rem; /* 128px */
  729. line-height: 1;
  730. }
  731. /* text-[14px] */
  732. /* 字体粗细font-weight */
  733. /* font-[1100] */
  734. /* https://tailwindcss.com/docs/font-weight */
  735. /* 字体间距letter-spacing */
  736. /* tracking-[.25em] */
  737. /* 行高line-height */
  738. /* leading-[3rem] */
  739. /* 无列表样式 */
  740. .list-none {
  741. list-style-type: none;
  742. }
  743. /* 小圆点 */
  744. .list-disc {
  745. list-style-type: disc;
  746. }
  747. /* 数字列表 */
  748. .list-decimal {
  749. list-style-type: decimal;
  750. }
  751. .text-left {
  752. text-align: left;
  753. }
  754. .text-center {
  755. text-align: center;
  756. }
  757. .text-right {
  758. text-align: right;
  759. }
  760. /* 所有文本头尾对齐 */
  761. .text-justify {
  762. text-align: justify;
  763. }
  764. /* 文本颜色 */
  765. /* text-[#50d71e] */
  766. /* https://tailwindcss.com/docs/text-color */
  767. /* 下划线 */
  768. .underline {
  769. text-decoration-line: underline;
  770. }
  771. /* 上划线 */
  772. .overline {
  773. text-decoration-line: overline;
  774. }
  775. /* 中划线 */
  776. .line-through {
  777. text-decoration-line: line-through;
  778. }
  779. /* 无划线 */
  780. .no-underline {
  781. text-decoration-line: none;
  782. }
  783. /* 全小写 */
  784. .lowercase {
  785. text-transform: lowercase;
  786. }
  787. /* 全大写 */
  788. .uppercase {
  789. text-transform: uppercase;
  790. }
  791. /* 首字母大写 */
  792. .capitalize {
  793. text-transform: capitalize;
  794. }
  795. /* right css start */
  796. .right {
  797. display: grid;
  798. grid-template-rows: 20% 34% 1fr;
  799. gap: 10px;
  800. }
  801. .right .means {
  802. grid-column: 1 / 3;
  803. display: flex;
  804. }
  805. .wrapMeansItem {
  806. display: flex;
  807. justify-content: space-around;
  808. align-items: center;
  809. flex: 1;
  810. }
  811. .meansHead {
  812. font-size: 2rem;
  813. font-family: Source Han Sans CN;
  814. font-weight: 500;
  815. color: #ffffff;
  816. display: flex;
  817. align-items: center;
  818. }
  819. .meansHead img {
  820. width: 3rem;
  821. height: 2.5rem;
  822. margin-right: 1.25rem;
  823. }
  824. .meansWrap {
  825. width: 80%;
  826. display: flex;
  827. flex-direction: column;
  828. }
  829. .itemWid {
  830. width: calc(100% / 8);
  831. height: 100%;
  832. display: flex;
  833. align-items: flex-end;
  834. position: relative;
  835. }
  836. .itemWid2 {
  837. width: calc(100% / 2);
  838. height: 100%;
  839. display: flex;
  840. align-items: flex-end;
  841. position: relative;
  842. }
  843. .itemWid2 img {
  844. position: absolute;
  845. right: -95px;
  846. bottom: 15px;
  847. width: 100px;
  848. }
  849. .itemWid img {
  850. position: absolute;
  851. right: -95px;
  852. bottom: 15px;
  853. width: 120px;
  854. }
  855. .itemBac {
  856. background: url(../img/3.png) no-repeat;
  857. background-size: 100% 100%;
  858. background-position: center;
  859. font-size: 1.75rem;
  860. font-family: Source Han Sans CN;
  861. font-weight: 400;
  862. color: #ffffff;
  863. height: calc(100% - 1.75rem);
  864. width: 100%;
  865. position: relative;
  866. }
  867. .itemBac2 {
  868. background: url(../img/4.png) no-repeat;
  869. background-size: 100% 100%;
  870. background-position: center;
  871. }
  872. .itemBac div {
  873. font-size: 72px;
  874. line-height: 60px;
  875. font-family: Helvetica Neue Extra Black Cond;
  876. font-weight: 400;
  877. color: #68bdff;
  878. position: absolute;
  879. top: 75px;
  880. left: 110px;
  881. display: flex;
  882. align-items: flex-end;
  883. }
  884. .itemBac div p {
  885. font-size: 28px;
  886. line-height: 28px;
  887. margin-left: 10px;
  888. }
  889. .itemBac span {
  890. position: absolute;
  891. bottom: 0;
  892. left: 0;
  893. width: 100%;
  894. text-align: center;
  895. }
  896. .active .itemBac {
  897. background: url(../img/5.png) no-repeat;
  898. background-size: 100% 100%;
  899. }
  900. .active .itemBac span,
  901. .active .itemBac div {
  902. color: #ebde27;
  903. }
  904. .publicTitle {
  905. width: 100%;
  906. height: 100px;
  907. overflow: hidden;
  908. background: url('../img/small-title.png') no-repeat center bottom; /*图标路径*/
  909. background-size: 100% 50%;
  910. display: flex;
  911. align-items: center;
  912. padding-left: 7%;
  913. font-size: 36px;
  914. font-style: oblique;
  915. text-shadow: 2px 3px 1px black;
  916. letter-spacing: 5px;
  917. }
  918. .progressCost {
  919. display: flex;
  920. justify-content: space-between;
  921. align-items: center;
  922. width: 100%;
  923. height: calc(100% - 100% / 7);
  924. overflow: hidden;
  925. padding: 1%;
  926. }
  927. .progressCost .costItem {
  928. width: 30%;
  929. height: 100%;
  930. }
  931. .progressCost .costItem .itemTop {
  932. background: url(../img/70.png) no-repeat;
  933. background-size: 100% 100%;
  934. height: 76%;
  935. display: flex;
  936. flex-direction: column;
  937. justify-content: center;
  938. align-items: center;
  939. }
  940. .itemTop p {
  941. font-size: 1.75rem;
  942. font-family: Source Han Sans CN;
  943. font-weight: 400;
  944. color: #ffffff;
  945. position: relative;
  946. }
  947. .itemTop p::after {
  948. content: '';
  949. width: 0.75rem;
  950. height: 0.75rem;
  951. background: linear-gradient(0deg, #014198, #93ceff);
  952. border-radius: 50%;
  953. position: absolute;
  954. left: -1.25rem;
  955. top: 50%;
  956. transform: translateY(-50%);
  957. }
  958. .itemTop .topDiv {
  959. padding-left: 1.25rem;
  960. min-width: 220px;
  961. }
  962. .costNum {
  963. font-family: Helvetica Neue Extra Black Cond;
  964. font-weight: 400;
  965. color: #68bdff;
  966. display: flex;
  967. align-items: flex-end;
  968. margin-top: 1rem;
  969. font-size: 60px;
  970. line-height: 48px;
  971. font-weight: bold;
  972. color: #68bdff;
  973. }
  974. .costNum span {
  975. font-size: 28px;
  976. line-height: 28px;
  977. margin-left: 0.625rem;
  978. }
  979. .progressCost .costItem .itemBottom {
  980. background: url(../img/71.png) no-repeat;
  981. background-size: 100% 100%;
  982. height: 24%;
  983. display: flex;
  984. align-items: center;
  985. justify-content: space-around;
  986. }
  987. .progressCost .costItem .itemBottom div {
  988. font-size: 2rem;
  989. font-family: Source Han Sans CN;
  990. font-weight: 500;
  991. color: #ffffff;
  992. }
  993. .costItem .itemBottom img {
  994. width: 2rem;
  995. height: 1.625rem;
  996. position: relative;
  997. }
  998. .aniLeft {
  999. animation: identifierl 1s infinite;
  1000. }
  1001. .aniRight {
  1002. animation: identifierr 1s infinite;
  1003. }
  1004. @keyframes identifierl {
  1005. 0% {
  1006. left: 0;
  1007. }
  1008. 50% {
  1009. left: 1.25rem;
  1010. }
  1011. 100% {
  1012. left: 0;
  1013. }
  1014. }
  1015. @keyframes identifierr {
  1016. 0% {
  1017. left: 0;
  1018. }
  1019. 50% {
  1020. left: -1.25rem;
  1021. }
  1022. 100% {
  1023. left: 0;
  1024. }
  1025. }
  1026. .invest {
  1027. display: flex;
  1028. justify-content: space-around;
  1029. align-items: center;
  1030. height: calc(100% - 100% / 7);
  1031. }
  1032. .invest .lp {
  1033. width: 53%;
  1034. height: calc(100% - 2rem);
  1035. display: flex;
  1036. align-items: center;
  1037. position: relative;
  1038. background: url(../img/10.png) no-repeat;
  1039. background-size: contain;
  1040. background-position: center;
  1041. margin: 1rem 0;
  1042. }
  1043. .lp img {
  1044. position: absolute;
  1045. width: 100px;
  1046. height: 100px;
  1047. top: 50%;
  1048. left: 50%;
  1049. transform: translate(-50%, -50%);
  1050. }
  1051. .quan {
  1052. width: 150px;
  1053. height: 150px;
  1054. border: 1px dashed #66bbfc;
  1055. border-radius: 50%;
  1056. position: absolute;
  1057. left: 50%;
  1058. top: 50%;
  1059. transform: translate(-50%, -50%);
  1060. }
  1061. .bigq {
  1062. width: 420px;
  1063. height: 420px;
  1064. border: 1px dashed #66bbfc;
  1065. border-radius: 50%;
  1066. position: absolute;
  1067. left: 50%;
  1068. top: 50%;
  1069. transform: translate(-50%, -50%);
  1070. }
  1071. .invest .lp .plItem {
  1072. position: absolute;
  1073. top: 0;
  1074. width: 100%;
  1075. height: 100%;
  1076. font-size: 28px;
  1077. line-height: 28px;
  1078. font-family: Source Han Sans CN;
  1079. font-weight: bold;
  1080. color: #68bdff;
  1081. transform-origin: center center;
  1082. background: url(../img/11.png) no-repeat;
  1083. background-size: contain;
  1084. background-position: center;
  1085. transition: 0.5s;
  1086. }
  1087. .plItem .active {
  1088. color: #ebde27;
  1089. }
  1090. .invest .lp .plItem div {
  1091. position: absolute;
  1092. left: 130px;
  1093. top: 50%;
  1094. transform-origin: 200px 50%;
  1095. cursor: pointer;
  1096. }
  1097. .investInfoWrap {
  1098. display: flex;
  1099. flex-direction: column;
  1100. justify-content: space-around;
  1101. padding: 2.375rem 0;
  1102. height: 100%;
  1103. }
  1104. .investInfoWrap .investInfo {
  1105. font-size: 28px;
  1106. line-height: 28px;
  1107. font-family: Source Han Sans CN;
  1108. font-weight: 400;
  1109. color: #ffffff;
  1110. display: flex;
  1111. align-items: flex-end;
  1112. position: relative;
  1113. padding-left: 20px;
  1114. }
  1115. .investInfoWrap .investInfo::after {
  1116. content: '';
  1117. width: 20px;
  1118. height: 20px;
  1119. border: 4px solid #68bdff;
  1120. border-radius: 50%;
  1121. position: absolute;
  1122. top: 50%;
  1123. transform: translateY(-50%);
  1124. left: -10px;
  1125. }
  1126. .investInfoWrap .investInfo span {
  1127. font-size: 40px;
  1128. line-height: 31px;
  1129. display: inline-block;
  1130. font-family: Helvetica Neue Extra Black Cond;
  1131. font-weight: 400;
  1132. color: #68bdff;
  1133. margin: 0 16px;
  1134. }
  1135. .echartsWrap {
  1136. height: calc(100% - 100% / 7);
  1137. }
  1138. .projectRisk {
  1139. display: grid;
  1140. grid-template-columns: repeat(2, 1fr);
  1141. grid-template-rows: repeat(2, 1fr);
  1142. gap: 10px;
  1143. width: 100%;
  1144. height: calc(100% - 100% / 7);
  1145. }
  1146. .projectRisk .riskWrap {
  1147. height: 100%;
  1148. width: 100%;
  1149. }
  1150. .projectRisk .longRisk {
  1151. grid-column: 1 / 3;
  1152. }
  1153. .shareholding {
  1154. flex: 1;
  1155. display: flex;
  1156. flex-direction: column;
  1157. }
  1158. /* right css end */