index.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871
  1. html {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. body {
  6. margin: 0;
  7. padding: 0;
  8. }
  9. .box {
  10. display: flex;
  11. }
  12. /* .menu {
  13. min-width: 250px;
  14. height: 100vh;
  15. background: #4d4d4d;
  16. border-radius: 0px 0px 0px 0px;
  17. opacity: 1;
  18. } */
  19. .content {
  20. flex: 1;
  21. background: #f7f7fa;
  22. height: 100vh;
  23. overflow: hidden;
  24. overflow-y: auto;
  25. white-space: nowrap;
  26. }
  27. /* .head {
  28. width: 100%;
  29. height: 80px;
  30. background: #ffffff;
  31. border-radius: 0px 0px 0px 0px;
  32. opacity: 1;
  33. } */
  34. .content {
  35. flex: 1;
  36. background: #f7f7fa;
  37. height: 100vh;
  38. overflow: hidden;
  39. overflow-y: auto;
  40. white-space: nowrap;
  41. }
  42. .head {
  43. width: 100%;
  44. height: 80px;
  45. background: #ffffff;
  46. border-radius: 0px 0px 0px 0px;
  47. opacity: 1;
  48. }
  49. .floor1-box {
  50. display: flex;
  51. justify-content: space-between;
  52. flex-wrap: wrap;
  53. /* flex-flow: row wrap; */
  54. /* margin: 0 24px; */
  55. }
  56. .flex-1 {
  57. flex: 1;
  58. display: flex;
  59. justify-content: space-around;
  60. /* flex-wrap: wrap; */
  61. }
  62. .flex-2 {
  63. flex: 1;
  64. display: flex;
  65. justify-content: space-around;
  66. /* flex-wrap: wrap; */
  67. }
  68. .floor1-each {
  69. /* width: 245px;
  70. height: 154px; */
  71. /* width: 327px; */
  72. height: 154px;
  73. flex: 1;
  74. border-radius: 10px 10px 10px 10px;
  75. opacity: 1;
  76. /* margin-left: 24px; */
  77. margin: 24px 12px 0 12px;
  78. padding: 0 28px 0 32px;
  79. display: flex;
  80. justify-content: space-between;
  81. align-items: center;
  82. }
  83. .text-box-text {
  84. font-size: 16px;
  85. font-weight: 400;
  86. color: #FFF;
  87. }
  88. .floor1-each-img {
  89. font-size: 14px;
  90. font-weight: 400;
  91. margin-top: 4px;
  92. }
  93. .floor1-each-img-r {
  94. width: 16px;
  95. height: 10px;
  96. }
  97. .change-img {
  98. width: 78px;
  99. height: 78px;
  100. }
  101. .floor1-each-img-r {
  102. width: 78px;
  103. height: 78px;
  104. }
  105. .each-1 {
  106. background: #1962EC;
  107. }
  108. .each-2 {
  109. background: #FC9131;
  110. }
  111. .each-3 {
  112. background: #EB1918;
  113. }
  114. .each-4 {
  115. background: #00CE9B;
  116. }
  117. .change {
  118. color: #FFF;
  119. }
  120. .up-icon{
  121. width: 16px;
  122. height: 9px;
  123. }
  124. .boxs {
  125. display: flex;
  126. /* justify-content: space-between; */
  127. /* justify-content: space-around; */
  128. flex-wrap: wrap;
  129. }
  130. .boxs-1 {
  131. display: flex;
  132. justify-content: space-between;
  133. flex-wrap: wrap;
  134. /* flex-flow: row wrap; */
  135. /* margin: 0 24px; */
  136. }
  137. .boxs:after {
  138. flex: auto;
  139. }
  140. .each-box {
  141. display: flex;
  142. justify-content: space-between;
  143. flex-wrap: wrap;
  144. }
  145. .box-l {
  146. flex: 1;
  147. display: flex;
  148. justify-content: space-around;
  149. flex-wrap: wrap;
  150. }
  151. .box-r {
  152. flex: 1;
  153. display: flex;
  154. justify-content: space-around;
  155. flex-wrap: wrap;
  156. }
  157. .box-1 {
  158. /* max-width: 518px; */
  159. min-width: 200px;
  160. height: 385px;
  161. /* background: linear-gradient(180deg, #54e16e 0%, #4bd2a6 100%); */
  162. background: linear-gradient(180deg, #02DAA4 0%, #019D76 100%);
  163. border-radius: 20px 20px 20px 20px;
  164. /* margin-top: 24px;
  165. margin-left: 24px; */
  166. margin: 24px 12px 0 12px;
  167. flex: 7;
  168. }
  169. .back {
  170. /* max-width: 470px;
  171. min-width: 370px; */
  172. width: 90%;
  173. height: 164px;
  174. background: #0F9B80;
  175. border-radius: 20px 20px 20px 20px;
  176. margin: auto;
  177. margin-top: 30px;
  178. display: flex;
  179. align-items: center;
  180. justify-content: space-between;
  181. }
  182. .back-sum {
  183. font-size: 16px;
  184. font-weight: 400;
  185. color: #ffffff;
  186. margin: 24px 0 0 24px;
  187. }
  188. .back-sum-money {
  189. font-size: 56px;
  190. margin-left: 24px;
  191. margin-top: 14px;
  192. font-weight: bold;
  193. color: #ffffff;
  194. }
  195. .back-change {
  196. font-size: 14px;
  197. font-weight: 400;
  198. color: #ffdec0;
  199. margin-top: 4px;
  200. margin-left: 24px;
  201. }
  202. .sum {
  203. font-size: 16px;
  204. font-weight: 400;
  205. color: #ffffff;
  206. margin: 32px 0 0 32px;
  207. }
  208. .sum-money {
  209. font-size: 56px;
  210. margin-left: 32px;
  211. margin-top: 14px;
  212. font-weight: bold;
  213. color: #ffffff;
  214. }
  215. .change {
  216. font-size: 14px;
  217. font-weight: 400;
  218. color: #FFF;
  219. margin-top: 4px;
  220. }
  221. .box1-change {
  222. font-size: 14px;
  223. font-weight: 400;
  224. color: #ffdec0;
  225. margin-top: 4px;
  226. margin-left: 32px;
  227. }
  228. .box-1-change-img {
  229. width: 16px;
  230. height: 10px;
  231. }
  232. .box-2 {
  233. /* max-width: 532px; */
  234. height: 385px;
  235. display: flex;
  236. justify-content: space-between;
  237. /* margin-top: 24px; */
  238. margin: 24px 12px 0 12px;
  239. flex: 1;
  240. /* margin: 24px 24px 0 24px; */
  241. }
  242. .box-2-1 {
  243. /* max-width: 254px; */
  244. height: 385px;
  245. background: linear-gradient(180deg, #5ae8ff 0%, #34b3ef 100%);
  246. border-radius: 20px 20px 20px 20px;
  247. opacity: 1;
  248. flex: 4;
  249. /* margin-right: 14px;
  250. margin-top: 24px; */
  251. margin: 24px 12px 0 12px;
  252. }
  253. .ico-img {
  254. width: 74px;
  255. height: 74px;
  256. margin-top: 40px;
  257. margin-left: 24px;
  258. }
  259. .img-ico-img {
  260. width: 74px;
  261. height: 74px;
  262. }
  263. .box-2-back {
  264. margin-top: 100px;
  265. }
  266. .back-sum {
  267. font-size: 16px;
  268. font-weight: 400;
  269. color: #ffffff;
  270. margin: 24px 0 0 24px;
  271. }
  272. .back-sum-money {
  273. font-size: 40px;
  274. margin-left: 24px;
  275. margin-top: 14px;
  276. font-weight: bold;
  277. color: #ffffff;
  278. }
  279. .back-change {
  280. font-size: 14px;
  281. font-weight: 400;
  282. color: #ffdec0;
  283. margin-top: 4px;
  284. margin-left: 24px;
  285. }
  286. .back-change-img {
  287. width: 16px;
  288. height: 10px;
  289. }
  290. .box-2-2 {
  291. /* max-width: 254px; */
  292. height: 385px;
  293. background: #1962EC;
  294. border-radius: 20px 20px 20px 20px;
  295. opacity: 1;
  296. flex: 1;
  297. }
  298. /* //////////////////////////////////////////////////////////////////////////////////////////////////////// */
  299. /* new2-3 */
  300. .newbox-3 {
  301. flex: 7;
  302. /* max-width: 525px; */
  303. min-width: 235px;
  304. /* width: 525px; */
  305. height: 385px;
  306. margin: 24px 12px 0 12px;
  307. }
  308. .newbox-3-1 {
  309. width: 100%;
  310. height: 180px;
  311. background: #5119EC;
  312. border-radius: 20px 20px 20px 20px;
  313. opacity: 1;
  314. display: flex;
  315. justify-content: space-between;
  316. position: relative;
  317. }
  318. .newbox-3-2 {
  319. width: 100%;
  320. height: 180px;
  321. background: #FC9131;
  322. border-radius: 20px 20px 20px 20px;
  323. opacity: 1;
  324. display: flex;
  325. justify-content: space-between;
  326. position: relative;
  327. margin-top: 25px;
  328. }
  329. .newbox-3-1-img {
  330. width: 160px;
  331. height: 130px;
  332. position: absolute;
  333. bottom: 0;
  334. right: 30px;
  335. }
  336. .newbox-5 {
  337. flex: 1;
  338. /* max-width: 524px; */
  339. min-width: 400px;
  340. /* width: 524px; */
  341. height: 576px;
  342. margin: 24px 12px 0 12px;
  343. display: flex;
  344. justify-content: space-between;
  345. }
  346. .newbox-5-1 {
  347. flex: 1;
  348. /* max-width: 250px; */
  349. min-width: 150px;
  350. height: 576px;
  351. background: #FFFFFF;
  352. border-radius: 20px 20px 20px 20px;
  353. opacity: 1;
  354. /* margin-top: 24px; */
  355. margin: 24px 12px 0 12px;
  356. }
  357. /* 2-3 */
  358. .box-3 {
  359. /* max-width: 524px; */
  360. height: 385px;
  361. background: linear-gradient(135deg, #f7fdff 0%, #ebf1fc 100%);
  362. border-radius: 20px 20px 20px 20px;
  363. opacity: 1;
  364. margin: 24px 12px 0 12px;
  365. flex: 1;
  366. }
  367. .box-3-head {
  368. padding: 24px 24px 12px 24px;
  369. display: flex;
  370. justify-content: space-between;
  371. }
  372. .title {
  373. font-size: 18px;
  374. font-weight: bold;
  375. color: #333333;
  376. padding-right: 10px;
  377. position: relative;
  378. top: 3px;
  379. margin-bottom: 10px;
  380. }
  381. .rod {
  382. display: inline-block;
  383. width: 4px;
  384. height: 15px;
  385. background: #00ce9b;
  386. border-radius: 0px 0px 0px 0px;
  387. opacity: 1;
  388. }
  389. .tags-box{
  390. margin-bottom: 10px;
  391. }
  392. .tags-box-span {
  393. display: inline-block;
  394. width: 40px;
  395. height: 32px;
  396. background: #ffffff;
  397. opacity: 1;
  398. font-size: 14px;
  399. font-weight: 400;
  400. color: #333333;
  401. line-height: 32px;
  402. text-align: center;
  403. cursor: pointer;
  404. }
  405. .curtag {
  406. background: #00ce9b;
  407. color: #ffffff;
  408. }
  409. div::-webkit-scrollbar {
  410. width: 6px;
  411. }
  412. div::-webkit-scrollbar-track {
  413. background: #ebf1fc;
  414. border-radius: 2px;
  415. }
  416. div::-webkit-scrollbar-thumb {
  417. background: #e5e5e7;
  418. border-radius: 10px;
  419. }
  420. div::-webkit-scrollbar-thumb:hover {
  421. background: #e5e5e7;
  422. }
  423. .list-box {
  424. width: 98%;
  425. height: 310px;
  426. background: #ffffff;
  427. border-radius: 10px 10px 10px 10px;
  428. opacity: 1;
  429. margin: auto;
  430. overflow: hidden;
  431. overflow-y: auto;
  432. white-space: nowrap;
  433. }
  434. .list-box::-webkit-scrollbar{
  435. display: none;
  436. }
  437. .title-box {
  438. width: 456px;
  439. width: 90%;
  440. background: #fafafa;
  441. border-radius: 0px 0px 0px 0px;
  442. opacity: 1;
  443. margin: auto;
  444. display: flex;
  445. justify-content: space-around;
  446. padding: 12px 0;
  447. font-size: 14px;
  448. font-weight: 500;
  449. color: #666666;
  450. margin-top: 24px;
  451. }
  452. .title-1 {
  453. flex: 1;
  454. text-align: center;
  455. }
  456. .title-2 {
  457. flex: 3;
  458. padding-left: 20px;
  459. }
  460. .title-3 {
  461. flex: 2;
  462. text-align: center;
  463. }
  464. .title-4 {
  465. flex: 1;
  466. text-align: center;
  467. }
  468. .overflow-box {
  469. width: 100%;
  470. height: 240px;
  471. overflow: hidden;
  472. overflow-y: auto;
  473. white-space: nowrap;
  474. }
  475. .content-box {
  476. width: 90%;
  477. opacity: 1;
  478. margin: auto;
  479. display: flex;
  480. justify-content: space-around;
  481. font-size: 14px;
  482. font-weight: 500;
  483. color: #666666;
  484. margin-top: 24px;
  485. }
  486. .title-1 {
  487. flex: 1;
  488. text-align: center;
  489. }
  490. .title-2 {
  491. flex: 3;
  492. padding-left: 20px;
  493. }
  494. .title-3 {
  495. flex: 2;
  496. text-align: center;
  497. }
  498. .title-4 {
  499. flex: 1;
  500. text-align: center;
  501. }
  502. /* 4 */
  503. .box-4 {
  504. flex: 1;
  505. margin-top: 24px;
  506. /* max-width: 525px; */
  507. margin: 24px 12px 0 12px;
  508. }
  509. .box-4-1 {
  510. /* width: 525px; */
  511. width: 100%;
  512. height: 276px;
  513. background: #ffffff;
  514. border-radius: 20px 20px 20px 20px;
  515. opacity: 1;
  516. }
  517. .box-4-2 {
  518. /* width: 525px; */
  519. width: 100%;
  520. height: 276px;
  521. background: #ffffff;
  522. border-radius: 20px 20px 20px 20px;
  523. opacity: 1;
  524. margin-top: 24px;
  525. }
  526. /* 5 */
  527. .box-5 {
  528. /* max-width: 525px; */
  529. flex: 1;
  530. height: 576px;
  531. background: #ffffff;
  532. border-radius: 20px 20px 20px 20px;
  533. opacity: 1;
  534. /* margin: 24px 24px 0 24px; */
  535. margin: 24px 12px 0 12px;
  536. /* padding: 0 14px; */
  537. }
  538. .box-5-each {
  539. /* max-width: 455px; */
  540. width: 95%;
  541. height: 160px;
  542. background: #fafafc;
  543. border-radius: 20px 20px 20px 20px;
  544. opacity: 1;
  545. margin: auto;
  546. margin-top: 24px;
  547. display: flex;
  548. justify-content: space-between;
  549. align-items: center;
  550. }
  551. .box-5-text {
  552. margin-left: 24px;
  553. }
  554. .today {
  555. font-size: 16px;
  556. font-weight: 400;
  557. color: #999999;
  558. }
  559. .number {
  560. font-size: 40px;
  561. font-weight: bold;
  562. color: #FFF;
  563. margin-top: 14px;
  564. }
  565. .number-b {
  566. font-size: 40px;
  567. font-weight: bold;
  568. color: #333333;
  569. margin-top: 14px;
  570. }
  571. .relatively-1 {
  572. font-size: 14px;
  573. font-weight: 400;
  574. color: #73bda4;
  575. margin-top: 4px;
  576. }
  577. .relatively-1-img {
  578. width: 16px;
  579. height: 9px;
  580. }
  581. .relatively-2 {
  582. font-size: 14px;
  583. font-weight: 400;
  584. color: #87abeb;
  585. margin-top: 4px;
  586. }
  587. .relatively-3 {
  588. font-size: 14px;
  589. font-weight: 400;
  590. color: #f17979;
  591. margin-top: 4px;
  592. }
  593. .box-5-img {
  594. flex: 1;
  595. margin-right: 22px;
  596. }
  597. .img-box-5-img {
  598. width: 100%;
  599. }
  600. /* 6 */
  601. .box-6 {
  602. /* max-width: 500px; */
  603. min-width: 360px;
  604. flex: 1;
  605. height: 576px;
  606. background: #ffffff;
  607. border-radius: 20px 20px 20px 20px;
  608. opacity: 1;
  609. /* margin-top: 24px; */
  610. margin: 24px 12px 0 12px;
  611. /* padding: 18px 12px; */
  612. /* display: flex;
  613. justify-content: space-around;
  614. flex-wrap: wrap;
  615. align-items: center; */
  616. }
  617. .box-6-each {
  618. flex: 1;
  619. /* min-width: 178px;
  620. max-width: 230px; */
  621. height: 160px;
  622. background: #f5f5f9;
  623. border-radius: 20px 20px 20px 20px;
  624. opacity: 1;
  625. padding: 20px 0 20px 20px;
  626. margin: 24px 12px 0 12px;
  627. }
  628. .box-6-each-title {
  629. /* font-size: 16px; */
  630. font-weight: 400;
  631. color: #333333;
  632. }
  633. .box-6-each-title-img {
  634. width: 28px;
  635. height: 28px;
  636. vertical-align: middle;
  637. margin-right: 8px;
  638. }
  639. .box-6-each-number {
  640. font-size: 40px;
  641. font-weight: bold;
  642. color: #333333;
  643. margin-top: 12px;
  644. }
  645. .box-6-each-compare {
  646. font-size: 14px;
  647. font-weight: 400;
  648. color: #333333;
  649. /* margin-top: 4px; */
  650. }
  651. .box-6-each-compare-img {
  652. width: 16px;
  653. height: 9px;
  654. }
  655. .single-1 {
  656. background: #eee5ff;
  657. }
  658. .single-2 {
  659. background: #fef3e8;
  660. }
  661. .single-3 {
  662. background: #e9fcec;
  663. }
  664. .single-4 {
  665. background: #f0f6fb;
  666. }
  667. .single-5 {
  668. background: #ffe9ed;
  669. }
  670. .single-6 {
  671. background: #f5f5f9;
  672. }
  673. .box-7 {
  674. /* max-width: 525px; */
  675. flex: 1;
  676. height: 420px;
  677. background: #ffffff;
  678. border-radius: 20px 20px 20px 20px;
  679. opacity: 1;
  680. /* margin-top: 24px; */
  681. margin: 24px 12px 0 12px;
  682. }
  683. /* .box-7-2 {
  684. margin: 24px 24px 0 24px;
  685. } */
  686. .curtag1 {
  687. background-color: #00CE9B;
  688. color: #FFF;
  689. }
  690. .charts-box{
  691. display: flex;
  692. align-items: center;
  693. font-size: 18px;
  694. color: #333;
  695. padding: 10px 24px;
  696. }
  697. .line{
  698. width:4px;
  699. height: 15px;
  700. margin-right: 10px;
  701. background: #00CE9B;
  702. }
  703. @media (max-width: 900px) {
  704. .flex-1{
  705. flex-wrap: wrap;
  706. }
  707. .flex-2{
  708. flex-wrap: wrap;
  709. }
  710. }
  711. @media (max-width: 600px) {
  712. .box-1,.newbox-3{
  713. min-width: 400px;
  714. }
  715. .box-4{
  716. min-width: 400px;
  717. }
  718. .box-5{
  719. min-width: 400px;
  720. }
  721. .box-5-img{
  722. display: none;
  723. }
  724. }
  725. @media (max-width: 400px) {
  726. .box-3-head{
  727. flex-wrap: wrap;
  728. }
  729. .box-1,.newbox-3{
  730. min-width: 100%;
  731. }
  732. .box-4{
  733. min-width: 100%;
  734. }
  735. .box-5{
  736. min-width: 100%;
  737. }
  738. }