investHome2.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670
  1. *,
  2. *:before,
  3. *:after {
  4. padding: 0;
  5. margin: 0;
  6. box-sizing: border-box;
  7. }
  8. html,
  9. body {
  10. height: 100%;
  11. font-size: 14px;
  12. background-color: #ecffff;
  13. font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
  14. 'Hiragino Sans GB', Arial, sans-serif;
  15. }
  16. .flex {
  17. display: flex;
  18. }
  19. .flex1 {
  20. flex: 1;
  21. }
  22. .flex2 {
  23. flex: 2;
  24. }
  25. .flex-around {
  26. display: flex;
  27. justify-content: space-around;
  28. }
  29. .flex-between {
  30. display: flex;
  31. justify-content: space-between;
  32. align-items: center;
  33. }
  34. .flex-end {
  35. display: flex;
  36. justify-content: flex-end;
  37. }
  38. .flex-align-center {
  39. display: flex;
  40. align-items: center;
  41. }
  42. .text-center {
  43. text-align: center;
  44. }
  45. .font12 {
  46. font-size: 12px;
  47. }
  48. .main-color {
  49. color: #0bf1ff;
  50. }
  51. .danger-color {
  52. color: #f15450 !important;
  53. }
  54. .error-color {
  55. color: #ffc704 !important;
  56. }
  57. .btm10 {
  58. margin-bottom: 10px;
  59. }
  60. .btm20 {
  61. margin-bottom: 20px;
  62. }
  63. a {
  64. text-decoration: none;
  65. cursor: pointer;
  66. }
  67. [v-cloak] {
  68. display: none;
  69. }
  70. #app {
  71. background: url('../images/page-bg.png') center center no-repeat;
  72. background-size: 100% 100%;
  73. padding-top: 10px;
  74. height: 100vh;
  75. overflow: hidden;
  76. color: #fff;
  77. }
  78. .my-header {
  79. position: relative;
  80. height: 70px;
  81. line-height: 70px;
  82. background: url('../images/header-bg.png') center center no-repeat;
  83. background-size: 100% 100%;
  84. text-align: center;
  85. font-weight: bold;
  86. font-size: 32px;
  87. font-weight: 600;
  88. }
  89. .my-header span {
  90. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  91. -webkit-background-clip: text;
  92. -webkit-text-fill-color: transparent;
  93. }
  94. .my-header span.right {
  95. position: absolute;
  96. right: 60px;
  97. top: 0px;
  98. font-size: 16px;
  99. }
  100. .main {
  101. padding: 15px;
  102. display: flex;
  103. height: calc(100vh - 25px);
  104. background: url('../images/page-bg.png') no-repeat center bottom;
  105. display: flex;
  106. padding-bottom: 65px;
  107. }
  108. .left {
  109. margin-right: 10px;
  110. }
  111. .left,
  112. .right {
  113. flex: 1;
  114. display: flex;
  115. flex-direction: column;
  116. }
  117. .dv-border-box-8 {
  118. background: url('../images/left-border2.png') no-repeat;
  119. background-size: 100% 100%;
  120. }
  121. .left .title {
  122. position: relative;
  123. text-align: center;
  124. height: 50px;
  125. line-height: 50px;
  126. }
  127. .left .title .text {
  128. font-size: 20px;
  129. font-weight: 600;
  130. color: #05fbfe;
  131. text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
  132. background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
  133. -webkit-background-clip: text;
  134. -webkit-text-fill-color: transparent;
  135. position: relative;
  136. }
  137. .left .title .text::before {
  138. position: absolute;
  139. content: ' ';
  140. top: 10px;
  141. left: -40px;
  142. width: 30px;
  143. height: 10px;
  144. background: url('../images/title-left2.png') no-repeat;
  145. }
  146. .left .title .text::after {
  147. position: absolute;
  148. content: ' ';
  149. top: 10px;
  150. right: -40px;
  151. width: 30px;
  152. height: 10px;
  153. background: url('../images/title-right2.png') no-repeat;
  154. }
  155. .left .content {
  156. height: calc(100% - 60px);
  157. padding: 0 17px 14px;
  158. display: flex;
  159. }
  160. .left .content .content-left {
  161. margin-right: 10px;
  162. display: flex;
  163. align-items: center;
  164. justify-content: space-evenly;
  165. }
  166. .item {
  167. display: flex;
  168. align-items: center;
  169. flex-direction: column;
  170. }
  171. .item .item-title {
  172. color: #69c0ff;
  173. font-size: 28px;
  174. font-weight: bold;
  175. }
  176. .item .item-title span {
  177. font-weight: 500;
  178. font-size: 14px;
  179. }
  180. .item .item-img {
  181. width: 106px;
  182. height: 106px;
  183. margin-bottom: 9px;
  184. }
  185. .item .item-text {
  186. color: rgba(255, 255, 255, 0.6);
  187. font-size: 14px;
  188. }
  189. .item2 {
  190. width: 50%;
  191. display: flex;
  192. flex-direction: column;
  193. align-items: center;
  194. }
  195. .item2 .item2-title {
  196. font-weight: bold;
  197. font-size: 18px;
  198. }
  199. .item2 .item2-title span {
  200. font-weight: 500;
  201. font-size: 12px;
  202. }
  203. .item2 .item2-img {
  204. width: 67px;
  205. height: 66px;
  206. /* margin-top: -20px; */
  207. }
  208. .item2 .item2-text {
  209. color: rgba(255, 255, 255, 0.6);
  210. font-size: 12px;
  211. }
  212. .item3 {
  213. display: flex;
  214. flex-direction: column;
  215. align-items: center;
  216. }
  217. .item3 .item3-title {
  218. font-weight: bold;
  219. font-size: 24px;
  220. color: #69c0ff;
  221. }
  222. .item3 .item3-title span {
  223. font-size: 14px;
  224. font-weight: 500;
  225. }
  226. .item3 .item3-img {
  227. margin-top: -20px;
  228. width: 100px;
  229. height: 102px;
  230. margin-bottom: 18px;
  231. }
  232. .item3 .item3-text {
  233. font-size: 14px;
  234. color: rgba(255, 255, 255, 0.6);
  235. }
  236. .item4 .item4-title {
  237. position: relative;
  238. padding-left: 10px;
  239. color: #69c0ff;
  240. margin-left: 10px;
  241. margin-top: 5px;
  242. /* margin-bottom: 10px; */
  243. }
  244. .item4 .item4-title::before {
  245. content: '';
  246. position: absolute;
  247. left: 0;
  248. top: 50%;
  249. transform: translate(0, -50%);
  250. width: 5px;
  251. height: 5px;
  252. border-radius: 50%;
  253. background-color: #69c0ff;
  254. }
  255. .item4 .item4-con {
  256. display: flex;
  257. align-items: center;
  258. justify-content: space-around;
  259. height: 100%;
  260. }
  261. .item4 .item4-con .item {
  262. display: flex;
  263. flex-direction: column;
  264. align-items: center;
  265. justify-content: center;
  266. }
  267. .item4 .item4-con .item .title {
  268. color: #69c0ff;
  269. font-weight: bold;
  270. font-size: 28px;
  271. height: 30px !important;
  272. line-height: 30px !important;
  273. }
  274. .item4 .item4-con .item .title span {
  275. font-weight: 500;
  276. font-size: 14px;
  277. }
  278. .item4 .item4-con .item .text {
  279. font-size: 14px;
  280. color: rgba(255, 255, 255, 0.6);
  281. }
  282. .item5 {
  283. padding: 14px;
  284. height: 100%;
  285. }
  286. .item5 .title {
  287. height: 30px;
  288. color: #69c0ff;
  289. border: 1px solid #40a9ff;
  290. border-radius: 5px;
  291. display: flex;
  292. align-items: center;
  293. justify-content: end;
  294. padding: 0 6px;
  295. }
  296. .content {
  297. /* display: flex;
  298. align-items: center; */
  299. }
  300. .left .content .content-con {
  301. margin-right: 10px;
  302. }
  303. /* .left .content .content-left, */
  304. /* .left .content .content-right, */
  305. .topChange2,
  306. .left .content .content-con {
  307. /* background-color: rgb(18 81 128 / 22%); */
  308. background-color: #05183c;
  309. flex: 1;
  310. }
  311. .content-con {
  312. background-color: #05183c;
  313. margin: 0 10px;
  314. }
  315. .topChange1 {
  316. background-color: #05183c;
  317. }
  318. .left .content .content-right,
  319. .left .content .content-left {
  320. flex: 1;
  321. background-color: #05183c;
  322. }
  323. .left .content .content-right {
  324. width: 40%;
  325. }
  326. .left .content .content-left {
  327. width: 100%;
  328. }
  329. .right .title {
  330. position: relative;
  331. text-align: center;
  332. height: 50px;
  333. line-height: 50px;
  334. }
  335. .right .title .text {
  336. font-size: 20px;
  337. font-weight: 600;
  338. color: #05fbfe;
  339. text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
  340. background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
  341. -webkit-background-clip: text;
  342. -webkit-text-fill-color: transparent;
  343. position: relative;
  344. }
  345. .right .title .text::before {
  346. position: absolute;
  347. content: ' ';
  348. top: 10px;
  349. left: -40px;
  350. width: 30px;
  351. height: 10px;
  352. background: url('../images/title-left2.png') no-repeat;
  353. }
  354. .right .title .text::after {
  355. position: absolute;
  356. content: ' ';
  357. top: 10px;
  358. right: -40px;
  359. width: 30px;
  360. height: 10px;
  361. background: url('../images/title-right2.png') no-repeat;
  362. }
  363. .right .content {
  364. height: calc(100% - 60px);
  365. padding: 0 17px 14px;
  366. display: flex;
  367. }
  368. .right .content .content-left {
  369. margin-right: 10px;
  370. }
  371. .right .content .content-left,
  372. .right .content .content-right {
  373. display: flex;
  374. flex: 1;
  375. }
  376. .right .content .content-top {
  377. margin-bottom: 10px;
  378. }
  379. .right .content .content-top,
  380. .right .content .content-bot {
  381. /* background-color: rgb(18 81 128 / 22%); */
  382. background-color: #05183c;
  383. flex: 1;
  384. }
  385. .right .content .content-right {
  386. background-color: #05183c;
  387. flex: 1;
  388. }
  389. .right .content .content-left .content-left-l {
  390. /* background-color: rgb(18 81 128 / 22%); */
  391. background-color: #05183c;
  392. flex: 1;
  393. margin-right: 10px;
  394. display: flex;
  395. align-items: center;
  396. justify-content: center;
  397. }
  398. .right .content .content-left .content-left-r {
  399. flex: 2;
  400. display: flex;
  401. flex-direction: column;
  402. }
  403. .right .content .content-left .content-left-r .content-left-r-t {
  404. margin-bottom: 10px;
  405. }
  406. .right .content .content-left .content-left-r .content-left-r-t,
  407. .right .content .content-left .content-left-r .content-left-r-b {
  408. /* background-color: rgb(18 81 128 / 22%); */
  409. background-color: #05183c;
  410. flex: 1;
  411. }
  412. .right .content .content-right .content-right-l {
  413. margin-right: 10px;
  414. }
  415. .right .content .content-right .content-right-l,
  416. .right .content .content-right .content-right-r {
  417. /* background-color: rgb(18 81 128 / 22%); */
  418. background-color: #05183c;
  419. flex: 1;
  420. }
  421. .tip-window {
  422. display: inline-flex;
  423. align-items: center;
  424. justify-content: center;
  425. position: absolute;
  426. right: 15px;
  427. top: 10px;
  428. height: 30px;
  429. padding: 0 10px;
  430. color: #69c0ff;
  431. background-color: rgba(64, 169, 255, 0.12);
  432. border: 2px solid #40a9ff;
  433. border-radius: 5px;
  434. border-top-right-radius: 10px;
  435. cursor: pointer;
  436. box-sizing: border-box;
  437. }
  438. .fourPie {
  439. width: 100%;
  440. height: 100%;
  441. display: grid;
  442. grid-template-columns: repeat(4, minmax(0, 1fr));
  443. }
  444. .content-right table {
  445. width: 100%;
  446. height: 100%;
  447. text-align: center;
  448. border: #f0d2d180;
  449. background-color: rgba(60, 99, 99, 0.409);
  450. }
  451. .topChange1 {
  452. display: grid;
  453. grid-template-columns: repeat(2, minmax(0, 1fr));
  454. grid-template-rows: repeat(2, minmax(0, 1fr));
  455. width: 80%;
  456. height: 100%;
  457. padding: 10px;
  458. }
  459. .topChange1 .item2 {
  460. width: 100%;
  461. }
  462. .topChange0 {
  463. width: 16%;
  464. height: 100%;
  465. text-align: center;
  466. color: #ffffff;
  467. font-size: 22px;
  468. display: flex;
  469. justify-content: center;
  470. align-items: center;
  471. background-color: #05183c;
  472. margin-right: 10px;
  473. }
  474. .topChange0 > div {
  475. writing-mode: tb-rl;
  476. }
  477. .content-right {
  478. display: flex;
  479. align-items: center;
  480. }
  481. .content-right-l,
  482. .content-right-r {
  483. height: 100%;
  484. }
  485. .tip {
  486. z-index: 9999999999;
  487. position: fixed;
  488. /* top: 35%;
  489. left: 32.5%; */
  490. /* width: 35%;
  491. height: 30%; */
  492. width: 900px;
  493. height: 56vh;
  494. top: calc(50% - 26vh);
  495. left: calc(50% - 450px);
  496. background: url('../images/popup.png') no-repeat center;
  497. background-color: #133b65;
  498. background-size: 100% 100%;
  499. padding: 100px 60px 50px;
  500. }
  501. .tip1 {
  502. position: absolute;
  503. font-weight: bold;
  504. width: 150px;
  505. top: 17px;
  506. height: 30px;
  507. line-height: 30px;
  508. font-size: 20px;
  509. text-align: center;
  510. left: 50%;
  511. transform: translate(-50%);
  512. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  513. -webkit-background-clip: text;
  514. -webkit-text-fill-color: transparent;
  515. }
  516. .tip2 {
  517. width: 100%;
  518. height: 100%;
  519. display: grid;
  520. grid-template-columns: 60% 40%;
  521. /* grid-template-rows: 1fr 1fr; */
  522. grid-gap: 10px;
  523. }
  524. /* .tip2 > div {
  525. width: 100%;
  526. height: 100%;
  527. display: grid;
  528. grid-template-columns: 10% 90%;
  529. } */
  530. .tip2-list {
  531. height: 100%;
  532. display: grid;
  533. grid-template-rows: repeat(5, minmax(0, 1fr));
  534. background-color: #04224c;
  535. padding: 0 10px;
  536. }
  537. .tip2-list > div {
  538. width: 100%;
  539. height: 100%;
  540. display: flex;
  541. justify-content: space-between;
  542. align-items: center;
  543. }
  544. .tip2-list > div:nth-child(2),
  545. .tip2-list > div:nth-child(4) {
  546. border-top: 1px solid #69c0ff;
  547. border-bottom: 1px solid #69c0ff;
  548. }
  549. .tip2-title {
  550. writing-mode: vertical-rl;
  551. display: flex;
  552. justify-content: center;
  553. align-items: center;
  554. background-color: #133156;
  555. }
  556. .pie {
  557. background-color: #04224c;
  558. }
  559. .tip-down {
  560. position: absolute;
  561. top: 10px;
  562. right: 30px;
  563. width: 50px;
  564. text-align: center;
  565. height: 50px;
  566. line-height: 50px;
  567. cursor: pointer;
  568. font-size: 44px;
  569. }
  570. .title-left {
  571. position: absolute;
  572. top: 0px;
  573. left: 20px;
  574. color: #447ed2;
  575. font-weight: bold;
  576. font-size: 22px;
  577. }
  578. .topChange2 {
  579. margin-right: 15px;
  580. }
  581. /* .rows > .row-item:nth-child(2) {
  582. background-color: #79a4db6c !important;
  583. } */
  584. .light {
  585. background-color: #79a4db6c !important;
  586. }
  587. .header {
  588. color: #2abbff;
  589. font-weight: bold;
  590. }
  591. .row-item {
  592. color: #ffffff;
  593. }
  594. .swiper {
  595. width: 600px;
  596. height: 300px;
  597. --swiper-theme-color: #ff004c;
  598. /* 设置Swiper风格 */
  599. --swiper-navigation-color: #008cff;
  600. /* 单独设置按钮颜色 */
  601. --swiper-navigation-size: 40px;
  602. /* 设置按钮大小 */
  603. }
  604. .swiperChange {
  605. display: flex;
  606. width: 100%;
  607. height: 100%;
  608. align-items: center;
  609. }
  610. .mySwiper {
  611. /* width: 100%; */
  612. overflow: hidden;
  613. }
  614. .text {
  615. width: 100%;
  616. }
  617. .total {
  618. text-align: center;
  619. width: 200px;
  620. height: 30px;
  621. position: absolute;
  622. left: calc(50% - 100px);
  623. bottom: 7%;
  624. font-weight: bold;
  625. color: #2cb7e0;
  626. }
  627. .total3 {
  628. bottom: 15%;
  629. }
  630. .tipb {
  631. z-index: 9999999999;
  632. position: fixed;
  633. /* top: 35%;
  634. left: 32.5%; */
  635. /* width: 35%;
  636. height: 30%; */
  637. width: 700px;
  638. height: 45vh;
  639. top: calc(50% - 20vh);
  640. left: calc(50% - 350px);
  641. background: url('../images/popup.png') no-repeat center;
  642. background-color: #133b65;
  643. background-size: 100% 100%;
  644. padding: 100px 60px 50px;
  645. }
  646. .content-left-top{
  647. width: 100%;
  648. display: flex;
  649. align-items: center;
  650. }
  651. .content-left-bottom{
  652. width: 100%;
  653. }
  654. .content-left-bottom>.item2{
  655. margin: 0 auto;
  656. }
  657. .littleWord{
  658. font-size: 12px;
  659. text-align: center;
  660. height: 35px;
  661. line-height: 35px;
  662. color: #ffffff99;
  663. }