index.less 3.5 KB

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