index.less 4.0 KB

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