index.wxss 3.9 KB

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