index.less 6.4 KB

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