investHome3compound.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824
  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. height: calc(100vh - 25px);
  103. background: url('../images/back-big.png') no-repeat center bottom;
  104. padding-bottom: 65px;
  105. display: grid;
  106. grid-template-rows: repeat(3, minmax(0, 1fr));
  107. gap: 10px;
  108. }
  109. .top {
  110. display: grid;
  111. grid-template-columns: repeat(2, minmax(0, 1fr));
  112. gap: 10px;
  113. }
  114. .center,
  115. .footer {
  116. display: grid;
  117. grid-template-columns: repeat(3, minmax(0, 1fr));
  118. gap: 10px;
  119. overflow: hidden;
  120. }
  121. .top-left,
  122. .top-right {
  123. height: 100%;
  124. background: url('../images3/big.png') no-repeat;
  125. background-size: 100% 100%;
  126. position: relative;
  127. }
  128. .panel-title {
  129. position: relative;
  130. text-align: center;
  131. height: 50px;
  132. line-height: 50px;
  133. }
  134. .panel-title .text {
  135. font-size: 20px;
  136. font-weight: 600;
  137. color: #05fbfe;
  138. text-shadow: 0px 2px 10px rgba(10, 30, 52, 0.48);
  139. background: linear-gradient(0deg, #ffffff 0%, #63dcff 0%, #e0f3ff 100%);
  140. -webkit-background-clip: text;
  141. -webkit-text-fill-color: transparent;
  142. position: relative;
  143. }
  144. .panel-title .text::before {
  145. position: absolute;
  146. content: ' ';
  147. top: 10px;
  148. left: -40px;
  149. width: 30px;
  150. height: 10px;
  151. background: url('../images/title-left.png') no-repeat;
  152. }
  153. .panel-title .text::after {
  154. position: absolute;
  155. content: ' ';
  156. top: 10px;
  157. right: -40px;
  158. width: 30px;
  159. height: 10px;
  160. background: url('../images/title-right.png') no-repeat;
  161. }
  162. .top-left-bottom,
  163. .top-right-bottom,
  164. .center-right-bottom,
  165. .center-center-bottom,
  166. .center-left-bottom,
  167. .footer-right-bottom,
  168. .footer-center-bottom {
  169. height: calc(100% - 50px);
  170. width: 100%;
  171. padding: 10px;
  172. overflow: hidden;
  173. }
  174. .top-left-bottom-left {
  175. height: 100%;
  176. width: 20%;
  177. background: url('../images3/big.png') no-repeat;
  178. background-size: 100% 100%;
  179. position: relative;
  180. }
  181. .top-left-bottom-right {
  182. height: 100%;
  183. width: calc(80% - 10px);
  184. background: url('../images3/big.png') no-repeat;
  185. background-size: 100% 100%;
  186. }
  187. .light {
  188. width: 120px;
  189. height: 100px;
  190. }
  191. .top-left-bottom-left > .num {
  192. color: #69c0ff;
  193. font-size: 20px;
  194. font-weight: bold;
  195. position: absolute;
  196. top: 50px;
  197. }
  198. .downList {
  199. background: url('../images3/down-back.png') no-repeat;
  200. background-size: 100% 100%;
  201. width: 85px;
  202. height: 30px;
  203. position: absolute;
  204. right: 10px;
  205. top: 10px;
  206. }
  207. .downList > img {
  208. width: 11px;
  209. height: 7px;
  210. margin-left: 10px;
  211. }
  212. .center-right,
  213. .center-center,
  214. .center-left,
  215. .footer-right,
  216. .footer-center,
  217. .footer-left {
  218. background: url('../images3/small.png') no-repeat;
  219. background-size: 100% 100%;
  220. }
  221. .center-right-bottom {
  222. display: grid;
  223. grid-template-columns: repeat(2, minmax(0, 1fr));
  224. gap: 10px;
  225. }
  226. .center-right-bottom > div,
  227. .center-center-bottom > div {
  228. background: url('../images3/small.png') no-repeat;
  229. background-size: 100% 100%;
  230. }
  231. .center-right-bottom-right {
  232. width: 100%;
  233. height: 100%;
  234. position: relative;
  235. }
  236. .center-right-bottom-right-text {
  237. color: #40a9ff;
  238. font-size: 18px;
  239. font-weight: bold;
  240. position: absolute;
  241. width: 100px;
  242. height: 40px;
  243. line-height: 40px;
  244. text-align: center;
  245. left: calc(50% - 50px);
  246. top: calc(50% - 30px);
  247. }
  248. .center-center-bottom,
  249. .center-left-bottom {
  250. width: 100%;
  251. display: grid;
  252. grid-template-columns: 60% 40%;
  253. gap: 10px;
  254. }
  255. .center-center-bottom > div:nth-child(1) > div:nth-child(1) {
  256. height: 20%;
  257. padding-bottom: 10px;
  258. }
  259. .center-center-bottom-list {
  260. height: 180px;
  261. display: flex;
  262. flex-direction: column;
  263. justify-content: space-between;
  264. overflow-y: auto;
  265. }
  266. .center-center-bottom-list .el-progress-bar__inner {
  267. background: linear-gradient(to right, #092854, #00aeff);
  268. }
  269. .center-center-bottom-list .el-progress__text {
  270. color: #fff;
  271. }
  272. .el-progress {
  273. border: 1px solid #115079;
  274. }
  275. .center-center-bottom > div {
  276. padding: 10px;
  277. }
  278. .center-center-bottom-right {
  279. display: flex;
  280. justify-content: center;
  281. align-items: center;
  282. position: relative;
  283. overflow-y: auto;
  284. }
  285. .center-center-bottom-right > div:nth-child(1) {
  286. border: 1px dashed #00ffff;
  287. width: 1px;
  288. height: 80%;
  289. }
  290. .center-center-bottom-right > div:nth-child(2) {
  291. position: absolute;
  292. top: calc(20% - 30px);
  293. left: calc(50% - 95px);
  294. background-color: #166592;
  295. color: #2cc6ff;
  296. width: 190px;
  297. height: 20px;
  298. line-height: 20px;
  299. text-align: center;
  300. }
  301. .center-center-bottom-right > div:nth-child(3) {
  302. position: absolute;
  303. top: 60px;
  304. left: 117px;
  305. background-color: #166592;
  306. color: #2cc6ff;
  307. width: 60px;
  308. height: 20px;
  309. line-height: 20px;
  310. text-align: center;
  311. }
  312. .center-center {
  313. height: 100%;
  314. }
  315. .center-center-bottom-right > div:nth-child(4) {
  316. position: absolute;
  317. top: 90px;
  318. left: 117px;
  319. background-color: #416d63;
  320. color: #2cc6ff;
  321. width: 60px;
  322. height: 20px;
  323. line-height: 20px;
  324. text-align: center;
  325. }
  326. .center-center-bottom-right > div:nth-child(5) {
  327. position: absolute;
  328. top: 120px;
  329. left: 117px;
  330. background-color: #166592;
  331. color: #2cc6ff;
  332. width: 60px;
  333. height: 20px;
  334. line-height: 20px;
  335. text-align: center;
  336. }
  337. .center-center-bottom-right > div:nth-child(6) {
  338. position: absolute;
  339. top: 150px;
  340. left: 117px;
  341. background-color: #166592;
  342. color: #2cc6ff;
  343. width: 60px;
  344. height: 20px;
  345. line-height: 20px;
  346. text-align: center;
  347. }
  348. .center-center-bottom-right > div:nth-child(7) {
  349. position: absolute;
  350. top: 180px;
  351. left: 117px;
  352. background-color: #166592;
  353. color: #2cc6ff;
  354. width: 60px;
  355. height: 20px;
  356. line-height: 20px;
  357. text-align: center;
  358. }
  359. .center-center-bottom-right > div:nth-child(8) {
  360. position: absolute;
  361. top: 210px;
  362. left: 117px;
  363. background-color: #166592;
  364. color: #2cc6ff;
  365. width: 60px;
  366. height: 20px;
  367. line-height: 20px;
  368. text-align: center;
  369. }
  370. .center-left-bottom-list {
  371. border: 1px solid #06345e;
  372. }
  373. .center-left-bottom-list > span {
  374. display: inline-block;
  375. padding: 5px 30px;
  376. cursor: pointer;
  377. }
  378. .center-left-bottom-list > span:hover {
  379. color: #2abbff;
  380. }
  381. .center-left-bottom-list > span:nth-child(odd) {
  382. background-color: #1a426c;
  383. }
  384. .footer-right-bottom {
  385. padding: 0 50px !important;
  386. padding-bottom: 20px !important;
  387. }
  388. .footer-right-bottom .el-progress-bar__inner {
  389. background: linear-gradient(to right, #092854, #00aeff);
  390. }
  391. .footer-right-bottom .el-progress {
  392. width: 85%;
  393. }
  394. .el-progress-bar__outer {
  395. background-color: #6fa0ce;
  396. }
  397. .blue {
  398. color: #3af7fe;
  399. }
  400. .yellow {
  401. color: #ffd200;
  402. }
  403. .pink {
  404. color: #d87aff;
  405. }
  406. .footer-left-bottom {
  407. height: 100%;
  408. padding: 10px;
  409. font-size: 14px;
  410. }
  411. /* zhb */
  412. /* 宽高纵横比 */
  413. .aspect-auto {
  414. aspect-ratio: auto;
  415. }
  416. .aspect-square {
  417. aspect-ratio: 1 / 1;
  418. }
  419. .aspect-video {
  420. aspect-ratio: 16 / 9;
  421. }
  422. /* aspect-[4/3] */
  423. /* 居中 */
  424. .mx-auto {
  425. margin: 0 auto;
  426. }
  427. /* 设置容器内的列数/每列距离 */
  428. .columns-1 {
  429. columns: 1;
  430. }
  431. /* columns-[20px] */
  432. /* 盒子模型 */
  433. .box-border {
  434. box-sizing: border-box;
  435. }
  436. .box-content {
  437. box-sizing: content-box;
  438. }
  439. /* 消失 */
  440. .hidden {
  441. display: none;
  442. }
  443. /* 块级元素 */
  444. .block {
  445. display: block;
  446. }
  447. /* 行内块 */
  448. .inline-block {
  449. display: inline-block;
  450. }
  451. /* 行内元素 */
  452. .inline {
  453. display: inline;
  454. }
  455. /* 弹性布局 */
  456. .flex {
  457. display: flex;
  458. }
  459. /* 主轴起点在左边 */
  460. .flex-row {
  461. flex-direction: row;
  462. }
  463. /* 主轴起点在右边 */
  464. .flex-row-reverse {
  465. flex-direction: row-reverse;
  466. }
  467. /* 主轴竖向排列,在上面 */
  468. .flex-col {
  469. flex-direction: column;
  470. }
  471. /* 主轴竖向排列,在下面 */
  472. .flex-col-reverse {
  473. flex-direction: column-reverse;
  474. }
  475. /* 自动换行 */
  476. .flex-wrap {
  477. flex-wrap: wrap;
  478. }
  479. /* 自动换行下起点 */
  480. .flex-wrap-reverse {
  481. flex-wrap: wrap-reverse;
  482. }
  483. /* 不换行 */
  484. .flex-nowrap {
  485. flex-wrap: nowrap;
  486. }
  487. /* 弹性成长 */
  488. .grow {
  489. flex-grow: 1;
  490. }
  491. /* 不允许弹性成长 */
  492. .grow-0 {
  493. flex-grow: 0;
  494. }
  495. /* 主轴从左开始 */
  496. .justify-start {
  497. justify-content: flex-start;
  498. }
  499. /* 主轴从右开始 */
  500. .justify-end {
  501. justify-content: flex-end;
  502. }
  503. /* 主轴剧中 */
  504. .justify-center {
  505. justify-content: center;
  506. }
  507. /* 主轴两端无间隔 */
  508. .justify-between {
  509. justify-content: space-between;
  510. }
  511. /* 主轴两端有间隔 */
  512. .justify-around {
  513. justify-content: space-around;
  514. }
  515. /* 所有间隔相等 */
  516. .justify-evenly {
  517. justify-content: space-evenly;
  518. }
  519. /* 纵向起点最上方 */
  520. .items-start {
  521. align-items: flex-start;
  522. }
  523. /* 纵向起点最下方 */
  524. .items-end {
  525. align-items: flex-end;
  526. }
  527. .items-center {
  528. align-items: center;
  529. }
  530. /* 网格布局 */
  531. .grid {
  532. display: grid;
  533. }
  534. /* 有几列 */
  535. .grid-cols-4 {
  536. grid-template-columns: repeat(4, minmax(0, 1fr));
  537. }
  538. /* 有几行 */
  539. .grid-rows-3 {
  540. grid-template-rows: repeat(3, minmax(0, 1fr));
  541. }
  542. /* 间距 */
  543. .gap-7 {
  544. gap: 1.75rem;
  545. }
  546. /* 允许弹性成长 */
  547. .shrink {
  548. flex-shrink: 1;
  549. }
  550. /* 不允许弹性成长 */
  551. .shrink-0 {
  552. flex-shrink: 0;
  553. }
  554. /* 不允许成长也不允许收缩 */
  555. .flex-none {
  556. flex: none;
  557. }
  558. /* 浮动布局 */
  559. .float-right {
  560. float: right;
  561. }
  562. .float-left {
  563. float: left;
  564. }
  565. .clear-both {
  566. clear: both;
  567. }
  568. /* 溢出 */
  569. .overflow-auto {
  570. overflow: auto;
  571. }
  572. .overflow-hidden {
  573. overflow: hidden;
  574. }
  575. .overflow-scroll {
  576. overflow: scroll;
  577. }
  578. .overflow-x-auto {
  579. overflow-x: auto;
  580. }
  581. .overflow-y-auto {
  582. overflow-y: auto;
  583. }
  584. /* 定位 */
  585. .fixed {
  586. position: fixed;
  587. }
  588. .absolute {
  589. position: absolute;
  590. }
  591. .relative {
  592. position: relative;
  593. }
  594. .top-0 {
  595. top: 0px;
  596. }
  597. .right-0 {
  598. right: 0px;
  599. }
  600. .bottom-0 {
  601. bottom: 0px;
  602. }
  603. .left-0 {
  604. left: 0px;
  605. }
  606. /* top-[3px] */
  607. /* z-[100] */
  608. /* 显示隐藏未脱离文档流 */
  609. .visible {
  610. visibility: visible;
  611. }
  612. .invisible {
  613. visibility: hidden;
  614. }
  615. /* 内边距 */
  616. .p-0 {
  617. padding: 0px;
  618. }
  619. .px-0 {
  620. padding-left: 0px;
  621. padding-right: 0px;
  622. }
  623. .py-0 {
  624. padding-top: 0px;
  625. padding-bottom: 0px;
  626. }
  627. .pt-0 {
  628. padding-top: 0px;
  629. }
  630. .pr-0 {
  631. padding-right: 0px;
  632. }
  633. .pb-0 {
  634. padding-bottom: 0px;
  635. }
  636. .pl-0 {
  637. padding-left: 0px;
  638. }
  639. /* p-[5px] */
  640. /* 外边距 */
  641. .m-0 {
  642. margin: 0px;
  643. }
  644. .mx-0 {
  645. margin-left: 0px;
  646. margin-right: 0px;
  647. }
  648. .my-0 {
  649. margin-top: 0px;
  650. margin-bottom: 0px;
  651. }
  652. .mt-0 {
  653. margin-top: 0px;
  654. }
  655. .mr-0 {
  656. margin-right: 0px;
  657. }
  658. .mb-0 {
  659. margin-bottom: 0px;
  660. }
  661. .ml-0 {
  662. margin-left: 0px;
  663. }
  664. /* m-[5px] */
  665. /* 宽度 */
  666. .w-full {
  667. width: 100%;
  668. }
  669. .w-screen {
  670. width: 100vw;
  671. }
  672. /* w-[32rem] */
  673. /* min-w-[50%] */
  674. /* max-w-[50%] */
  675. /* 高度 */
  676. .h-full {
  677. height: 100%;
  678. }
  679. .h-screen {
  680. height: 100vh;
  681. }
  682. /* h-[32rem] */
  683. /* min-h-[50%] */
  684. /* max-h-[32rem] */
  685. /* 字体 */
  686. .text-xs {
  687. font-size: 0.75rem; /* 12px */
  688. line-height: 1rem; /* 16px */
  689. }
  690. .text-sm {
  691. font-size: 0.875rem; /* 14px */
  692. line-height: 1.25rem; /* 20px */
  693. }
  694. .text-base {
  695. font-size: 1rem; /* 16px */
  696. line-height: 1.5rem; /* 24px */
  697. }
  698. .text-lg {
  699. font-size: 1.125rem; /* 18px */
  700. line-height: 1.75rem; /* 28px */
  701. }
  702. .text-xl {
  703. font-size: 1.25rem; /* 20px */
  704. line-height: 1.75rem; /* 28px */
  705. }
  706. .text-2xl {
  707. font-size: 1.5rem; /* 24px */
  708. line-height: 2rem; /* 32px */
  709. }
  710. .text-3xl {
  711. font-size: 1.875rem; /* 30px */
  712. line-height: 2.25rem; /* 36px */
  713. }
  714. .text-4xl {
  715. font-size: 2.25rem; /* 36px */
  716. line-height: 2.5rem; /* 40px */
  717. }
  718. .text-5xl {
  719. font-size: 3rem; /* 48px */
  720. line-height: 1;
  721. }
  722. .text-6xl {
  723. font-size: 3.75rem; /* 60px */
  724. line-height: 1;
  725. }
  726. .text-7xl {
  727. font-size: 4.5rem; /* 72px */
  728. line-height: 1;
  729. }
  730. .text-8xl {
  731. font-size: 6rem; /* 96px */
  732. line-height: 1;
  733. }
  734. .text-9xl {
  735. font-size: 8rem; /* 128px */
  736. line-height: 1;
  737. }
  738. /* text-[14px] */
  739. /* 字体粗细font-weight */
  740. /* font-[1100] */
  741. /* https://tailwindcss.com/docs/font-weight */
  742. /* 字体间距letter-spacing */
  743. /* tracking-[.25em] */
  744. /* 行高line-height */
  745. /* leading-[3rem] */
  746. /* 无列表样式 */
  747. .list-none {
  748. list-style-type: none;
  749. }
  750. /* 小圆点 */
  751. .list-disc {
  752. list-style-type: disc;
  753. }
  754. /* 数字列表 */
  755. .list-decimal {
  756. list-style-type: decimal;
  757. }
  758. .text-left {
  759. text-align: left;
  760. }
  761. .text-center {
  762. text-align: center;
  763. }
  764. .text-right {
  765. text-align: right;
  766. }
  767. /* 所有文本头尾对齐 */
  768. .text-justify {
  769. text-align: justify;
  770. }
  771. /* 文本颜色 */
  772. /* text-[#50d71e] */
  773. /* https://tailwindcss.com/docs/text-color */
  774. /* 下划线 */
  775. .underline {
  776. text-decoration-line: underline;
  777. }
  778. /* 上划线 */
  779. .overline {
  780. text-decoration-line: overline;
  781. }
  782. /* 中划线 */
  783. .line-through {
  784. text-decoration-line: line-through;
  785. }
  786. /* 无划线 */
  787. .no-underline {
  788. text-decoration-line: none;
  789. }
  790. /* 全小写 */
  791. .lowercase {
  792. text-transform: lowercase;
  793. }
  794. /* 全大写 */
  795. .uppercase {
  796. text-transform: uppercase;
  797. }
  798. /* 首字母大写 */
  799. .capitalize {
  800. text-transform: capitalize;
  801. }
  802. ::-webkit-scrollbar {
  803. width: 8px;
  804. }
  805. ::-webkit-scrollbar-thumb {
  806. border-radius: 10px;
  807. background: #6face0;
  808. }