index.wxss 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  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. }
  126. .activityList .ranking-class-2 .header .left {
  127. display: flex;
  128. align-items: center;
  129. color: white;
  130. }
  131. .activityList .ranking-class-2 .header .left .icon {
  132. width: 26rpx;
  133. height: 30rpx;
  134. }
  135. .activityList .ranking-class-2 .header .left .title {
  136. font-size: 30rpx;
  137. font-weight: bold;
  138. margin: 0rpx 10rpx;
  139. }
  140. .activityList .ranking-class-2 .header .toAll {
  141. font-size: 28rpx;
  142. color: white;
  143. }
  144. .activityList .ranking-class-2 .header .toAll .backIcon {
  145. width: 12rpx;
  146. height: 22rpx;
  147. }
  148. .activityList .ranking-class-2 .body {
  149. width: 100%;
  150. padding: 25rpx 20rpx;
  151. box-sizing: border-box;
  152. }
  153. .activityList .ranking-class-2 .body .row {
  154. padding: 14rpx 25rpx;
  155. border-radius: 14rpx;
  156. margin-bottom: 20rpx;
  157. display: flex;
  158. align-items: center;
  159. justify-content: space-between;
  160. background-color: white;
  161. }
  162. .activityList .ranking-class-2 .body .row .left {
  163. display: flex;
  164. align-items: center;
  165. }
  166. .activityList .ranking-class-2 .body .row .left .stand {
  167. width: 36rpx;
  168. height: 36rpx;
  169. }
  170. .activityList .ranking-class-2 .body .row .left .avatar {
  171. width: 72rpx;
  172. height: 72rpx;
  173. margin: 0rpx 30rpx;
  174. border-radius: 50%;
  175. }
  176. .activityList .ranking-class-2 .body .row .left .nickName {
  177. width: 210rpx;
  178. font-size: 26rpx;
  179. }
  180. .activityList .ranking-class-2 .body .row .right {
  181. text-align: center;
  182. font-size: 0rpx;
  183. }
  184. .activityList .ranking-class-2 .body .row .right .playIcon {
  185. width: 34rpx;
  186. height: 34rpx;
  187. }
  188. .activityList .ranking-class-2 .body .row .right .num {
  189. font-size: 28rpx;
  190. }
  191. .activityList .yxb .header {
  192. background-color: #FF7E6C;
  193. }
  194. .activityList .yxb .body {
  195. background-image: linear-gradient(180deg, #FFB4A8 0%, #FFDCD7 100%);
  196. }
  197. .activityList .rbb .header {
  198. background-color: #6D9FFE;
  199. }
  200. .activityList .rbb .body {
  201. background-image: linear-gradient(180deg, #A6CDFF 0%, #ECF4FF 100%, #FFFFFF 100%);
  202. }
  203. .activityList .pkb .header {
  204. background-color: #967DFF;
  205. }
  206. .activityList .pkb .body {
  207. background-image: linear-gradient(180deg, #8265F9 0%, #B8A7FF 100%);
  208. }
  209. .activityList .pkb .playIcon {
  210. width: 38rpx !important;
  211. height: 34rpx !important;
  212. }
  213. .activityList .activityBox {
  214. margin-bottom: 20rpx;
  215. width: 100%;
  216. padding: 20rpx;
  217. box-sizing: border-box;
  218. background-color: white;
  219. border-radius: 30rpx;
  220. }
  221. .activityList .activityBox .cover {
  222. width: 100%;
  223. height: 216rpx;
  224. border-radius: 20rpx;
  225. background-color: #EBEBEB;
  226. }
  227. .activityList .activityBox .footer {
  228. display: flex;
  229. align-items: center;
  230. justify-content: space-between;
  231. padding: 10rpx 0rpx;
  232. }
  233. .activityList .activityBox .footer .info .title {
  234. font-size: 32rpx;
  235. margin-bottom: 8rpx;
  236. }
  237. .activityList .activityBox .footer .info .time {
  238. font-size: 26rpx;
  239. }
  240. .activityList .activityBox .footer .info .timeOut {
  241. display: flex;
  242. align-items: center;
  243. font-weight: bold;
  244. font-size: 28rpx;
  245. }
  246. .activityList .activityBox .footer .info .timeOut .outNum {
  247. width: 46rpx;
  248. font-size: 26rpx;
  249. text-align: center;
  250. border-radius: 10rpx;
  251. background-color: #F62339;
  252. color: white;
  253. }
  254. .activityList .activityBox .footer .info .timeOut .outSplit {
  255. margin: 0rpx 2rpx;
  256. color: #F62339;
  257. }
  258. .activityList .activityBox .footer .info .closing .outNum {
  259. background-color: #BAC7D0;
  260. }
  261. .activityList .activityBox .footer .info .closing .outSplit {
  262. color: #BAC7D0;
  263. }
  264. .activityList .activityBox .footer .btn {
  265. padding: 10rpx 48rpx;
  266. background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
  267. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  268. border-radius: 50rpx;
  269. color: white;
  270. font-size: 32rpx;
  271. }
  272. .activityList .activityBox .footer .closingBtn {
  273. background-image: linear-gradient(270deg, #BAC7D0 0%, #C9D3DC 100%, #D5DFE3 100%);
  274. box-shadow: none;
  275. }