info.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. /* 水平间距 */
  2. /* 水平间距 */
  3. .content.data-v-b14ffc51 {
  4. display: flex;
  5. flex-direction: column;
  6. width: 100vw;
  7. height: 100vh;
  8. background-color: var(--footColor);
  9. }
  10. .content .one.data-v-b14ffc51 {
  11. display: flex;
  12. justify-content: space-between;
  13. height: 40vw;
  14. padding: 8vw 3vw 0 3vw;
  15. background-color: var(--f12Color);
  16. }
  17. .content .one .left.data-v-b14ffc51 {
  18. display: flex;
  19. }
  20. .content .one .left .left_1.data-v-b14ffc51 {
  21. padding: 0 2vw;
  22. }
  23. .content .one .left .left_1 .image.data-v-b14ffc51 {
  24. width: 18vw;
  25. height: 18vw;
  26. border-radius: 1vw;
  27. background-color: var(--mainColor);
  28. }
  29. .content .one .left .right_1.data-v-b14ffc51 {
  30. color: var(--mainColor);
  31. }
  32. .content .one .left .right_1 .name.data-v-b14ffc51 {
  33. font-size: var(--font18Size);
  34. font-weight: bold;
  35. }
  36. .content .one .left .right_1 .ranking.data-v-b14ffc51 {
  37. margin: 4vw 0 0 0;
  38. font-size: var(--font16Size);
  39. }
  40. .content .one .right.data-v-b14ffc51 {
  41. margin: 4vw 0 0 0;
  42. }
  43. .content .one .right text.data-v-b14ffc51 {
  44. font-size: var(--font14Size);
  45. }
  46. .content .two.data-v-b14ffc51 {
  47. position: absolute;
  48. top: 35vw;
  49. width: 94vw;
  50. margin: 0 3vw;
  51. padding: 5vw 0 0 0;
  52. border-radius: 1vw;
  53. text-align: center;
  54. background-color: var(--mainColor);
  55. }
  56. .content .two .two_1.data-v-b14ffc51 {
  57. font-size: var(--font16Size);
  58. color: var(--f99Color);
  59. padding: 2vw 0;
  60. }
  61. .content .two .two_2.data-v-b14ffc51 {
  62. padding: 4vw 0;
  63. }
  64. .content .two .two_2 button.data-v-b14ffc51 {
  65. padding: 0 10vw;
  66. font-size: var(--font16Size);
  67. }
  68. .content .two .two_3.data-v-b14ffc51 {
  69. display: flex;
  70. align-items: center;
  71. justify-content: center;
  72. padding: 5vw 0;
  73. font-size: var(--font14Size);
  74. border-top: 1px solid var(--footColor);
  75. }
  76. .content .two .two_3 text.data-v-b14ffc51 {
  77. padding: 0 2vw;
  78. }
  79. .content .thr.data-v-b14ffc51 {
  80. position: absolute;
  81. top: 88vw;
  82. width: 94vw;
  83. margin: 0 3vw;
  84. padding: 2vw 0;
  85. border-radius: 1vw;
  86. background-color: var(--mainColor);
  87. }
  88. .content .thr .thr_1.data-v-b14ffc51 {
  89. display: flex;
  90. justify-content: space-around;
  91. padding: 1vw 0 4vw 0;
  92. border-bottom: 1px solid var(--footColor);
  93. }
  94. .content .thr .thr_1 .list.data-v-b14ffc51 {
  95. display: flex;
  96. flex-direction: column;
  97. align-items: center;
  98. }
  99. .content .thr .thr_1 .list .name.data-v-b14ffc51 {
  100. margin: 1vw 0 0 0;
  101. color: var(--f33Color);
  102. font-size: var(--font14Size);
  103. }
  104. .content .thr .thr_2.data-v-b14ffc51 {
  105. display: flex;
  106. justify-content: space-between;
  107. align-items: center;
  108. padding: 4vw 2vw;
  109. }
  110. .content .thr .thr_2 .fraction.data-v-b14ffc51 {
  111. display: flex;
  112. flex-direction: column;
  113. align-items: center;
  114. }
  115. .content .thr .thr_2 .fraction .top.data-v-b14ffc51 {
  116. font-size: var(--font20Size);
  117. font-weight: bold;
  118. }
  119. .content .thr .thr_2 .fraction .bottom.data-v-b14ffc51 {
  120. color: var(--f99Color);
  121. font-size: var(--font14Size);
  122. }
  123. .content .thr .thr_2 .circle.data-v-b14ffc51 {
  124. display: flex;
  125. align-items: center;
  126. color: var(--f99Color);
  127. font-size: var(--font14Size);
  128. }
  129. .content .thr .thr_2 .circle text.data-v-b14ffc51 {
  130. padding: 0 1vw;
  131. }