index.less 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  1. .rankingBox {
  2. width: 100vw;
  3. height: 100vh;
  4. display: flex;
  5. flex-direction: column;
  6. .podiumBox {
  7. position: relative;
  8. height: 540rpx;
  9. background-size: cover;
  10. .switchType {
  11. display: flex;
  12. align-items: center;
  13. justify-content: space-between;
  14. margin: 20rpx auto;
  15. width: 640rpx;
  16. .ilk {
  17. width: 180rpx;
  18. text-align: center;
  19. font-size: 30rpx;
  20. font-weight: 600;
  21. color: #FFFFFF;
  22. }
  23. .current {
  24. width: 180rpx;
  25. padding: 10rpx 0;
  26. text-align: center;
  27. background: #FFFFFF;
  28. border-radius: 30rpx;
  29. }
  30. }
  31. .selectDay {
  32. position: absolute;
  33. right: 0;
  34. margin: 38rpx 0;
  35. display: flex;
  36. align-items: center;
  37. padding: 8rpx 20rpx 8rpx 26rpx;
  38. background: rgba(0, 0, 0, 0.28);
  39. border-radius: 25rpx 0rpx 0rpx 25rpx;
  40. .day {
  41. margin-right: 10rpx;
  42. font-size: 26rpx;
  43. color: #FFFFFF;
  44. }
  45. .rIcon {
  46. width: 15rpx;
  47. height: 20rpx;
  48. transform: rotate(90deg);
  49. }
  50. }
  51. .podiumContent {
  52. position: absolute;
  53. top: 252rpx;
  54. width: 100%;
  55. .user {
  56. position: absolute;
  57. width: 150rpx;
  58. display: flex;
  59. flex-direction: column;
  60. align-items: center;
  61. .avatar {
  62. width: 92rpx;
  63. height: 92rpx;
  64. border-radius: 50%;
  65. }
  66. .iconBox {
  67. margin: 14rpx 0rpx 4rpx;
  68. display: flex;
  69. align-items: center;
  70. .icon {
  71. width: 30rpx;
  72. height: 30rpx;
  73. }
  74. .num {
  75. margin-left: 6rpx;
  76. color: white;
  77. font-size: 28rpx;
  78. }
  79. }
  80. .nickName {
  81. text-align: center;
  82. font-size: 24rpx;
  83. color: white;
  84. width: 100%;
  85. }
  86. }
  87. .first {
  88. top: 0rpx;
  89. left: 300rpx;
  90. }
  91. .second {
  92. top: 53rpx;
  93. left: 71rpx;
  94. .avatar {
  95. width: 84rpx;
  96. height: 84rpx;
  97. }
  98. }
  99. .third {
  100. top: 73rpx;
  101. right: 74rpx;
  102. .avatar {
  103. width: 84rpx;
  104. height: 84rpx;
  105. }
  106. }
  107. }
  108. }
  109. .podiumList {
  110. flex: 1;
  111. overflow: hidden;
  112. .scrollBox {
  113. height: 100%;
  114. padding: 0rpx 30rpx;
  115. box-sizing: border-box;
  116. .row {
  117. display: flex;
  118. align-items: center;
  119. justify-content: space-between;
  120. padding: 23rpx 0rpx;
  121. border-bottom: 1rpx solid #ddd;
  122. .left {
  123. display: flex;
  124. align-items: center;
  125. justify-content: space-between;
  126. .num {
  127. font-size: 37rpx;
  128. width: 28rpx;
  129. }
  130. .avatar {
  131. margin: 0rpx 28rpx 0rpx 44rpx;
  132. width: 78rpx;
  133. height: 78rpx;
  134. background-color: #EBEBEB;
  135. border-radius: 50%;
  136. }
  137. .nickName {
  138. font-size: 34rpx;
  139. width: 240rpx;
  140. }
  141. }
  142. .right {
  143. text-align: center;
  144. .icon {
  145. width: 30rpx;
  146. height: 30rpx;
  147. }
  148. .num {
  149. font-size: 32rpx;
  150. color: #666;
  151. }
  152. }
  153. }
  154. }
  155. .null {
  156. margin: 80rpx auto;
  157. text-align: center;
  158. font-size: 34rpx;
  159. margin-bottom: 20rpx;
  160. width: 223rpx;
  161. height: 176rpx;
  162. }
  163. }
  164. }
  165. .footer {
  166. width: 100%;
  167. padding: 26rpx 60rpx 30rpx 90rpx;
  168. box-sizing: border-box;
  169. display: flex;
  170. justify-content: space-between;
  171. align-items: center;
  172. background-color: white;
  173. box-shadow: 0 2rpx 24rpx 0 rgba(0, 0, 0, 0.50);
  174. .left {
  175. font-size: 26rpx;
  176. font-weight: bold;
  177. text {
  178. color: #4AC4FF;
  179. font-size: 38rpx;
  180. margin-left: 10rpx;
  181. }
  182. }
  183. .rigth {
  184. padding: 12rpx 34rpx;
  185. padding-left: 26rpx;
  186. border-radius: 50rpx;
  187. background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
  188. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  189. color: white;
  190. font-size: 26rpx;
  191. .share {
  192. width: 26rpx;
  193. height: 24rpx;
  194. margin-right: 14rpx;
  195. }
  196. }
  197. }
  198. }
  199. .invitation {
  200. background: url('https://reader-wx.ai160.com/images/reader/v3/yx-bg.png')no-repeat;
  201. .tips2 {
  202. color: #50AE75 !important;
  203. }
  204. }
  205. .hot {
  206. background: url('https://reader-wx.ai160.com/images/reader/v3/rb-bg.png')no-repeat;
  207. .tips2 {
  208. color: #FF7F6C !important;
  209. }
  210. }
  211. .pk {
  212. background: url('https://reader-wx.ai160.com/images/reader/v3/pk-bg.png')no-repeat;
  213. .tips2 {
  214. color: #967DFF !important;
  215. }
  216. }
  217. .iconPk {
  218. width: 42rpx !important;
  219. }