index.wxss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  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. box-sizing: border-box;
  10. border-radius: 30rpx;
  11. overflow: hidden;
  12. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  13. }
  14. .activityList .ranking-class-1 .header {
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-between;
  18. padding: 25rpx 30rpx;
  19. box-sizing: border-box;
  20. }
  21. .activityList .ranking-class-1 .header .left {
  22. display: flex;
  23. align-items: center;
  24. color: white;
  25. }
  26. .activityList .ranking-class-1 .header .left .icon {
  27. width: 26rpx;
  28. height: 30rpx;
  29. }
  30. .activityList .ranking-class-1 .header .left .title {
  31. font-size: 30rpx;
  32. font-weight: bold;
  33. margin: 0rpx 10rpx;
  34. }
  35. .activityList .ranking-class-1 .header .toAll {
  36. font-size: 28rpx;
  37. color: white;
  38. }
  39. .activityList .ranking-class-1 .header .toAll .backIcon {
  40. width: 12rpx;
  41. height: 22rpx;
  42. }
  43. .activityList .ranking-class-1 .body {
  44. padding: 24rpx 10rpx 38rpx 10rpx;
  45. }
  46. .activityList .ranking-class-1 .body .top {
  47. display: flex;
  48. justify-content: space-around;
  49. align-items: flex-end;
  50. }
  51. .activityList .ranking-class-1 .body .top .userBox {
  52. display: flex;
  53. flex-direction: column;
  54. align-items: center;
  55. text-align: center;
  56. }
  57. .activityList .ranking-class-1 .body .top .nickName {
  58. width: 140rpx;
  59. font-size: 26rpx;
  60. margin-top: 14rpx;
  61. text-align: center;
  62. }
  63. .activityList .ranking-class-1 .body .top .firstUser {
  64. width: 130rpx;
  65. height: 130rpx;
  66. background: url(http://reader-wx.ai160.com/images/reader/v3/first.png) no-repeat;
  67. background-size: 100% 100%;
  68. text-align: center;
  69. }
  70. .activityList .ranking-class-1 .body .top .firstUser .avatar {
  71. margin-top: 36rpx;
  72. width: 90rpx;
  73. height: 90rpx;
  74. border-radius: 50%;
  75. background-color: #EBEBEB;
  76. }
  77. .activityList .ranking-class-1 .body .top .secondUser {
  78. width: 110rpx;
  79. height: 110rpx;
  80. background: url(http://reader-wx.ai160.com/images/reader/v3/second.png) no-repeat;
  81. background-size: 100% 100%;
  82. text-align: center;
  83. }
  84. .activityList .ranking-class-1 .body .top .secondUser .avatar {
  85. margin-top: 26rpx;
  86. width: 80rpx;
  87. height: 80rpx;
  88. border-radius: 50%;
  89. background-color: #EBEBEB;
  90. }
  91. .activityList .ranking-class-1 .body .top .thirdUser {
  92. width: 110rpx;
  93. height: 110rpx;
  94. background: url(http://reader-wx.ai160.com/images/reader/v3/third.png) no-repeat;
  95. background-size: 100% 100%;
  96. text-align: center;
  97. }
  98. .activityList .ranking-class-1 .body .top .thirdUser .avatar {
  99. margin-top: 26rpx;
  100. width: 80rpx;
  101. height: 80rpx;
  102. background-color: #EBEBEB;
  103. border-radius: 50%;
  104. }
  105. .activityList .ranking-class-1 .body .btm {
  106. margin-top: 10rpx;
  107. display: flex;
  108. justify-content: space-between;
  109. align-items: flex-end;
  110. }
  111. .activityList .ranking-class-1 .body .btm .userBox {
  112. display: flex;
  113. flex-direction: column;
  114. align-items: center;
  115. }
  116. .activityList .ranking-class-1 .body .btm .userBox .avatar {
  117. margin-top: 26rpx;
  118. width: 80rpx;
  119. height: 80rpx;
  120. border-radius: 50%;
  121. background-color: #EBEBEB;
  122. }
  123. .activityList .ranking-class-1 .body .btm .userBox .nickName {
  124. width: 120rpx;
  125. font-size: 26rpx;
  126. text-align: center;
  127. margin-top: 14rpx;
  128. }
  129. .activityList .ranking-class-2 {
  130. margin-bottom: 20rpx;
  131. width: 100%;
  132. box-sizing: border-box;
  133. border-radius: 30rpx;
  134. overflow: hidden;
  135. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  136. }
  137. .activityList .ranking-class-2 .header {
  138. display: flex;
  139. align-items: center;
  140. justify-content: space-between;
  141. padding: 25rpx 30rpx;
  142. box-sizing: border-box;
  143. }
  144. .activityList .ranking-class-2 .header .left {
  145. display: flex;
  146. align-items: center;
  147. color: white;
  148. }
  149. .activityList .ranking-class-2 .header .left .icon {
  150. width: 26rpx;
  151. height: 30rpx;
  152. }
  153. .activityList .ranking-class-2 .header .left .title {
  154. font-size: 30rpx;
  155. font-weight: bold;
  156. margin: 0rpx 10rpx;
  157. }
  158. .activityList .ranking-class-2 .header .toAll {
  159. font-size: 28rpx;
  160. color: white;
  161. }
  162. .activityList .ranking-class-2 .header .toAll .backIcon {
  163. width: 12rpx;
  164. height: 22rpx;
  165. }
  166. .activityList .ranking-class-2 .body {
  167. width: 100%;
  168. padding: 25rpx 20rpx;
  169. box-sizing: border-box;
  170. }
  171. .activityList .ranking-class-2 .body .row {
  172. padding: 14rpx 25rpx;
  173. border-radius: 14rpx;
  174. margin-bottom: 20rpx;
  175. display: flex;
  176. align-items: center;
  177. justify-content: space-between;
  178. background-color: white;
  179. }
  180. .activityList .ranking-class-2 .body .row .left {
  181. display: flex;
  182. align-items: center;
  183. }
  184. .activityList .ranking-class-2 .body .row .left .stand {
  185. width: 36rpx;
  186. height: 36rpx;
  187. }
  188. .activityList .ranking-class-2 .body .row .left .avatar {
  189. width: 72rpx;
  190. height: 72rpx;
  191. margin: 0rpx 30rpx;
  192. border-radius: 50%;
  193. background-color: #EBEBEB;
  194. }
  195. .activityList .ranking-class-2 .body .row .left .nickName {
  196. width: 210rpx;
  197. font-size: 26rpx;
  198. }
  199. .activityList .ranking-class-2 .body .row .right {
  200. text-align: center;
  201. font-size: 0rpx;
  202. }
  203. .activityList .ranking-class-2 .body .row .right .playIcon {
  204. width: 34rpx;
  205. height: 34rpx;
  206. }
  207. .activityList .ranking-class-2 .body .row .right .num {
  208. font-size: 28rpx;
  209. }
  210. .activityList .yxb .header {
  211. background-color: #2DCE66;
  212. }
  213. .activityList .yxb .body {
  214. background-image: linear-gradient(180deg, #4cd67c 0%, #66ec95 100%);
  215. }
  216. .activityList .rbb .header {
  217. background-color: #FF7E6C;
  218. }
  219. .activityList .rbb .body {
  220. background-image: linear-gradient(180deg, #FFB4A8 0%, #FFDCD7 100%);
  221. }
  222. .activityList .pkb .header {
  223. background-color: #967DFF;
  224. }
  225. .activityList .pkb .body {
  226. background-image: linear-gradient(180deg, #8265F9 0%, #B8A7FF 100%);
  227. }
  228. .activityList .pkb .playIcon {
  229. width: 38rpx !important;
  230. height: 34rpx !important;
  231. }
  232. .activityList .activityBox {
  233. margin-bottom: 20rpx;
  234. width: 100%;
  235. padding: 20rpx;
  236. box-sizing: border-box;
  237. background-color: white;
  238. border-radius: 30rpx;
  239. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  240. }
  241. .activityList .activityBox .cover {
  242. width: 100%;
  243. height: 410rpx;
  244. border-radius: 20rpx;
  245. background-color: #EBEBEB;
  246. }
  247. .activityList .activityBox .footer {
  248. display: flex;
  249. align-items: center;
  250. justify-content: space-between;
  251. padding: 10rpx 0rpx;
  252. }
  253. .activityList .activityBox .footer .info .title {
  254. font-size: 32rpx;
  255. margin-bottom: 8rpx;
  256. }
  257. .activityList .activityBox .footer .info .time {
  258. font-size: 26rpx;
  259. }
  260. .activityList .activityBox .footer .info .timeOut {
  261. display: flex;
  262. align-items: center;
  263. font-weight: bold;
  264. font-size: 28rpx;
  265. }
  266. .activityList .activityBox .footer .info .timeOut .outNum {
  267. width: 46rpx;
  268. font-size: 26rpx;
  269. text-align: center;
  270. border-radius: 10rpx;
  271. background-color: #F62339;
  272. color: white;
  273. }
  274. .activityList .activityBox .footer .info .timeOut .outSplit {
  275. margin: 0rpx 2rpx;
  276. color: #F62339;
  277. }
  278. .activityList .activityBox .footer .info .closing .outNum {
  279. background-color: #BAC7D0;
  280. }
  281. .activityList .activityBox .footer .info .closing .outSplit {
  282. color: #BAC7D0;
  283. }
  284. .activityList .activityBox .footer .btn {
  285. padding: 10rpx 48rpx;
  286. background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
  287. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  288. border-radius: 50rpx;
  289. color: white;
  290. font-size: 32rpx;
  291. }
  292. .activityList .activityBox .footer .closingBtn {
  293. background-image: linear-gradient(270deg, #BAC7D0 0%, #C9D3DC 100%, #D5DFE3 100%);
  294. box-shadow: none;
  295. }