index.less 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  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. }
  156. .footer {
  157. width: 100%;
  158. padding: 26rpx 60rpx 30rpx 90rpx;
  159. box-sizing: border-box;
  160. display: flex;
  161. justify-content: space-between;
  162. align-items: center;
  163. background-color: white;
  164. box-shadow: 0 2rpx 24rpx 0 rgba(0, 0, 0, 0.50);
  165. .left {
  166. font-size: 26rpx;
  167. font-weight: bold;
  168. text {
  169. color: #4AC4FF;
  170. font-size: 38rpx;
  171. margin-left: 10rpx;
  172. }
  173. }
  174. .rigth {
  175. padding: 12rpx 34rpx;
  176. padding-left: 26rpx;
  177. border-radius: 50rpx;
  178. background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
  179. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  180. color: white;
  181. font-size: 26rpx;
  182. .share {
  183. width: 26rpx;
  184. height: 24rpx;
  185. margin-right: 14rpx;
  186. }
  187. }
  188. }
  189. }
  190. .invitation {
  191. background: url('https://reader-wx.ai160.com/images/reader/v3/yx-bg.png')no-repeat;
  192. .tips2 {
  193. color: #50AE75 !important;
  194. }
  195. }
  196. .hot {
  197. background: url('https://reader-wx.ai160.com/images/reader/v3/rb-bg.png')no-repeat;
  198. .tips2 {
  199. color: #FF7F6C !important;
  200. }
  201. }
  202. .pk {
  203. background: url('https://reader-wx.ai160.com/images/reader/v3/pk-bg.png')no-repeat;
  204. .tips2 {
  205. color: #967DFF !important;
  206. }
  207. }
  208. .iconPk {
  209. width: 42rpx !important;
  210. }