investHomeGroup.css 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723
  1. html,
  2. body {
  3. width: 7680px;
  4. height: 2130px;
  5. font-size: 20px;
  6. color: #fff;
  7. font-family: 'Microsoft YaHei', 'Helvetica Neue', Helvetica, 'PingFang SC',
  8. 'Hiragino Sans GB', Arial, sans-serif;
  9. overflow-y: hidden;
  10. }
  11. *,
  12. *:before,
  13. *:after {
  14. padding: 0;
  15. margin: 0;
  16. box-sizing: border-box;
  17. }
  18. a {
  19. text-decoration: none;
  20. cursor: pointer;
  21. }
  22. [v-cloak] {
  23. display: none;
  24. }
  25. #app {
  26. background: url('../images/page-bg.png') center center no-repeat;
  27. background-size: 100% 100%;
  28. padding-top: 10px;
  29. width: 100%;
  30. height: 100%;
  31. overflow: hidden;
  32. color: #fff;
  33. display: grid;
  34. grid-template-columns: repeat(3, 1fr);
  35. padding: 10px;
  36. }
  37. #app > div {
  38. width: 100%;
  39. height: 100%;
  40. }
  41. div {
  42. overflow: hidden;
  43. }
  44. .my-header {
  45. position: relative;
  46. height: 70px;
  47. line-height: 70px;
  48. background: url('../images/header-bg.png') center center no-repeat;
  49. background-size: 100% 100%;
  50. text-align: center;
  51. font-weight: bold;
  52. font-size: 32px;
  53. font-weight: 600;
  54. }
  55. .my-header span {
  56. background: linear-gradient(-3deg, #99eeff 0%, #99eeff 30%, #ffffff 91%);
  57. -webkit-background-clip: text;
  58. -webkit-text-fill-color: transparent;
  59. }
  60. .my-header span.right {
  61. position: absolute;
  62. right: 60px;
  63. top: 0px;
  64. font-size: 16px;
  65. }
  66. .LeftBox,
  67. .CenterBox {
  68. padding: 0 20px;
  69. }
  70. .CenterBox > .main {
  71. width: 100%;
  72. height: calc(100% - 70px);
  73. display: grid;
  74. grid-template-columns: 3fr 4fr 3fr;
  75. gap: 10px;
  76. }
  77. .LeftBox > .main {
  78. width: 100%;
  79. height: calc(100% - 70px);
  80. display: grid;
  81. grid-template-columns: repeat(2, 1fr);
  82. grid-template-rows: repeat(3, 1fr);
  83. gap: 10px;
  84. }
  85. .LeftBox .card {
  86. width: 100%;
  87. height: 100%;
  88. overflow: hidden;
  89. background: url('../groupImg/frame1.png') center center no-repeat;
  90. background-size: 100% 100%;
  91. }
  92. .title {
  93. position: relative;
  94. text-align: center;
  95. height: 100px;
  96. line-height: 100px;
  97. }
  98. .title .text {
  99. font-size: 30px;
  100. font-weight: 600;
  101. color: #05fbfe;
  102. text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
  103. background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
  104. -webkit-background-clip: text;
  105. -webkit-text-fill-color: transparent;
  106. position: relative;
  107. }
  108. .title .text::before {
  109. position: absolute;
  110. content: ' ';
  111. top: 15px;
  112. left: -40px;
  113. width: 30px;
  114. height: 10px;
  115. background: url('../images/title-left2.png') no-repeat;
  116. }
  117. .title .text::after {
  118. position: absolute;
  119. content: ' ';
  120. top: 15px;
  121. right: -40px;
  122. width: 30px;
  123. height: 10px;
  124. background: url('../images/title-right2.png') no-repeat;
  125. }
  126. .content {
  127. height: calc(100% - 110px);
  128. padding: 0 15px 10px;
  129. }
  130. .left-lt .content {
  131. display: grid;
  132. grid-template-columns: repeat(2, 1fr);
  133. gap: 10px;
  134. }
  135. .left-lt .content > div:first-child {
  136. display: grid;
  137. gap: 10px;
  138. grid-template-rows: repeat(2, 1fr);
  139. }
  140. .LeftBox .content-left-top {
  141. width: 100%;
  142. display: flex;
  143. align-items: center;
  144. height: 100%;
  145. }
  146. .LeftBox .item2 {
  147. width: 50%;
  148. display: flex;
  149. flex-direction: column;
  150. align-items: center;
  151. }
  152. .LeftBox .item2 .item2-title {
  153. font-weight: bold;
  154. font-size: 30px;
  155. }
  156. .LeftBox .item2 .item2-title span {
  157. font-weight: 500;
  158. font-size: 12px;
  159. }
  160. .LeftBox .item2 .item2-img {
  161. width: 150px;
  162. height: 150px;
  163. /* margin-top: -20px; */
  164. }
  165. .LeftBox .item2 .item2-text {
  166. color: #fff;
  167. font-size: 20px;
  168. }
  169. .LeftBox .content-left-top {
  170. width: 100%;
  171. display: flex;
  172. align-items: center;
  173. height: 100%;
  174. }
  175. .LeftBox .content-left-bottom {
  176. width: 100%;
  177. height: 100%;
  178. display: flex;
  179. align-items: center;
  180. justify-content: center;
  181. }
  182. .LeftBox .total {
  183. text-align: center;
  184. width: 200px;
  185. height: 30px;
  186. position: absolute;
  187. left: calc(50% - 100px);
  188. bottom: 7%;
  189. font-weight: bold;
  190. color: #2cb7e0;
  191. font-size: 20px;
  192. }
  193. .LeftBox .commonBack {
  194. background-color: #062c4d;
  195. border-radius: 15px;
  196. }
  197. .LeftBox .left-rt .content {
  198. display: grid;
  199. grid-template-rows: repeat(2, 1fr);
  200. gap: 10px;
  201. }
  202. .LeftBox .left-rt .content > div:first-child {
  203. display: grid;
  204. gap: 10px;
  205. grid-template-columns: 3fr 4fr 4fr;
  206. }
  207. .LeftBox .left-rt .item3 {
  208. display: flex;
  209. flex-direction: column;
  210. align-items: center;
  211. justify-content: center;
  212. }
  213. .LeftBox .left-rt .item3 .item3-title {
  214. font-weight: bold;
  215. font-size: 30px;
  216. color: #69c0ff;
  217. }
  218. .LeftBox .left-rt .item3 .item3-title span {
  219. font-size: 14px;
  220. font-weight: 500;
  221. }
  222. .left-rt .item3 .item3-img {
  223. margin-top: -20px;
  224. width: 100px;
  225. height: 102px;
  226. margin-bottom: 18px;
  227. }
  228. .LeftBox .left-rt .item3 .item3-text {
  229. font-size: 14px;
  230. color: #fff;
  231. }
  232. .LeftBox .left-rt .item4-text {
  233. font-size: 20px;
  234. }
  235. .LeftBox .left-rt .item4 .item4-title {
  236. position: relative;
  237. padding-left: 10px;
  238. color: #69c0ff;
  239. margin-left: 10px;
  240. margin-top: 5px;
  241. font-size: 30px;
  242. }
  243. .LeftBox .left-rt .item4 .item4-title::before {
  244. content: '';
  245. position: absolute;
  246. left: 0;
  247. top: 50%;
  248. transform: translate(0, -50%);
  249. width: 5px;
  250. height: 5px;
  251. border-radius: 50%;
  252. background-color: #69c0ff;
  253. }
  254. .LeftBox .left-rt .item4 .item4-con {
  255. display: flex;
  256. align-items: center;
  257. justify-content: space-around;
  258. height: 100%;
  259. margin-top: 20px;
  260. }
  261. .LeftBox .left-rt .item4 .item4-con .item {
  262. display: flex;
  263. flex-direction: column;
  264. align-items: center;
  265. justify-content: center;
  266. margin: 0 30px;
  267. }
  268. .LeftBox .left-rt .item4 .item4-con .item .title {
  269. color: #69c0ff;
  270. font-weight: bold;
  271. font-size: 28px;
  272. height: 30px !important;
  273. line-height: 30px !important;
  274. margin-top: 10px;
  275. }
  276. .LeftBox .left-rt .item4 .item4-con .item .title span {
  277. font-weight: 500;
  278. font-size: 24px;
  279. }
  280. .LeftBox .left-rt .item4 .item4-con .item .text {
  281. font-size: 24px;
  282. color: #fff;
  283. }
  284. .LeftBox .left-rtb {
  285. display: grid;
  286. gap: 10px;
  287. grid-template-columns: repeat(2, 1fr);
  288. }
  289. .LeftBox .left-rc {
  290. display: grid;
  291. gap: 10px;
  292. grid-template-columns: repeat(2, 1fr);
  293. grid-template-rows: repeat(2, 1fr);
  294. }
  295. .LeftBox .left-lb,
  296. .left-rb {
  297. display: grid;
  298. gap: 10px;
  299. grid-template-columns: repeat(2, 1fr);
  300. }
  301. .CenterBox .center-l .card,.CenterBox .center-r .card {
  302. width: 100%;
  303. height: 100%;
  304. overflow: hidden;
  305. background: url('../groupImg/frame2.png') center center no-repeat;
  306. background-size: 100% 100%;
  307. }
  308. .CenterBox .center-l,.CenterBox .center-r{
  309. display: grid;
  310. gap: 10px;
  311. grid-template-rows: repeat(3, 1fr);
  312. }
  313. /* 公共css */
  314. /* 宽高纵横比 */
  315. .aspect-auto {
  316. aspect-ratio: auto;
  317. }
  318. .aspect-square {
  319. aspect-ratio: 1 / 1;
  320. }
  321. .aspect-video {
  322. aspect-ratio: 16 / 9;
  323. }
  324. /* aspect-[4/3] */
  325. /* 居中 */
  326. .mx-auto {
  327. margin: 0 auto;
  328. }
  329. /* 设置容器内的列数/每列距离 */
  330. .columns-1 {
  331. columns: 1;
  332. }
  333. /* columns-[20px] */
  334. /* 盒子模型 */
  335. .box-border {
  336. box-sizing: border-box;
  337. }
  338. .box-content {
  339. box-sizing: content-box;
  340. }
  341. /* 消失 */
  342. .hidden {
  343. display: none;
  344. }
  345. /* 块级元素 */
  346. .block {
  347. display: block;
  348. }
  349. /* 行内块 */
  350. .inline-block {
  351. display: inline-block;
  352. }
  353. /* 行内元素 */
  354. .inline {
  355. display: inline;
  356. }
  357. /* 弹性布局 */
  358. .flex {
  359. display: flex;
  360. }
  361. /* 主轴起点在左边 */
  362. .flex-row {
  363. flex-direction: row;
  364. }
  365. /* 主轴起点在右边 */
  366. .flex-row-reverse {
  367. flex-direction: row-reverse;
  368. }
  369. /* 主轴竖向排列,在上面 */
  370. .flex-col {
  371. flex-direction: column;
  372. }
  373. /* 主轴竖向排列,在下面 */
  374. .flex-col-reverse {
  375. flex-direction: column-reverse;
  376. }
  377. /* 自动换行 */
  378. .flex-wrap {
  379. flex-wrap: wrap;
  380. }
  381. /* 自动换行下起点 */
  382. .flex-wrap-reverse {
  383. flex-wrap: wrap-reverse;
  384. }
  385. /* 不换行 */
  386. .flex-nowrap {
  387. flex-wrap: nowrap;
  388. }
  389. /* 弹性成长 */
  390. .grow {
  391. flex-grow: 1;
  392. }
  393. /* 不允许弹性成长 */
  394. .grow-0 {
  395. flex-grow: 0;
  396. }
  397. /* 主轴从左开始 */
  398. .justify-start {
  399. justify-content: flex-start;
  400. }
  401. /* 主轴从右开始 */
  402. .justify-end {
  403. justify-content: flex-end;
  404. }
  405. /* 主轴剧中 */
  406. .justify-center {
  407. justify-content: center;
  408. }
  409. /* 主轴两端无间隔 */
  410. .justify-between {
  411. justify-content: space-between;
  412. }
  413. /* 主轴两端有间隔 */
  414. .justify-around {
  415. justify-content: space-around;
  416. }
  417. /* 所有间隔相等 */
  418. .justify-evenly {
  419. justify-content: space-evenly;
  420. }
  421. /* 纵向起点最上方 */
  422. .items-start {
  423. align-items: flex-start;
  424. }
  425. /* 纵向起点最下方 */
  426. .items-end {
  427. align-items: flex-end;
  428. }
  429. .items-center {
  430. align-items: center;
  431. }
  432. /* 网格布局 */
  433. .grid {
  434. display: grid;
  435. }
  436. /* 有几列 */
  437. .grid-cols-4 {
  438. grid-template-columns: repeat(4, minmax(0, 1fr));
  439. grid-template-columns: repeat(4, 1fr);
  440. }
  441. /* 有几行 */
  442. .grid-rows-3 {
  443. grid-template-rows: repeat(3, minmax(0, 1fr));
  444. grid-template-rows: repeat(3, 1fr);
  445. }
  446. /* 容器中的内容上下布局 */
  447. .grid-center {
  448. align-items: center;
  449. }
  450. /* 间距 */
  451. .gap-7 {
  452. gap: 1.75rem;
  453. }
  454. /* 允许弹性成长 */
  455. .shrink {
  456. flex-shrink: 1;
  457. }
  458. /* 不允许弹性成长 */
  459. .shrink-0 {
  460. flex-shrink: 0;
  461. }
  462. /* 不允许成长也不允许收缩 */
  463. .flex-none {
  464. flex: none;
  465. }
  466. /* 浮动布局 */
  467. .float-right {
  468. float: right;
  469. }
  470. .float-left {
  471. float: left;
  472. }
  473. .clear-both {
  474. clear: both;
  475. }
  476. /* 溢出 */
  477. .overflow-auto {
  478. overflow: auto;
  479. }
  480. .overflow-hidden {
  481. overflow: hidden;
  482. }
  483. .overflow-scroll {
  484. overflow: scroll;
  485. }
  486. .overflow-x-auto {
  487. overflow-x: auto;
  488. }
  489. .overflow-y-auto {
  490. overflow-y: auto;
  491. }
  492. /* 定位 */
  493. .fixed {
  494. position: fixed;
  495. }
  496. .absolute {
  497. position: absolute;
  498. }
  499. .relative {
  500. position: relative;
  501. }
  502. .top-0 {
  503. top: 0px;
  504. }
  505. .right-0 {
  506. right: 0px;
  507. }
  508. .bottom-0 {
  509. bottom: 0px;
  510. }
  511. .left-0 {
  512. left: 0px;
  513. }
  514. /* top-[3px] */
  515. /* z-[100] */
  516. /* 显示隐藏未脱离文档流 */
  517. .visible {
  518. visibility: visible;
  519. }
  520. .invisible {
  521. visibility: hidden;
  522. }
  523. /* 内边距 */
  524. .p-0 {
  525. padding: 0px;
  526. }
  527. .px-0 {
  528. padding-left: 0px;
  529. padding-right: 0px;
  530. }
  531. .py-0 {
  532. padding-top: 0px;
  533. padding-bottom: 0px;
  534. }
  535. .pt-0 {
  536. padding-top: 0px;
  537. }
  538. .pr-0 {
  539. padding-right: 0px;
  540. }
  541. .pb-0 {
  542. padding-bottom: 0px;
  543. }
  544. .pl-0 {
  545. padding-left: 0px;
  546. }
  547. /* p-[5px] */
  548. /* 外边距 */
  549. .m-0 {
  550. margin: 0px;
  551. }
  552. .mx-0 {
  553. margin-left: 0px;
  554. margin-right: 0px;
  555. }
  556. .my-0 {
  557. margin-top: 0px;
  558. margin-bottom: 0px;
  559. }
  560. .mt-0 {
  561. margin-top: 0px;
  562. }
  563. .mr-0 {
  564. margin-right: 0px;
  565. }
  566. .mb-0 {
  567. margin-bottom: 0px;
  568. }
  569. .ml-0 {
  570. margin-left: 0px;
  571. }
  572. /* m-[5px] */
  573. /* 宽度 */
  574. .w-full {
  575. width: 100%;
  576. }
  577. .w-screen {
  578. width: 100vw;
  579. }
  580. /* w-[32rem] */
  581. /* min-w-[50%] */
  582. /* max-w-[50%] */
  583. /* 高度 */
  584. .h-full {
  585. height: 100%;
  586. }
  587. .h-screen {
  588. height: 100vh;
  589. }
  590. /* h-[32rem] */
  591. /* min-h-[50%] */
  592. /* max-h-[32rem] */
  593. /* 字体 */
  594. .text-xs {
  595. font-size: 0.75rem; /* 12px */
  596. line-height: 1rem; /* 16px */
  597. }
  598. .text-sm {
  599. font-size: 0.875rem; /* 14px */
  600. line-height: 1.25rem; /* 20px */
  601. }
  602. .text-base {
  603. font-size: 1rem; /* 16px */
  604. line-height: 1.5rem; /* 24px */
  605. }
  606. .text-lg {
  607. font-size: 1.125rem; /* 18px */
  608. line-height: 1.75rem; /* 28px */
  609. }
  610. .text-xl {
  611. font-size: 1.25rem; /* 20px */
  612. line-height: 1.75rem; /* 28px */
  613. }
  614. .text-2xl {
  615. font-size: 1.5rem; /* 24px */
  616. line-height: 2rem; /* 32px */
  617. }
  618. .text-3xl {
  619. font-size: 1.875rem; /* 30px */
  620. line-height: 2.25rem; /* 36px */
  621. }
  622. .text-4xl {
  623. font-size: 2.25rem; /* 36px */
  624. line-height: 2.5rem; /* 40px */
  625. }
  626. .text-5xl {
  627. font-size: 3rem; /* 48px */
  628. line-height: 1;
  629. }
  630. .text-6xl {
  631. font-size: 3.75rem; /* 60px */
  632. line-height: 1;
  633. }
  634. .text-7xl {
  635. font-size: 4.5rem; /* 72px */
  636. line-height: 1;
  637. }
  638. .text-8xl {
  639. font-size: 6rem; /* 96px */
  640. line-height: 1;
  641. }
  642. .text-9xl {
  643. font-size: 8rem; /* 128px */
  644. line-height: 1;
  645. }
  646. /* text-[14px] */
  647. /* 字体粗细font-weight */
  648. /* font-[1100] */
  649. /* https://tailwindcss.com/docs/font-weight */
  650. /* 字体间距letter-spacing */
  651. /* tracking-[.25em] */
  652. /* 行高line-height */
  653. /* leading-[3rem] */
  654. /* 无列表样式 */
  655. .list-none {
  656. list-style-type: none;
  657. }
  658. /* 小圆点 */
  659. .list-disc {
  660. list-style-type: disc;
  661. }
  662. /* 数字列表 */
  663. .list-decimal {
  664. list-style-type: decimal;
  665. }
  666. .text-left {
  667. text-align: left;
  668. }
  669. .text-center {
  670. text-align: center;
  671. }
  672. .text-right {
  673. text-align: right;
  674. }
  675. /* 所有文本头尾对齐 */
  676. .text-justify {
  677. text-align: justify;
  678. }
  679. /* 文本颜色 */
  680. /* text-[#50d71e] */
  681. /* https://tailwindcss.com/docs/text-color */
  682. /* 下划线 */
  683. .underline {
  684. text-decoration-line: underline;
  685. }
  686. /* 上划线 */
  687. .overline {
  688. text-decoration-line: overline;
  689. }
  690. /* 中划线 */
  691. .line-through {
  692. text-decoration-line: line-through;
  693. }
  694. /* 无划线 */
  695. .no-underline {
  696. text-decoration-line: none;
  697. }
  698. /* 全小写 */
  699. .lowercase {
  700. text-transform: lowercase;
  701. }
  702. /* 全大写 */
  703. .uppercase {
  704. text-transform: uppercase;
  705. }
  706. /* 首字母大写 */
  707. .capitalize {
  708. text-transform: capitalize;
  709. }