index.less 3.9 KB

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