index.less 5.7 KB

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