index.css 21 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226
  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: 75%;
  830. display: flex;
  831. flex-direction: column;
  832. }
  833. .itemWid {
  834. width: calc(100% / 6);
  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: -70px;
  850. bottom: 15px;
  851. width: 120px;
  852. }
  853. .itemWid img {
  854. position: absolute;
  855. right: -65px;
  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: bold;
  881. color: #68bdff;
  882. position: absolute;
  883. top: 75px;
  884. left: 148px;
  885. display: flex;
  886. align-items: flex-end;
  887. }
  888. .itemBac2 div {
  889. color: #5bdcc8;
  890. }
  891. .itemBac div p {
  892. font-size: 28px;
  893. line-height: 28px;
  894. margin-left: 10px;
  895. }
  896. .itemBac span {
  897. position: absolute;
  898. bottom: 0;
  899. left: 0;
  900. width: 100%;
  901. text-align: center;
  902. }
  903. .active .itemBac {
  904. background: url(../img/5.png) no-repeat;
  905. background-size: 100% 100%;
  906. }
  907. .active .itemBac span,
  908. .active .itemBac div {
  909. color: #ebde27;
  910. }
  911. .publicTitle {
  912. width: 100%;
  913. height: 100px;
  914. overflow: hidden;
  915. background: url("../img/small-title.png") no-repeat center bottom; /*图标路径*/
  916. background-size: 100% 50%;
  917. display: flex;
  918. align-items: center;
  919. padding-left: 7%;
  920. font-size: 36px;
  921. font-style: oblique;
  922. text-shadow: 2px 3px 1px black;
  923. letter-spacing: 5px;
  924. }
  925. .progressCost {
  926. display: flex;
  927. justify-content: space-between;
  928. align-items: center;
  929. width: 100%;
  930. height: calc(100% - 100% / 7);
  931. overflow: hidden;
  932. padding: 1%;
  933. }
  934. .progressCost .costItem {
  935. width: 30%;
  936. height: 100%;
  937. }
  938. .progressCost .costItem .itemTop {
  939. background: url(../img/70.png) no-repeat;
  940. background-size: 100% 100%;
  941. height: 76%;
  942. display: flex;
  943. flex-direction: column;
  944. justify-content: center;
  945. align-items: center;
  946. }
  947. .itemTop p {
  948. font-size: 1.75rem;
  949. font-family: Source Han Sans CN;
  950. font-weight: 400;
  951. color: #ffffff;
  952. position: relative;
  953. }
  954. .itemTop p::after {
  955. content: "";
  956. width: 0.75rem;
  957. height: 0.75rem;
  958. background: linear-gradient(0deg, #014198, #93ceff);
  959. border-radius: 50%;
  960. position: absolute;
  961. left: -1.25rem;
  962. top: 50%;
  963. transform: translateY(-50%);
  964. }
  965. .itemTop .topDiv {
  966. padding-left: 1.25rem;
  967. min-width: 220px;
  968. }
  969. .costNum {
  970. font-family: Helvetica Neue Extra Black Cond;
  971. font-weight: 400;
  972. color: #68bdff;
  973. display: flex;
  974. align-items: flex-end;
  975. margin-top: 1rem;
  976. font-size: 60px;
  977. line-height: 48px;
  978. font-weight: bold;
  979. color: #68bdff;
  980. }
  981. .costNum span {
  982. font-size: 28px;
  983. line-height: 28px;
  984. margin-left: 0.625rem;
  985. }
  986. .progressCost .costItem .itemBottom {
  987. background: url(../img/71.png) no-repeat;
  988. background-size: 100% 100%;
  989. height: 24%;
  990. display: flex;
  991. align-items: center;
  992. justify-content: space-around;
  993. }
  994. .progressCost .costItem .itemBottom div {
  995. font-size: 2rem;
  996. font-family: Source Han Sans CN;
  997. font-weight: 500;
  998. color: #ffffff;
  999. }
  1000. .costItem .itemBottom img {
  1001. width: 2rem;
  1002. height: 1.625rem;
  1003. position: relative;
  1004. }
  1005. .aniLeft {
  1006. animation: identifierl 1s infinite;
  1007. }
  1008. .aniRight {
  1009. animation: identifierr 1s infinite;
  1010. }
  1011. @keyframes identifierl {
  1012. 0% {
  1013. left: 0;
  1014. }
  1015. 50% {
  1016. left: 1.25rem;
  1017. }
  1018. 100% {
  1019. left: 0;
  1020. }
  1021. }
  1022. @keyframes identifierr {
  1023. 0% {
  1024. left: 0;
  1025. }
  1026. 50% {
  1027. left: -1.25rem;
  1028. }
  1029. 100% {
  1030. left: 0;
  1031. }
  1032. }
  1033. .invest {
  1034. display: flex;
  1035. justify-content: space-around;
  1036. align-items: center;
  1037. height: calc(100% - 100% / 7);
  1038. }
  1039. .invest .lp {
  1040. width: 53%;
  1041. height: calc(100% - 2rem);
  1042. display: flex;
  1043. align-items: center;
  1044. position: relative;
  1045. background: url(../img/10.png) no-repeat;
  1046. background-size: contain;
  1047. background-position: center;
  1048. margin: 1rem 0;
  1049. }
  1050. .lp img {
  1051. position: absolute;
  1052. width: 100px;
  1053. height: 100px;
  1054. top: 50%;
  1055. left: 50%;
  1056. transform: translate(-50%, -50%);
  1057. }
  1058. .quan {
  1059. width: 150px;
  1060. height: 150px;
  1061. border: 1px dashed #66bbfc;
  1062. border-radius: 50%;
  1063. position: absolute;
  1064. left: 50%;
  1065. top: 50%;
  1066. transform: translate(-50%, -50%);
  1067. }
  1068. .bigq {
  1069. width: 420px;
  1070. height: 420px;
  1071. border: 1px dashed #66bbfc;
  1072. border-radius: 50%;
  1073. position: absolute;
  1074. left: 50%;
  1075. top: 50%;
  1076. transform: translate(-50%, -50%);
  1077. }
  1078. .invest .lp .plItem {
  1079. position: absolute;
  1080. top: 0;
  1081. width: 100%;
  1082. height: 100%;
  1083. font-size: 28px;
  1084. line-height: 28px;
  1085. font-family: Source Han Sans CN;
  1086. font-weight: bold;
  1087. color: #68bdff;
  1088. transform-origin: center center;
  1089. background: url(../img/11.png) no-repeat;
  1090. background-size: contain;
  1091. background-position: center;
  1092. transition: 0.5s;
  1093. }
  1094. .plItem .active {
  1095. color: #ebde27;
  1096. }
  1097. .invest .lp .plItem div {
  1098. position: absolute;
  1099. left: 130px;
  1100. top: 50%;
  1101. transform-origin: 200px 50%;
  1102. cursor: pointer;
  1103. }
  1104. .investInfoWrap {
  1105. display: flex;
  1106. flex-direction: column;
  1107. justify-content: space-around;
  1108. padding: 2.375rem 0;
  1109. height: 100%;
  1110. }
  1111. .investInfoWrap .investInfo {
  1112. font-size: 28px;
  1113. line-height: 28px;
  1114. font-family: Source Han Sans CN;
  1115. font-weight: 400;
  1116. color: #ffffff;
  1117. display: flex;
  1118. align-items: flex-end;
  1119. position: relative;
  1120. padding-left: 20px;
  1121. }
  1122. .investInfoWrap .investInfo::after {
  1123. content: "";
  1124. width: 20px;
  1125. height: 20px;
  1126. border: 4px solid #68bdff;
  1127. border-radius: 50%;
  1128. position: absolute;
  1129. top: 50%;
  1130. transform: translateY(-50%);
  1131. left: -10px;
  1132. }
  1133. .investInfoWrap .investInfo span {
  1134. font-size: 40px;
  1135. line-height: 31px;
  1136. display: inline-block;
  1137. font-family: Helvetica Neue Extra Black Cond;
  1138. font-weight: 400;
  1139. color: #68bdff;
  1140. margin: 0 16px;
  1141. }
  1142. .echartsWrap {
  1143. height: calc(100% - 100% / 7);
  1144. }
  1145. .projectRisk {
  1146. display: grid;
  1147. grid-template-columns: repeat(2, 1fr);
  1148. grid-template-rows: repeat(2, 1fr);
  1149. gap: 10px;
  1150. width: 100%;
  1151. height: calc(100% - 100% / 7);
  1152. }
  1153. .projectRisk .riskWrap {
  1154. height: 100%;
  1155. width: 100%;
  1156. }
  1157. .projectRisk .longRisk {
  1158. grid-column: 1 / 3;
  1159. }
  1160. .shareholding {
  1161. flex: 1;
  1162. display: flex;
  1163. flex-direction: column;
  1164. }
  1165. /* right css end */