大湾社区城市书房智慧大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1807 lines
42 KiB

1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
1 month ago
  1. #screen-container {
  2. width: 100%;
  3. height: 100vh;
  4. font-size: .3125rem;
  5. line-height: .4375rem;
  6. color: #fff;
  7. overflow: hidden;
  8. background: url('~@/assets/images/bg2.png') no-repeat top center #02061a;
  9. background-size: 100% 100%;
  10. font-family: 'DingTalk_JinBuTi_Regular';
  11. }
  12. .page-wrapper{
  13. width: 100%;
  14. height: 100vh;
  15. position: absolute;
  16. top: 0;
  17. left: 0;
  18. background: #001244;
  19. padding-top: 1.5625rem;
  20. overflow: hidden;
  21. }
  22. .page-four-wrapper{
  23. background: #000629;
  24. }
  25. .loading {
  26. position: fixed;
  27. top: 0;
  28. left: 0;
  29. right: 0;
  30. bottom: 0;
  31. width: 100%;
  32. height: 100%;
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. background: rgba(0, 0, 0, 0.9);
  37. z-index: 99999999;
  38. }
  39. .header-page{
  40. // position: fixed;
  41. // right: .175rem;
  42. // top: .175rem;
  43. margin-left: .125rem;
  44. margin-top: -0.125rem;
  45. font-size:.175rem;
  46. background: rgba(82,146,255,0.2);
  47. border: 1px solid #5292FF;
  48. height: .3125rem;
  49. padding: 0 .075rem;
  50. line-height: .3125rem;
  51. z-index: 999999;
  52. cursor: pointer;
  53. }
  54. .dot-container {
  55. display: flex;
  56. justify-content: space-around;
  57. width: .75rem;
  58. }
  59. .dot {
  60. width: .1375rem;
  61. height: .075rem;
  62. margin-right: .075rem;
  63. animation: blink 1s infinite;
  64. }
  65. // 头部主题标题
  66. .header-container {
  67. position: relative;
  68. width: 100%;
  69. height: 1.0625rem;
  70. color: #fff;
  71. z-index: 9999;
  72. .header-title {
  73. position: relative;
  74. font-family: 'Microsoft YaHei';
  75. width: 18.1375rem;
  76. height: 1.0625rem;
  77. margin: 0 auto;
  78. background: url('~@/assets/images/header-bg.png') no-repeat top left;
  79. background-size: cover;
  80. h2 {
  81. font-size: .375rem;
  82. font-weight: bold;
  83. line-height: .75rem;
  84. text-align: center;
  85. background: -webkit-linear-gradient(180deg, #fff 30%, #77baff 100%);
  86. background: linear-gradient(180deg, #fff 30%, #77baff 100%);
  87. -webkit-background-clip: text;
  88. background-clip: text;
  89. -webkit-text-fill-color: transparent;
  90. color: transparent;
  91. text-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  92. }
  93. .header-bottom{
  94. position: absolute;
  95. left: 50%;
  96. bottom: 0;
  97. width: 2.45rem;
  98. height: .075rem;
  99. background: url('~@/assets/images/header_13_b.png') no-repeat top left;
  100. background-size: contain;
  101. margin-left: -1.175rem;
  102. overflow: hidden;
  103. .bottom-block{
  104. position: absolute;
  105. // left: 50%;
  106. bottom: 0;
  107. width: .8rem;
  108. height: .0625rem;
  109. background: url('~@/assets/images/header_13.png') no-repeat top left;
  110. background-size: contain;
  111. transform: translateX(-50%) rotate(180deg);
  112. animation: runblock 3s infinite;
  113. }
  114. }
  115. .left-dots{
  116. position: absolute;
  117. left: 2.25rem;
  118. top: .0625rem;
  119. .dot:nth-child(1) {
  120. background: url('~@/assets/images/header_03.png') no-repeat top left;
  121. background-size: contain;
  122. }
  123. .dot:nth-child(2) {
  124. background: url('~@/assets/images/header_05.png') no-repeat top left;
  125. background-size: contain;
  126. }
  127. .dot:nth-child(3) {
  128. background: url('~@/assets/images/header_07.png') no-repeat top left;
  129. background-size: contain;
  130. }
  131. .dot:nth-child(3) {
  132. animation-delay: 0.4s;
  133. }
  134. }
  135. .right-dots{
  136. position: absolute;
  137. right: 2rem;
  138. top: .0625rem;
  139. .dot:nth-child(1) {
  140. background: url('~@/assets/images/header_09.png') no-repeat top left;
  141. background-size: contain;
  142. }
  143. .dot:nth-child(2) {
  144. background: url('~@/assets/images/header_11.png') no-repeat top left;
  145. background-size: contain;
  146. }
  147. .dot:nth-child(3) {
  148. background: url('~@/assets/images/header_15.png') no-repeat top left;
  149. background-size: contain;
  150. }
  151. .dot:nth-child(1) {
  152. animation-delay: 0.4s;
  153. }
  154. }
  155. }
  156. @keyframes runblock{
  157. 0%{
  158. left: calc(.375rem);
  159. }
  160. 50%{
  161. left: calc(100% - .375rem);
  162. }
  163. 100%{
  164. left: calc(.375rem);
  165. }
  166. }
  167. .header-text {
  168. position: absolute;
  169. }
  170. .header-weather {
  171. // top: .175rem;
  172. max-width: 2rem;
  173. height: .625rem;
  174. margin-top: .125rem;
  175. // right: 0.25rem;
  176. overflow: hidden;
  177. }
  178. .header-date {
  179. top: .125rem;
  180. left: .2125rem;
  181. display: flex;
  182. justify-content: flex-start;
  183. align-items: center;
  184. .time {
  185. width: 1.625rem;
  186. font-size: .375rem;
  187. font-weight: bold;
  188. line-height: .375rem;
  189. padding-right: .2125rem;
  190. border-right: 1px solid rgba(255, 255, 255, 0.5);
  191. }
  192. .time-other {
  193. font-size: .175rem;
  194. line-height: .275rem;
  195. padding-left: .2125rem;
  196. span {
  197. display: block;
  198. }
  199. }
  200. }
  201. }
  202. .dot:nth-child(2) {
  203. animation-delay: 0.2s;
  204. }
  205. @keyframes blink {
  206. 0% {
  207. opacity: 0.2;
  208. }
  209. 20% {
  210. opacity: 1;
  211. }
  212. 100% {
  213. opacity: 0.2;
  214. }
  215. }
  216. // 底部底色
  217. .bottom-bg {
  218. position: fixed;
  219. bottom: 0;
  220. left: 50%;
  221. transform: translateX(-50%);
  222. width: 18.2625rem;
  223. height: .725rem;
  224. background: url('~@/assets/images/bottom-bg.png') no-repeat top left;
  225. background-size: cover;
  226. z-index: 999;
  227. .bottom-content{
  228. position: relative;
  229. width: 100%;
  230. height: 100%;
  231. }
  232. .left-dots{
  233. position: absolute;
  234. left: 4rem;
  235. bottom: .1875rem;
  236. .dot:nth-child(1) {
  237. background: url('~@/assets/images/header_15.png') no-repeat top left;
  238. background-size: contain;
  239. }
  240. .dot:nth-child(2) {
  241. background: url('~@/assets/images/header_11.png') no-repeat top left;
  242. background-size: contain;
  243. }
  244. .dot:nth-child(3) {
  245. background: url('~@/assets/images/header_09.png') no-repeat top left;
  246. background-size: contain;
  247. }
  248. .dot:nth-child(3) {
  249. animation-delay: 0.4s;
  250. }
  251. }
  252. .right-dots{
  253. position: absolute;
  254. right: 4rem;
  255. bottom: .1875rem;
  256. .dot:nth-child(1) {
  257. background: url('~@/assets/images/header_07.png') no-repeat top left;
  258. background-size: contain;
  259. }
  260. .dot:nth-child(2) {
  261. background: url('~@/assets/images/header_05.png') no-repeat top left;
  262. background-size: contain;
  263. }
  264. .dot:nth-child(3) {
  265. background: url('~@/assets/images/header_03.png') no-repeat top left;
  266. background-size: contain;
  267. }
  268. .dot:nth-child(1) {
  269. animation-delay: 0.4s;
  270. }
  271. }
  272. }
  273. // pageOne
  274. .pageOne-database {
  275. display: flex;
  276. justify-content: space-between;
  277. height: 6.25rem;
  278. margin-top: .1875rem;
  279. .database-left,
  280. .database-right {
  281. width: 5.7875rem;
  282. height: 5.625rem;
  283. background-color: #041232;
  284. }
  285. .database-middle {
  286. position: relative;
  287. margin-top: -0.25rem;
  288. flex: 1;
  289. display: flex;
  290. justify-content: center;
  291. .middle-item{
  292. position: absolute;
  293. width: 1.975rem;
  294. height: 1.75rem;
  295. display: flex;
  296. justify-content: flex-start;
  297. flex-direction: column;
  298. align-items: center;
  299. background: url('~@/assets/images/database-img2.png') no-repeat top left;
  300. background-size: cover;
  301. p{
  302. margin-top: .3rem;
  303. font-size: .275rem;
  304. font-weight: 600;
  305. font-style: italic;
  306. color: #44C1EF;
  307. text-shadow: 0 0 10px rgba(73,223,255,.1), 0 0 10px rgba(73,223,255,.1), 0 0 10px rgba(73,223,255,.1), 0 0 10px rgba(73,223,255,.1);
  308. background: linear-gradient(0deg, #50CEF2 0%, #54D2F3 100%);
  309. -webkit-background-clip: text;
  310. background-clip: text;
  311. -webkit-text-fill-color: transparent;
  312. letter-spacing: .025rem;
  313. }
  314. &.totalBook{
  315. top: .85rem;
  316. left: .4125rem;
  317. }
  318. &.fansNum{
  319. top: 3.575rem;
  320. left: 1.3rem;
  321. }
  322. &.lendingNum{
  323. top: 3.575rem;
  324. right: 1.6375rem
  325. }
  326. &.cardNum{
  327. top: .85rem;
  328. right: .55rem;
  329. }
  330. }
  331. .middle2-item{
  332. position: absolute;
  333. width: 3.3375rem;
  334. // height: 1.275rem;
  335. height: 1.6rem;
  336. display: flex;
  337. justify-content: flex-start;
  338. flex-direction: column;
  339. p{
  340. // font-size: .225rem;
  341. font-size: .3rem;
  342. margin-top: .125rem;
  343. color: #CCDEFF;
  344. letter-spacing: .025rem;
  345. }
  346. .middle-num{
  347. display: flex;
  348. justify-content: flex-start;
  349. align-items: center;
  350. margin-top: .13rem;
  351. .middle-unit{
  352. display: block;
  353. font-size: .175rem;
  354. color: #CCDEFF;
  355. padding-left: .0625rem;
  356. margin-top: .125rem;
  357. }
  358. }
  359. &.totalBook{
  360. top: .91rem;
  361. left: 1.1125rem;
  362. }
  363. &.fansNum{
  364. top: 3.55rem;
  365. left: .6125rem;
  366. }
  367. &.totalBook,
  368. &.fansNum{
  369. background: url('~@/assets/images/pageOne-1-b.png') no-repeat top left;
  370. background-size: cover;
  371. p{
  372. padding-left: .45rem;
  373. }
  374. }
  375. &.lendingNum{
  376. top: 3.55rem;
  377. right: .2375rem;
  378. }
  379. &.cardNum{
  380. top: .91rem;
  381. right: .7375rem;
  382. }
  383. &.lendingNum,
  384. &.cardNum{
  385. background: url('~@/assets/images/pageOne-2-b.png') no-repeat top left;
  386. background-size: cover;
  387. p{
  388. text-align: right;
  389. padding-right: .45rem;
  390. }
  391. .middle-num{
  392. padding-right: .275rem;
  393. justify-content: flex-end;
  394. .chartNum{
  395. justify-content: flex-end;
  396. }
  397. }
  398. }
  399. }
  400. }
  401. }
  402. .small-module{
  403. // height: .4rem;
  404. height: .63rem;
  405. overflow: hidden;
  406. }
  407. .middle-img{
  408. position: relative;
  409. // width: 5.4rem;
  410. width: 5rem;
  411. .middle-img-book{
  412. position: absolute;
  413. top: .75rem;
  414. left: 50%;
  415. // width: 4.8875rem;
  416. // height: 3.925rem;
  417. width: 4.51rem;
  418. height: 3.55rem;
  419. transform: translateX(-50%);
  420. z-index: 999;
  421. background: url('~@/assets/images/pageOne-3.png') no-repeat center center;
  422. background-size: cover;
  423. animation: hovering 1s infinite alternate-reverse ease-in-out;
  424. }
  425. .wq{
  426. position: absolute;
  427. top: .375rem;
  428. left: 50%;
  429. // width: 4.8875rem;
  430. // height: 3.925rem;
  431. width: 4.51rem;
  432. height: 3.55rem;
  433. background: url('~@/assets/images/wq.png') no-repeat center center;
  434. background-size: cover;
  435. transform: translateX(-51%);
  436. z-index: 9999;
  437. animation: hovering 1s infinite alternate-reverse ease-in-out;
  438. animation-delay: 1s;
  439. }
  440. .line-box {
  441. position: absolute;
  442. top: 0;
  443. left: .2875rem;
  444. width: 5.125rem;
  445. height: 5.125rem;
  446. border-radius: 50%;
  447. border: 6px solid #fff;
  448. border-top-color: transparent;
  449. transform: rotate(-20deg) scaleY(0.3);
  450. z-index: 9999;
  451. }
  452. .box {
  453. position: relative;
  454. width: 5.125rem;
  455. height: 5.125rem;
  456. border-radius: 50%;
  457. transform: rotate(-10deg) scaleY(0.1);
  458. animation: spin 3s infinite linear;
  459. border: 1px solid red;
  460. }
  461. .ball {
  462. display: inline-block;
  463. background: #a0b8f3;
  464. width: .375rem;
  465. height: .375rem;
  466. background: url('~@/assets/images/pageOne-5.png') no-repeat center center;
  467. background-size: cover;
  468. border-radius: 50%;
  469. position: absolute;
  470. text-align: center;
  471. left: .5625rem;
  472. top: .5625rem;
  473. animation: ball-spin 3s infinite linear;
  474. }
  475. .middle-img-bottom{
  476. position: absolute;
  477. // bottom: -0.25rem;
  478. bottom: 0;
  479. left: 0;
  480. // width: 5.4rem;
  481. // height: 3.4375rem;
  482. width: 5rem;
  483. height: 3.19rem;
  484. background: url('~@/assets/images/pageOne-4.png') no-repeat center center;
  485. background-size: cover;
  486. // animation: middleMove 3s infinite linear;
  487. svg path { stroke: transparent; fill: none; stroke-width: 2; }
  488. .rect {
  489. position: absolute;
  490. top: 0;
  491. left: 0;
  492. // width: .75rem;
  493. // height: .125rem;
  494. width: .5rem;
  495. height: .06rem;
  496. background: linear-gradient(
  497. to right,
  498. rgba(0,0,0,0) 0%,
  499. rgba(255, 255, 255,0.5) 40%,
  500. rgba(255, 255, 255,0.6) 50%,
  501. rgba(255, 255, 255,0.5) 60%,
  502. rgba(0,0,0,0) 100%
  503. );
  504. border-radius: 50%;
  505. filter: blur(2px);
  506. }
  507. .qxRect{
  508. offset-path: path("M0 80 S 170 160, 400 70");
  509. offset-distance: 0%;
  510. animation: svg-path-animation 6s ease-in-out 0s infinite normal;
  511. }
  512. @keyframes svg-path-animation {
  513. 0% {offset-distance: 10%;}
  514. 70% {offset-distance: 80%;}
  515. 100% {offset-distance: 90%; opacity: 0.2;}
  516. }
  517. }
  518. .middle-img-dot{
  519. position: absolute;
  520. top: 3rem;
  521. left: -1.25rem;
  522. width: 7.625rem;
  523. height: 2.0375rem;
  524. background: url('~@/assets/images/pageOne-6.png') no-repeat center center;
  525. background-size: cover;
  526. }
  527. }
  528. @keyframes spin {
  529. 0% {
  530. transform: rotate(0deg);
  531. }
  532. 100% {
  533. transform: rotate(360deg);
  534. }
  535. }
  536. @keyframes ball-spin {
  537. 0% {
  538. transform: rotate(0deg) scaleY(2) rotate(30deg) scale(1);
  539. }
  540. 100% {
  541. transform: rotate(-360deg) scaleY(2) rotate(30deg) scale(1);
  542. }
  543. }
  544. @keyframes middleMove{
  545. from {
  546. transform: rotateX(75deg) rotateZ(0);
  547. }
  548. to {
  549. transform: rotateX(75deg) rotateZ(360deg);
  550. }
  551. }
  552. .database-box {
  553. position: relative;
  554. transform-style: preserve-3d;
  555. animation: hovering 2s infinite alternate-reverse ease-in-out;
  556. }
  557. .logo {
  558. display: block;
  559. width: 5.825rem;
  560. height: 6.4125rem;
  561. position: relative;
  562. }
  563. .logo:after {
  564. position: absolute;
  565. top: 0;
  566. left: 0;
  567. content: "";
  568. width: 5.825rem;
  569. height: 6.4125rem;
  570. background: url('~@/assets/images/database-middle.png') no-repeat center center;
  571. background-size: contain;
  572. transition: 5s ease-out;
  573. }
  574. .logo:hover:after {
  575. transform: scale(1);
  576. }
  577. .ring {
  578. pointer-events: none;
  579. width: 5.825rem;
  580. height: 5.825rem;
  581. position: absolute;
  582. top: 0;
  583. left: 0;
  584. transform-style: preserve-3d;
  585. }
  586. .ring .particle {
  587. content: "";
  588. position: absolute;
  589. top: 0;
  590. left: 0;
  591. border: 10px solid;
  592. width: 5.825rem;
  593. height: 5.825rem;
  594. border-radius: 50%;
  595. border-top: 0;
  596. border-left: 0;
  597. border-bottom: 0;
  598. box-shadow: 0 0 1px 0px currentColor;
  599. transform-style: preserve-3d;
  600. }
  601. .ring .particle:after {
  602. position: absolute;
  603. top: 100%;
  604. left: 50%;
  605. display: block;
  606. content: "";
  607. width: 5px;
  608. height: 5px;
  609. background: currentColor;
  610. border-radius: 50%;
  611. box-shadow: 0 0 5px 0px white;
  612. }
  613. .ring1 {
  614. color: rgba(44, 198, 255,1);
  615. animation: rotateAnimate1 16s infinite reverse linear;
  616. }
  617. .ring1 .particle {
  618. -webkit-animation: rotateAnimate1 6s infinite linear;
  619. animation: rotateAnimate1 6s infinite linear;
  620. }
  621. .ring2 {
  622. color: rgba(255, 255, 255,1);
  623. animation: rotateAnimate1 16s infinite reverse linear;
  624. }
  625. .ring2 .particle {
  626. width: 5.575rem;
  627. height: 5.575rem;
  628. -webkit-animation: rotateAnimate2 6s infinite linear;
  629. animation: rotateAnimate2 6s infinite linear;
  630. }
  631. .ring2 .particle:after {
  632. top: 0%;
  633. }
  634. .ring3 {
  635. color: rgba(14, 93, 182, 1);
  636. animation: rotateAnimate1 16s infinite reverse linear;
  637. }
  638. .ring3 .particle {
  639. width: 5.575rem;
  640. height: 5.575rem;
  641. -webkit-animation: rotateAnimate3 6s infinite linear;
  642. animation: rotateAnimate3 6s infinite linear;
  643. }
  644. @-webkit-keyframes rotateAnimate1 {
  645. 0% {
  646. transform: rotateX(45deg) rotateZ(0deg);
  647. }
  648. 100% {
  649. transform: rotateX(45deg) rotateZ(360deg);
  650. }
  651. }
  652. @keyframes rotateAnimate1 {
  653. 0% {
  654. transform: rotateX(45deg) rotateZ(0deg);
  655. }
  656. 100% {
  657. transform: rotateX(45deg) rotateZ(360deg);
  658. }
  659. }
  660. @-webkit-keyframes rotateAnimate2 {
  661. 0% {
  662. transform: rotateY(45deg) rotateX(-45deg) rotateZ(0deg);
  663. }
  664. 100% {
  665. transform: rotateY(45deg) rotateX(-45deg) rotateZ(-360deg);
  666. }
  667. }
  668. @keyframes rotateAnimate2 {
  669. 0% {
  670. transform: rotateY(45deg) rotateX(-45deg) rotateZ(0deg);
  671. }
  672. 100% {
  673. transform: rotateY(45deg) rotateX(-45deg) rotateZ(-360deg);
  674. }
  675. }
  676. @-webkit-keyframes rotateAnimate3 {
  677. 0% {
  678. transform: rotateY(-45deg) rotateX(-45deg) rotateZ(180deg);
  679. }
  680. 100% {
  681. transform: rotateY(-45deg) rotateX(-45deg) rotateZ(540deg);
  682. }
  683. }
  684. @keyframes rotateAnimate3 {
  685. 0% {
  686. transform: rotateY(-45deg) rotateX(-45deg) rotateZ(180deg);
  687. }
  688. 100% {
  689. transform: rotateY(-45deg) rotateX(-45deg) rotateZ(540deg);
  690. }
  691. }
  692. @-webkit-keyframes hovering {
  693. 0% {
  694. transform: translateX(-50%) translate3d(0, 0, 0);
  695. }
  696. 100% {
  697. transform: translateX(-50%) translate3d(0, -10px, 0);
  698. }
  699. }
  700. @keyframes hovering {
  701. 0% {
  702. transform: translateX(-50%) translate3d(0, 0, 0);
  703. }
  704. 100% {
  705. transform: translateX(-50%) translate3d(0, -10px, 0);
  706. }
  707. }
  708. .database-title {
  709. height: .6rem;
  710. padding-left: .4rem;
  711. margin-top: -0.25rem;
  712. // font-size: .25rem;
  713. font-size: .3rem;
  714. line-height: .5625rem;
  715. color: #f6f9fe;
  716. text-shadow: 0px 2px 8px rgba(0, 9, 35, 1);
  717. background: url('~@/assets/images/title-small.png') no-repeat -0.2rem top;
  718. background-size: cover;
  719. }
  720. .inLib-num{
  721. display: flex;
  722. justify-content: center;
  723. align-items: center;
  724. flex-wrap: nowrap;
  725. padding: .625rem .125rem 0 0;
  726. .allTotal{
  727. width: 50%;
  728. height: 1.1rem;
  729. padding-left: 1.15rem;
  730. background: url('~@/assets/images/database-icon1.png') no-repeat left top;
  731. background-size: 100% 100%;
  732. }
  733. .totayTotal{
  734. display: flex;
  735. flex-direction: column;
  736. justify-content: center;
  737. // align-items: center;
  738. flex-wrap: wrap;
  739. margin-left: -.38rem;
  740. // width: 100%;
  741. // height: 1.52rem;
  742. height: 1.88rem;
  743. padding-left: 2rem;
  744. background: url('~@/assets/images/map_03.png') no-repeat .3rem .25rem;
  745. // background-size: 5.58rem 1.1rem;
  746. background-size: 1.52rem 1.15rem;
  747. }
  748. .currentNum,
  749. .lastYearTotal{
  750. width: 50%;
  751. height: 1.1rem;
  752. padding-left: 1.1rem;
  753. background: url('~@/assets/images/database-icon2.png') no-repeat left top;
  754. background-size: 100% 100%;
  755. }
  756. .flop-figure {
  757. position: relative;
  758. display: inline-block;
  759. // width: .28rem;
  760. width: .38rem;
  761. height: 100%;
  762. line-height: .38rem;
  763. overflow: hidden;
  764. writing-mode: vertical-lr;
  765. text-orientation: upright;
  766. i{
  767. position: absolute;
  768. text-align: center;
  769. transition: transform 0.6s ease-in-out;
  770. color: #fff;
  771. // background: -webkit-linear-gradient(90deg, rgba(14,197,236,1) 10%,rgba(239,252,254,1) 100%);
  772. // background: linear-gradient(90deg, rgba(14,197,236,1) 10%,rgba(239,252,254,1) 100%);
  773. // -webkit-background-clip: text;
  774. // background-clip: text;
  775. // -webkit-text-fill-color: transparent;
  776. text-shadow: 0 2px 8px rgba(5,28,55,0.42);
  777. }
  778. }
  779. }
  780. .pageLeft-flop-box {
  781. position: relative;
  782. // height: .63rem;
  783. height: 1rem;
  784. // margin-top: .25rem;
  785. overflow: hidden;
  786. & div:first-child {
  787. // height: .63rem;
  788. height: 1rem;
  789. overflow: hidden;
  790. display: flex;
  791. align-items: center;
  792. justify-content: flex-start;
  793. }
  794. .flop-figure {
  795. // width: .5rem;
  796. width: .81rem;
  797. i {
  798. // font-size: .63rem;
  799. font-size: 1rem;
  800. font-weight: bold;
  801. margin-left: 0.07rem;
  802. }
  803. }
  804. .flop-comma {
  805. margin-left: -0.025rem;
  806. span {
  807. left: 0;
  808. // font-size: .275rem;
  809. font-size: .38rem;
  810. color: #fff;
  811. // background: -webkit-linear-gradient(90deg, rgba(14,197,236,1) 10%,rgba(239,252,254,1) 100%);
  812. // background: linear-gradient(90deg, rgba(14,197,236,1) 10%,rgba(239,252,254,1) 100%);
  813. // -webkit-background-clip: text;
  814. // background-clip: text;
  815. // -webkit-text-fill-color: transparent;
  816. text-shadow: 0 2px 8px rgba(5,28,55,0.42);
  817. }
  818. }
  819. & em{
  820. font-style: normal;
  821. font-size: .175rem;
  822. font-weight: bold;
  823. color: #A8CBF6;
  824. height: .23rem;
  825. margin-top: .38rem;
  826. margin-left: -0.13rem;
  827. }
  828. }
  829. .flop-item-name{
  830. // font-size: .25rem;
  831. font-size: .3rem;
  832. // text-align: right;
  833. // padding-right: .3rem;
  834. }
  835. // 左边进度条
  836. .pageOne-left-progress{
  837. display: flex;
  838. flex-direction: column;
  839. // justify-content: space-between;
  840. flex-wrap: wrap;
  841. padding: 0 .5rem;
  842. li{
  843. position: relative;
  844. width: 100%;
  845. // font-size: .25rem;
  846. font-size: .3rem;
  847. padding-left: .1625rem;
  848. // margin-top: .7rem;
  849. margin-top: .47rem;
  850. p{
  851. position: relative;
  852. &::before{
  853. position: absolute;
  854. left: -0.2875rem;
  855. top: .075rem;
  856. content: "";
  857. width: .275rem;
  858. height: .2875rem;
  859. background: url('~@/assets/images/arrow2.png') no-repeat left top;
  860. background-size: .275rem .2875rem;
  861. }
  862. }
  863. .progress-num{
  864. position: absolute;
  865. right: 0;
  866. top: 0;
  867. // font-size: .3rem;
  868. font-size: .45rem;
  869. font-weight: bold;
  870. color: #fff;
  871. background: -webkit-linear-gradient(to bottom, #fff 40%, #69A4D6 60%);
  872. background: linear-gradient(to bottom, #fff 40%, #69A4D6 60%);
  873. -webkit-background-clip: text;
  874. background-clip: text;
  875. -webkit-text-fill-color: transparent;
  876. text-shadow: 0 2px 8px rgba(5,28,55,0.42);
  877. i{
  878. font-size: .15rem;
  879. font-style: normal;
  880. }
  881. }
  882. .el-progress {
  883. .el-progress-bar {
  884. .el-progress-bar__outer {
  885. background: #122550;
  886. }
  887. .el-progress-bar__inner {
  888. background: linear-gradient(to right, #7ACAEE, #397FFF)
  889. }
  890. }
  891. }
  892. &.orange-progress{
  893. & p{
  894. &::before{
  895. background: url('~@/assets/images/arrow1.png') no-repeat left top;
  896. background-size: .275rem .2875rem;
  897. }
  898. }
  899. .progress-num{
  900. background: -webkit-linear-gradient(to bottom, #fff 40%, #FF9239 60%);
  901. background: linear-gradient(to bottom, #fff 40%, #FF9239 60%);
  902. -webkit-background-clip: text;
  903. background-clip: text;
  904. -webkit-text-fill-color: transparent;
  905. text-shadow: 0 2px 8px rgba(5,28,55,0.42);
  906. }
  907. .el-progress {
  908. .el-progress-bar {
  909. .el-progress-bar__outer {
  910. background: #122550;
  911. }
  912. .el-progress-bar__inner {
  913. background: linear-gradient(to right, #FF9239, #FFB84B)
  914. }
  915. }
  916. }
  917. }
  918. }
  919. }
  920. // pageOne 底部图书
  921. .pageOne-book{
  922. background-color: #031437;
  923. border: 1px solid #031A47;
  924. margin-top: -0.1875rem;
  925. .database-title{
  926. width: 14.5rem;
  927. height: .6rem;
  928. background: url('~@/assets/images/title-big.png') no-repeat left top;
  929. background-size: cover;
  930. }
  931. .pageOne-book-content{
  932. display: flex;
  933. justify-content: flex-start;
  934. align-items: center;
  935. padding-top: .125rem;
  936. .wechat-code{
  937. display: flex;
  938. flex-direction: column;
  939. text-align: center;
  940. justify-content: center;
  941. width: 4.025rem;
  942. height: 5.25rem;
  943. background: url('~@/assets/images/wechat-img1.png') no-repeat left top;
  944. background-size: cover;
  945. margin-top: -0.5rem;
  946. .wechat-img{
  947. width: 1.9rem;
  948. height: 1.9rem;
  949. background: url('~@/assets/images/wechat-img2.png') no-repeat left top;
  950. background-size: cover;
  951. margin: 0 auto .3rem auto;
  952. text-align: center;
  953. line-height: 1.9rem;
  954. overflow: hidden;
  955. img{
  956. display: block;
  957. padding: .125rem;
  958. width: 100%;
  959. }
  960. }
  961. span{
  962. display: block;
  963. font-size: .2rem;
  964. color: #4DDBFF;
  965. text-align: center;
  966. }
  967. }
  968. }
  969. }
  970. // 地图页
  971. .map-wrapper{
  972. width: 100%;
  973. height: 100vh;
  974. background: url('~@/assets/images/mapBg.png') no-repeat top left;
  975. position: absolute;
  976. left: 0;
  977. top: 0;
  978. background-size: cover;
  979. font-family: 'DingTalk_JinBuTi_Regular';
  980. overflow: hidden;
  981. .map-content{
  982. display: flex;
  983. justify-content: space-around;
  984. padding: 1.275rem .5rem .625rem .5rem;
  985. height: 100vh;
  986. .database-title{
  987. width: 100%;
  988. height: .3375rem;
  989. padding-left: .35rem;
  990. margin-top: 0;
  991. line-height: 0;
  992. background: url('~@/assets/images/title-middle.png') no-repeat left bottom;
  993. background-size: cover;
  994. font-weight: bold;
  995. &.big-title{
  996. padding-bottom: .45rem;
  997. }
  998. }
  999. }
  1000. }
  1001. .lib-info{
  1002. width: 5.9375rem;
  1003. background-color: rgba(10, 26, 66, 0.6);
  1004. .lib-content{
  1005. padding: .375rem .35rem 0 .4rem;
  1006. }
  1007. .lib-cont01{
  1008. display: flex;
  1009. justify-content: space-between;
  1010. margin-top: .325rem;
  1011. }
  1012. .lib-cont-item {
  1013. li{
  1014. position: relative;
  1015. display: flex;
  1016. justify-content: flex-start;
  1017. align-items: center;
  1018. width: 2.5rem;
  1019. height: 1.05rem;
  1020. font-size: .225rem;
  1021. background: linear-gradient(-180deg, rgba(40, 74, 142, 0.4),rgba(0,0,0,0));
  1022. border-radius: 4px;
  1023. &::before{
  1024. content: '';
  1025. position: absolute;
  1026. top: 0;
  1027. left: 0;
  1028. width: 2rem;
  1029. height: .025rem;
  1030. background: linear-gradient(
  1031. to right,
  1032. rgba(0,0,0,0) 0%,
  1033. rgba(142, 176, 239,0.2) 20%,
  1034. rgba(142, 176, 239,0.5) 40%,
  1035. rgba(142, 176, 239,0.6) 50%,
  1036. rgba(142, 176, 239,0.5) 60%,
  1037. rgba(142, 176, 239,0.2) 80%,
  1038. rgba(0,0,0,0) 100%
  1039. );
  1040. }
  1041. img{
  1042. display: block;
  1043. width: .725rem;
  1044. height: .65rem;
  1045. margin-right: .125rem;
  1046. }
  1047. p{
  1048. color: #B5C1D1;
  1049. line-height: 0.45rem;
  1050. span{
  1051. display: block;
  1052. &:last-child{
  1053. font-size: .3rem;
  1054. color: #fff;
  1055. font-weight: bold;
  1056. text-shadow:
  1057. 0 0 10px rgba(18,104,245, 0.24),
  1058. 0 0 20px rgba(18,104,245, 0.24),
  1059. 0 0 30px rgba(18,104,245, 0.24),
  1060. 0 0 40px rgba(18,104,245, 0.24),
  1061. 0 0 50px rgba(18,104,245, 0.24),
  1062. 0 0 60px rgba(18,104,245, 0.24),
  1063. 0 0 70px rgba(18,104,245, 0.24),
  1064. 0 0 80px rgba(18,104,245, 0.24),
  1065. 0 0 90px rgba(18,104,245, 0.24),
  1066. 0 0 100px rgba(18,104,245, 0.24);
  1067. i{
  1068. color: rgba(154, 197, 255, 0.4);
  1069. font-size: .2rem;
  1070. font-weight: normal;
  1071. padding-left: .075rem;
  1072. font-style: normal;
  1073. }
  1074. }
  1075. }
  1076. }
  1077. }
  1078. }
  1079. .lib-cont02{
  1080. position: relative;
  1081. margin: .1625rem 0 .1rem 0;
  1082. &::after{
  1083. content: "";
  1084. position: absolute;
  1085. right: 1px;
  1086. bottom: 0;
  1087. width: .775rem;
  1088. height: .5rem;
  1089. background: url('~@/assets/images/map_30.png') no-repeat left top;
  1090. background-size: cover;
  1091. opacity: .5;
  1092. }
  1093. li{
  1094. width: 100%;
  1095. p{
  1096. display: flex;
  1097. justify-content: space-between;
  1098. line-height: 1.05rem;
  1099. align-items: center;
  1100. span{
  1101. &:last-child{
  1102. width: 2.825rem;
  1103. text-align: right;
  1104. }
  1105. }
  1106. }
  1107. }
  1108. }
  1109. .scroll-container{
  1110. position: relative;
  1111. width: calc(100%);
  1112. height: calc(100vh - 8.625rem);
  1113. background: linear-gradient(-180deg, rgba(40, 74, 142, 0.4),rgba(0,0,0,0));
  1114. border-radius: 4px;
  1115. padding: .25rem 0 0 .2875rem;
  1116. overflow: hidden;
  1117. }
  1118. .lib-text{
  1119. position: relative;
  1120. margin-right: .175rem;
  1121. font-size: .28rem;
  1122. line-height: .4rem;
  1123. color: #fff;
  1124. overflow: hidden;
  1125. }
  1126. }
  1127. .lib-animation {
  1128. animation: myLib 26s linear infinite;
  1129. animation-fill-mode: forwards;
  1130. }
  1131. @keyframes myLib {
  1132. 0% {
  1133. transform: translateY(1rem);
  1134. }
  1135. 100% {
  1136. transform: translateY(calc(-1 * var(--container-height)));
  1137. }
  1138. }
  1139. .map-hx-bg{
  1140. width: 16.325rem;
  1141. height: 11.3125rem;
  1142. background: url('~@/assets/images/map-hx-dot.png') no-repeat top left;
  1143. position: fixed;
  1144. left: 50%;
  1145. top: 50%;
  1146. transform: translate(-45%,-50%);
  1147. }
  1148. .map-hx-small{
  1149. width: 11.3125rem;
  1150. height: 9.15rem;
  1151. border-radius: 50%;
  1152. overflow: hidden;
  1153. background: url('~@/assets/images/map-hx-small.png') no-repeat center center;
  1154. background-size: cover;
  1155. position: fixed;
  1156. left: 50%;
  1157. top: 50%;
  1158. transform: translate(-58%,-45%);
  1159. }
  1160. .map-hx-big{
  1161. width: 12.5rem;
  1162. height: 12.5rem;
  1163. // border-radius: 50%;
  1164. overflow: hidden;
  1165. background: url('~@/assets/images/map-hx-big2.png') no-repeat center center;
  1166. background-size: contain;
  1167. position: fixed;
  1168. left: 50%;
  1169. top: 50%;
  1170. transform: translate(-58%,-40%);
  1171. animation: rotateTrack 40s infinite linear;
  1172. }
  1173. @keyframes rotateTrack {
  1174. 0% {
  1175. transform: translate(-58%,-50%) rotateX(40deg) rotateZ(0);
  1176. }
  1177. 100% {
  1178. transform: translate(-58%,-50%) rotateX(40deg) rotateZ(360deg);
  1179. }
  1180. }
  1181. .read-num{
  1182. width: 5.9375rem;
  1183. background-color: rgba(10, 26, 66, .6);
  1184. // background-color: #011244;
  1185. .online{
  1186. height: 1.6875rem;
  1187. background: url('~@/assets/images/map_03.png') no-repeat left top;
  1188. background-size: 1.9rem 1.525rem;
  1189. margin: .25rem 0 .4rem 0;
  1190. padding: 0 .15rem 0 2.25rem;
  1191. font-size: .25rem;
  1192. color: #C8DFFF;
  1193. p{
  1194. padding-top: .25rem;
  1195. }
  1196. .num{
  1197. span{
  1198. font-size: .6rem;
  1199. font-weight: 500;
  1200. font-style: italic;
  1201. color: #fff;
  1202. text-shadow:
  1203. 0 0 10px rgba(18,104,245, 0.24),
  1204. 0 0 20px rgba(18,104,245, 0.24),
  1205. 0 0 30px rgba(18,104,245, 0.24),
  1206. 0 0 40px rgba(18,104,245, 0.24),
  1207. 0 0 50px rgba(18,104,245, 0.24),
  1208. 0 0 60px rgba(18,104,245, 0.24),
  1209. 0 0 70px rgba(18,104,245, 0.24),
  1210. 0 0 80px rgba(18,104,245, 0.24),
  1211. 0 0 90px rgba(18,104,245, 0.24),
  1212. 0 0 100px rgba(18,104,245, 0.24);
  1213. }
  1214. i{
  1215. font-size: .4125rem;
  1216. font-weight: normal;
  1217. font-style: normal;
  1218. color: rgba(154,197,255,.4);
  1219. padding-left: .125rem;
  1220. }
  1221. }
  1222. }
  1223. }
  1224. .lending-ranking{
  1225. padding: 0 .2625rem 0 .425rem;
  1226. h5{
  1227. font-size: .225rem;
  1228. color: #79B8FF;
  1229. margin-bottom: .25rem;
  1230. }
  1231. .ranking-cont{
  1232. background: linear-gradient(-90deg, rgba(66,139,221,0.1), rgba(66,139,221,0));
  1233. border: 1px solid rgba(83, 196, 255, .2);
  1234. padding-bottom: .375rem;
  1235. }
  1236. .ranking-title{
  1237. display: flex;
  1238. justify-content: space-around;
  1239. text-align: center;
  1240. align-items: center;
  1241. font-size: .225rem;
  1242. color: #79B8FF;
  1243. line-height: .5rem;
  1244. background: linear-gradient(90deg, rgba(66,139,221,0.2), rgba(66,139,221,0));
  1245. li {
  1246. &:last-child{
  1247. width: 1.375rem;
  1248. }
  1249. }
  1250. }
  1251. .ranking-list{
  1252. li,
  1253. .ranking-item{
  1254. display: flex;
  1255. justify-content: space-around;
  1256. font-size: .225rem;
  1257. color: #eef6ff;
  1258. line-height: .375rem;
  1259. padding: .0625rem 0;
  1260. text-align: center;
  1261. div{
  1262. &:last-child{
  1263. font-weight: bold;
  1264. }
  1265. i{
  1266. padding-left: .125rem;
  1267. font-style: normal;
  1268. font-weight: normal;
  1269. color: #b6d4f7;
  1270. }
  1271. }
  1272. .ranking-progress .el-progress{
  1273. width: 1.725rem;
  1274. margin: 0 auto;
  1275. .el-progress-bar__outer {
  1276. background-color: #054076;
  1277. }
  1278. }
  1279. .ranking-num1{
  1280. background: url('~@/assets/images/ranking01.png') no-repeat center center;
  1281. background-size: .225rem .3125rem;
  1282. }
  1283. .ranking-num2{
  1284. background: url('~@/assets/images/ranking02.png') no-repeat center center;
  1285. background-size: .225rem .3125rem;
  1286. }
  1287. .ranking-num3{
  1288. background: url('~@/assets/images/ranking03.png') no-repeat center center;
  1289. background-size: .225rem .3125rem;
  1290. }
  1291. }
  1292. }
  1293. }
  1294. // .tooltip-main{
  1295. // font-family: 'DingTalk_JinBuTi_Regular';
  1296. // position: relative;
  1297. // // min-width: 3rem;
  1298. // width: 4rem;
  1299. // // text-wrap: wrap;
  1300. // .tooltip-line{
  1301. // width: .15rem;
  1302. // height: 0;
  1303. // background: url('~@/assets/images/line.png') no-repeat top left;
  1304. // position: absolute;
  1305. // left: -0.225rem;
  1306. // bottom: -0.25rem;
  1307. // transform-origin: bottom center;
  1308. // animation: growBar 1s forwards;
  1309. // }
  1310. // }
  1311. // .tooltip-content{
  1312. // height: 1.8125rem;
  1313. // opacity: 0;
  1314. // line-height: .35rem;
  1315. // border: 1px solid #D1793D;
  1316. // background-color: rgba(0,31,87,0.8);
  1317. // animation: slideInFromLeft 1s forwards;
  1318. // animation-delay: 2s;
  1319. // .title{
  1320. // width: 100%;
  1321. // padding: .05rem .1875rem;
  1322. // font-weight: bold;
  1323. // // font-size: .225rem;
  1324. // font-size: .28rem;
  1325. // background: linear-gradient(90deg, rgba(255, 116, 32, 1), rgba(255,255,255,0.22));
  1326. // }
  1327. // .place{
  1328. // text-wrap: wrap;
  1329. // padding: .125rem .1875rem;
  1330. // font-size: .3rem;
  1331. // color: #fff;
  1332. // }
  1333. // }
  1334. // @keyframes growBar {
  1335. // 0% {height: 0;}
  1336. // 100% {height: 1.8125rem;}
  1337. // }
  1338. // @keyframes slideInFromLeft {
  1339. // 0% {width: 0; opacity: 0;}
  1340. // 100% {width: 100%; opacity: 1;}
  1341. // }
  1342. .tooltip-main{
  1343. font-family: 'DingTalk_JinBuTi_Regular';
  1344. position: relative;
  1345. width: 4rem;
  1346. .tooltip-line{
  1347. width: .07rem;
  1348. height: 0;
  1349. position: absolute;
  1350. left: -0.225rem;
  1351. bottom: -0.25rem;
  1352. transform-origin: bottom center;
  1353. animation: growBar 1s forwards;
  1354. filter: blur(0.01rem);
  1355. }
  1356. }
  1357. .tooltip-content{
  1358. height: 1.8125rem;
  1359. opacity: 0;
  1360. line-height: .35rem;
  1361. border: 1px solid #D1793D;
  1362. background-color: rgba(0,31,87,0.8);
  1363. animation: slideInFromLeft 1s forwards;
  1364. animation-delay: 2s;
  1365. .title{
  1366. width: 100%;
  1367. padding: .05rem .1875rem;
  1368. font-weight: bold;
  1369. font-size: .28rem;
  1370. }
  1371. .place{
  1372. text-wrap: wrap;
  1373. padding: .125rem .1875rem;
  1374. font-size: .3rem;
  1375. color: #fff;
  1376. }
  1377. }
  1378. @keyframes growBar {
  1379. 0% {height: 0;}
  1380. 100% {height: 1.8125rem;}
  1381. }
  1382. @keyframes slideInFromLeft {
  1383. 0% {width: 0; opacity: 0;}
  1384. 100% {width: 100%; opacity: 1;}
  1385. }
  1386. // 第三页 统计表
  1387. .page-three{
  1388. display: flex;
  1389. justify-content: space-between;
  1390. flex-wrap: wrap;
  1391. padding: 0 .525rem 0 .45rem;
  1392. font-family: 'DingTalk_JinBuTi_Regular';
  1393. .three-item{
  1394. width: 11.25rem;
  1395. margin-bottom: .575rem;
  1396. background-color: #01103D;
  1397. }
  1398. .three01,.three02{
  1399. height: 5.5rem;
  1400. }
  1401. .three03,.three04{
  1402. height: 4.7rem;
  1403. margin-bottom: 0;
  1404. }
  1405. .database-title{
  1406. // width: 6.0375rem;
  1407. height: .6rem;
  1408. font-weight: bold;
  1409. background: url('~@/assets/images/title-big.png') no-repeat -0.2rem top;
  1410. background-size: cover;
  1411. }
  1412. .three-lending{
  1413. display: flex;
  1414. justify-content: space-between;
  1415. padding: .1875rem .3125rem 0 .4125rem;
  1416. h5{
  1417. font-size: .225rem;
  1418. color: #47A6FF;
  1419. }
  1420. .three-lending-left{
  1421. width: calc(100% - 5.25rem);
  1422. .totalItem{
  1423. .pageLeft-flop-box{
  1424. position: relative;
  1425. height: 0.9125rem;
  1426. margin: .2875rem 0 .4rem 0;
  1427. overflow: hidden;
  1428. & div:first-child {
  1429. height: 0.875rem;
  1430. overflow: hidden;
  1431. display: flex;
  1432. align-items: center;
  1433. justify-content: flex-start;
  1434. }
  1435. .flop-figure {
  1436. position: relative;
  1437. display: inline-block;
  1438. width: 0.7rem;
  1439. height: 100%;
  1440. line-height: 0.55rem;
  1441. letter-spacing: .25rem;
  1442. padding: 0.1rem 0;
  1443. overflow: hidden;
  1444. writing-mode: vertical-lr;
  1445. text-orientation: upright;
  1446. background: rgba(13,145,214,0.25);
  1447. margin-right: .1625rem;
  1448. border: 2px solid #0D79FF;
  1449. border-radius: .05rem;
  1450. i {
  1451. font-size: .6rem;
  1452. font-weight: 600;
  1453. position: absolute;
  1454. // text-align: center;
  1455. transition: transform 0.6s ease-in-out;
  1456. color: #BFE0FF;
  1457. margin-left: 0;
  1458. }
  1459. }
  1460. }
  1461. }
  1462. }
  1463. .three-lending-right{
  1464. width: 5.25rem;
  1465. h5{
  1466. position: relative;
  1467. padding-left: .2rem;
  1468. &::before{
  1469. content: "";
  1470. position: absolute;
  1471. left: 0;
  1472. top: 50%;
  1473. width: .0625rem;
  1474. height: .2rem;
  1475. background-color: #47A6FF;
  1476. transform: translateY(-50%);
  1477. }
  1478. }
  1479. .ranking-cont{
  1480. padding-bottom: .125rem;
  1481. .ranking-list{
  1482. .ranking-progress .el-progress{
  1483. width: 1.25rem;
  1484. }
  1485. }
  1486. }
  1487. }
  1488. }
  1489. }
  1490. // page4
  1491. .page-four{
  1492. display: flex;
  1493. justify-content: space-between;
  1494. padding: 0 .4rem 0 .55rem;
  1495. font-family: 'DingTalk_JinBuTi_Regular';
  1496. }
  1497. .four-video{
  1498. width: 16.625rem;
  1499. height: 10.875rem;
  1500. padding: 0 .375rem;
  1501. background: url('~@/assets/images/page4_03.png') no-repeat top left;
  1502. background-size: cover;
  1503. overflow: hidden;
  1504. h4{
  1505. height: .9rem;
  1506. line-height: 1.05rem;
  1507. font-size: .325rem;
  1508. font-weight: bold;
  1509. color: #DFFDFE;
  1510. background: url('~@/assets/images/page4_02.png') no-repeat bottom left;
  1511. background-size: 100% .0375rem;
  1512. }
  1513. }
  1514. .four-right{
  1515. width: 5.9375rem;
  1516. display: flex;
  1517. flex-wrap: wrap;
  1518. flex-direction: column;
  1519. justify-content: space-between;
  1520. align-items: center;
  1521. .database-title{
  1522. font-weight: bold;
  1523. }
  1524. }
  1525. .four-notice,
  1526. .four-ranking{
  1527. width: 5.9375rem;
  1528. background-color: #011244;
  1529. }
  1530. .four-notice{
  1531. height: calc(100% / 2 + 40px);
  1532. .seamless-warp{
  1533. position: relative;
  1534. width: calc(100%);
  1535. height: 5.5rem;
  1536. margin-top: .125rem;
  1537. overflow: hidden;
  1538. .notice-text{
  1539. position: relative;
  1540. padding: 0 .375rem;
  1541. margin-bottom: .25rem;
  1542. // font-size: .225rem;
  1543. font-size: .28rem;
  1544. color: #ADC7FF;
  1545. line-height: .375rem;
  1546. font-weight: bold;
  1547. .notice-title{
  1548. position: absolute;
  1549. left: 0;
  1550. top: 0;
  1551. z-index: 9999;
  1552. display: flex;
  1553. justify-content: space-between;
  1554. flex-wrap: nowrap;
  1555. width: calc(100%);
  1556. height: .5rem;
  1557. line-height: .5rem;
  1558. padding: 0 .375rem;
  1559. color: #7D93C2;
  1560. // font-size: .2rem;
  1561. font-size: .25rem;
  1562. background-color: #011244;
  1563. span{
  1564. display: block;
  1565. }
  1566. }
  1567. p{
  1568. color: #fff;
  1569. white-space: pre-line;
  1570. text-indent: 2em;
  1571. padding: .5rem 0; // 给标题留空间
  1572. }
  1573. }
  1574. }
  1575. }
  1576. /* 滚动动画(核心修正) */
  1577. .scroll-animation {
  1578. animation: myMove linear forwards;
  1579. --scroll-duration: 20s;
  1580. animation-duration: var(--scroll-duration);
  1581. animation-delay: 0s;
  1582. animation-fill-mode: forwards; /* 动画结束后停在最后一帧 */
  1583. }
  1584. /* 精准的滚动动画:从顶部到完全显示底部 */
  1585. @keyframes myMove {
  1586. 0% {
  1587. transform: translateY(0); /* 初始位置:内容顶部对齐容器顶部 */
  1588. }
  1589. 100% {
  1590. /* 最终位置:内容底部对齐容器底部(完全滚到底) */
  1591. transform: translateY(calc(-1 * (var(--content-height) - var(--container-height))));
  1592. }
  1593. }
  1594. .four-ranking{
  1595. height: calc(100% / 2 - 70px);
  1596. &.lending-ranking{
  1597. padding: 0;
  1598. }
  1599. .ranking-cont{
  1600. margin: .25rem .375rem 0 .3125rem;
  1601. padding-bottom: .13rem;
  1602. .ranking-list{
  1603. padding-top: .125rem;
  1604. }
  1605. }
  1606. }
  1607. .ranking-list{
  1608. li.hovered{
  1609. background-color: #142B76;
  1610. border-radius: .05rem;
  1611. animation: myListScale 1s forwards;
  1612. }
  1613. }
  1614. @keyframes myListScale {
  1615. to {
  1616. -webkit-transform: scaleX(1.06) scaleY(1.03);
  1617. transform: scaleX(1.06) scaleY(1.03);
  1618. }
  1619. }
  1620. .four-contact{
  1621. display: flex;
  1622. justify-content: center;
  1623. align-items: center;
  1624. width: 5.9375rem;
  1625. height: 2.125rem;
  1626. background: url('~@/assets/images/page4_06.png') no-repeat top left;
  1627. background-size: contain;
  1628. .wechat-img{
  1629. width: 1.35rem;
  1630. height: 1.35rem;
  1631. background: url('~@/assets/images/wechat-img2.png') no-repeat left top;
  1632. background-size: contain;
  1633. margin-right: .475rem;
  1634. text-align: center;
  1635. line-height: 1.35rem;
  1636. overflow: hidden;
  1637. img{
  1638. display: block;
  1639. padding: .125rem;
  1640. width: 100%;
  1641. }
  1642. }
  1643. span{
  1644. display: block;
  1645. font-size: .25rem;
  1646. color: #4DDBFF;
  1647. text-align: center;
  1648. }
  1649. }
  1650. @media (max-width: 1440px) {
  1651. .pageOne-database{
  1652. margin-top: .375rem;
  1653. height: 6.5rem;
  1654. }
  1655. .pageOne-book {
  1656. .pageOne-book-content {
  1657. padding: .375rem 0;
  1658. .wechat-code{
  1659. width: 4.25rem;
  1660. height: 5.5rem;
  1661. .wechat-img{
  1662. width: 2.25rem;
  1663. height: 2.25rem;
  1664. line-height: 2.5rem;
  1665. }
  1666. span{
  1667. font-size: .275rem;
  1668. }
  1669. }
  1670. }
  1671. }
  1672. .scrollBox{
  1673. .seamless01{
  1674. margin-bottom: .5rem;
  1675. }
  1676. ul{
  1677. height: 2.3rem;
  1678. li{
  1679. width: 1.625rem;
  1680. height: 2.3rem;
  1681. margin-right: .7375rem;
  1682. .bord{
  1683. .book-img{
  1684. width: 1.625rem;
  1685. height: 2.3rem;
  1686. }
  1687. }
  1688. }
  1689. }
  1690. }
  1691. .page-three {
  1692. .three03,
  1693. .three04{
  1694. height: calc(100vh/2 - 1.375rem);
  1695. }
  1696. }
  1697. .four-video{
  1698. width: 16.625rem;
  1699. height: calc(100vh - 2.5rem);
  1700. background-size: 100% 100%;
  1701. }
  1702. .el-carousel__container{
  1703. height: calc(100vh - 4.5rem);
  1704. overflow: hidden;
  1705. }
  1706. .four-notice{
  1707. height: 4rem;
  1708. .seamless-warp{
  1709. height: 3.25rem;
  1710. }
  1711. }
  1712. .four-contact{
  1713. width: 5.9375rem;
  1714. height: 2.5rem;
  1715. background-size: 100% 100%;
  1716. .wechat-img{
  1717. width: 1.5rem;
  1718. height: 1.5rem;
  1719. }
  1720. span{
  1721. font-size: .275rem;
  1722. }
  1723. }
  1724. }
  1725. .five-video{
  1726. width: 100%;
  1727. height: 10.875rem;
  1728. padding: 0 .375rem;
  1729. background: url('~@/assets/images/page4_03-b.png') no-repeat top left;
  1730. background-size: 100% 100%;
  1731. overflow: hidden;
  1732. h4{
  1733. height: .9rem;
  1734. line-height: 1.05rem;
  1735. font-size: .325rem;
  1736. font-weight: bold;
  1737. color: #DFFDFE;
  1738. background: url('~@/assets/images/page4_02.png') no-repeat bottom left;
  1739. background-size: 100% .0375rem;
  1740. }
  1741. }