info.wxss 3.2 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 .position.data-v-b14ffc51 {
  47. position: absolute;
  48. top: 35vw;
  49. }
  50. .content .position .two.data-v-b14ffc51 {
  51. width: 94vw;
  52. margin: 0 3vw;
  53. padding: 5vw 0 0 0;
  54. border-radius: 1vw;
  55. text-align: center;
  56. background-color: var(--mainColor);
  57. }
  58. .content .position .two .two_1.data-v-b14ffc51 {
  59. font-size: var(--font16Size);
  60. color: var(--f99Color);
  61. padding: 2vw 0;
  62. }
  63. .content .position .two .two_2.data-v-b14ffc51 {
  64. padding: 4vw 0;
  65. }
  66. .content .position .two .two_2 button.data-v-b14ffc51 {
  67. padding: 0 10vw;
  68. font-size: var(--font16Size);
  69. }
  70. .content .position .two .two_3.data-v-b14ffc51 {
  71. display: flex;
  72. align-items: center;
  73. justify-content: center;
  74. padding: 5vw 0;
  75. font-size: var(--font14Size);
  76. border-top: 1px solid var(--footColor);
  77. }
  78. .content .position .two .two_3 text.data-v-b14ffc51 {
  79. padding: 0 2vw;
  80. }
  81. .content .position .thr.data-v-b14ffc51 {
  82. width: 94vw;
  83. margin: 3vw;
  84. padding: 2vw 0;
  85. border-radius: 1vw;
  86. background-color: var(--mainColor);
  87. }
  88. .content .position .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 .position .thr .thr_1 .list.data-v-b14ffc51 {
  95. display: flex;
  96. flex-direction: column;
  97. align-items: center;
  98. }
  99. .content .position .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 .position .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 .position .thr .thr_2 .fraction.data-v-b14ffc51 {
  111. display: flex;
  112. flex-direction: column;
  113. align-items: center;
  114. }
  115. .content .position .thr .thr_2 .fraction .top.data-v-b14ffc51 {
  116. font-size: var(--font20Size);
  117. font-weight: bold;
  118. }
  119. .content .position .thr .thr_2 .fraction .bottom.data-v-b14ffc51 {
  120. color: var(--f99Color);
  121. font-size: var(--font14Size);
  122. }
  123. .content .position .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 .position .thr .thr_2 .circle text.data-v-b14ffc51 {
  130. padding: 0 1vw;
  131. }