index.wxss 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. .activityList {
  2. padding: 0rpx 14rpx;
  3. padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
  4. box-sizing: border-box;
  5. }
  6. .activityList .ranking-class-1 {
  7. margin-bottom: 20rpx;
  8. width: 100%;
  9. padding: 20rpx 20rpx 34rpx;
  10. box-sizing: border-box;
  11. background-color: white;
  12. border-radius: 30rpx;
  13. }
  14. .activityList .ranking-class-1 .header {
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-between;
  18. padding: 0rpx 14rpx;
  19. box-sizing: border-box;
  20. }
  21. .activityList .ranking-class-1 .header .title {
  22. font-size: 30rpx;
  23. font-weight: bold;
  24. }
  25. .activityList .ranking-class-1 .header .toAll {
  26. font-size: 28rpx;
  27. }
  28. .activityList .ranking-class-1 .header .toAll .backIcon {
  29. width: 12rpx;
  30. height: 22rpx;
  31. }
  32. .activityList .ranking-class-1 .body .top {
  33. margin-top: 16rpx;
  34. display: flex;
  35. justify-content: space-around;
  36. align-items: flex-end;
  37. }
  38. .activityList .ranking-class-1 .body .top .userBox {
  39. display: flex;
  40. flex-direction: column;
  41. align-items: center;
  42. }
  43. .activityList .ranking-class-1 .body .top .nickName {
  44. width: 140rpx;
  45. font-size: 20rpx;
  46. margin-top: 14rpx;
  47. }
  48. .activityList .ranking-class-1 .body .top .firstUser {
  49. width: 130rpx;
  50. height: 130rpx;
  51. background: url(http://reader-wx.ai160.com/images/reader/v3/first.png) no-repeat;
  52. background-size: 100% 100%;
  53. text-align: center;
  54. }
  55. .activityList .ranking-class-1 .body .top .firstUser .avatar {
  56. margin-top: 36rpx;
  57. width: 90rpx;
  58. height: 90rpx;
  59. border-radius: 50%;
  60. background-color: #EBEBEB;
  61. }
  62. .activityList .ranking-class-1 .body .top .secondUser {
  63. width: 110rpx;
  64. height: 110rpx;
  65. background: url(http://reader-wx.ai160.com/images/reader/v3/second.png) no-repeat;
  66. background-size: 100% 100%;
  67. text-align: center;
  68. }
  69. .activityList .ranking-class-1 .body .top .secondUser .avatar {
  70. margin-top: 26rpx;
  71. width: 80rpx;
  72. height: 80rpx;
  73. border-radius: 50%;
  74. background-color: #EBEBEB;
  75. }
  76. .activityList .ranking-class-1 .body .top .thirdUser {
  77. width: 110rpx;
  78. height: 110rpx;
  79. background: url(http://reader-wx.ai160.com/images/reader/v3/third.png) no-repeat;
  80. background-size: 100% 100%;
  81. text-align: center;
  82. }
  83. .activityList .ranking-class-1 .body .top .thirdUser .avatar {
  84. margin-top: 26rpx;
  85. width: 80rpx;
  86. height: 80rpx;
  87. background-color: #EBEBEB;
  88. border-radius: 50%;
  89. }
  90. .activityList .ranking-class-1 .body .btm {
  91. display: flex;
  92. justify-content: space-between;
  93. align-items: flex-end;
  94. }
  95. .activityList .ranking-class-1 .body .btm .userBox {
  96. display: flex;
  97. flex-direction: column;
  98. align-items: center;
  99. }
  100. .activityList .ranking-class-1 .body .btm .userBox .avatar {
  101. margin-top: 26rpx;
  102. width: 80rpx;
  103. height: 80rpx;
  104. border-radius: 50%;
  105. background-color: #EBEBEB;
  106. }
  107. .activityList .ranking-class-1 .body .btm .userBox .nickName {
  108. width: 120rpx;
  109. font-size: 20rpx;
  110. margin-top: 14rpx;
  111. }
  112. .activityList .ranking-class-2 {
  113. margin-bottom: 20rpx;
  114. width: 100%;
  115. box-sizing: border-box;
  116. border-radius: 30rpx;
  117. overflow: hidden;
  118. }
  119. .activityList .ranking-class-2 .header {
  120. display: flex;
  121. align-items: center;
  122. justify-content: space-between;
  123. padding: 25rpx 30rpx;
  124. box-sizing: border-box;
  125. background-color: #6D9FFE;
  126. }
  127. .activityList .ranking-class-2 .header .left {
  128. display: flex;
  129. align-items: center;
  130. color: white;
  131. }
  132. .activityList .ranking-class-2 .header .left .icon {
  133. width: 26rpx;
  134. height: 30rpx;
  135. }
  136. .activityList .ranking-class-2 .header .left .title {
  137. font-size: 30rpx;
  138. font-weight: bold;
  139. margin: 0rpx 10rpx;
  140. }
  141. .activityList .ranking-class-2 .header .toAll {
  142. font-size: 28rpx;
  143. color: white;
  144. }
  145. .activityList .ranking-class-2 .header .toAll .backIcon {
  146. width: 12rpx;
  147. height: 22rpx;
  148. }
  149. .activityList .ranking-class-2 .body {
  150. width: 100%;
  151. padding: 25rpx 20rpx;
  152. box-sizing: border-box;
  153. background-image: linear-gradient(180deg, #A6CDFF 0%, #ECF4FF 100%, #FFFFFF 100%);
  154. }
  155. .activityList .ranking-class-2 .body .row {
  156. padding: 14rpx 25rpx;
  157. border-radius: 10rpx;
  158. margin-bottom: 20rpx;
  159. display: flex;
  160. align-items: center;
  161. justify-content: space-between;
  162. background-color: white;
  163. }
  164. .activityList .ranking-class-2 .body .row .left {
  165. display: flex;
  166. align-items: center;
  167. }
  168. .activityList .ranking-class-2 .body .row .left .stand {
  169. width: 36rpx;
  170. height: 36rpx;
  171. }
  172. .activityList .ranking-class-2 .body .row .left .avatar {
  173. width: 72rpx;
  174. height: 72rpx;
  175. margin: 0rpx 30rpx;
  176. border-radius: 50%;
  177. }
  178. .activityList .ranking-class-2 .body .row .left .nickName {
  179. width: 210rpx;
  180. font-size: 26rpx;
  181. }
  182. .activityList .ranking-class-2 .body .row .right {
  183. text-align: center;
  184. font-size: 0rpx;
  185. }
  186. .activityList .ranking-class-2 .body .row .right .playIcon {
  187. width: 34rpx;
  188. height: 34rpx;
  189. }
  190. .activityList .ranking-class-2 .body .row .right .num {
  191. font-size: 28rpx;
  192. }