index.wxss 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346
  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: 28rpx;
  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: 14rpx;
  41. height: 24rpx;
  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: 28rpx;
  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: 28rpx;
  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: 28rpx;
  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: 28rpx;
  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: 28rpx;
  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: 28rpx;
  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: 14rpx;
  164. height: 24rpx;
  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: 28rpx;
  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 .cover-small {
  248. width: 100%;
  249. height: 260rpx;
  250. border-radius: 20rpx;
  251. background-color: #EBEBEB;
  252. }
  253. .activityList .activityBox .footer {
  254. display: flex;
  255. align-items: center;
  256. justify-content: space-between;
  257. padding: 10rpx 0rpx;
  258. }
  259. .activityList .activityBox .footer .info .title {
  260. font-size: 32rpx;
  261. margin-bottom: 8rpx;
  262. }
  263. .activityList .activityBox .footer .info .time {
  264. font-size: 28rpx;
  265. }
  266. .activityList .activityBox .footer .info .timeOut {
  267. display: flex;
  268. align-items: center;
  269. font-weight: bold;
  270. font-size: 28rpx;
  271. }
  272. .activityList .activityBox .footer .info .timeOut .outNum {
  273. width: 42rpx;
  274. font-size: 28rpx;
  275. text-align: center;
  276. border-radius: 10rpx;
  277. background-color: #F62339;
  278. color: white;
  279. }
  280. .activityList .activityBox .footer .info .timeOut .outSplit {
  281. margin: 0rpx 2rpx;
  282. color: #F62339;
  283. }
  284. .activityList .activityBox .footer .info .closing .outNum {
  285. background-color: #BAC7D0;
  286. }
  287. .activityList .activityBox .footer .info .closing .outSplit {
  288. color: #BAC7D0;
  289. }
  290. .activityList .activityBox .footer .btn {
  291. padding: 10rpx 48rpx;
  292. background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
  293. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  294. border-radius: 50rpx;
  295. color: white;
  296. font-size: 32rpx;
  297. }
  298. .activityList .activityBox .footer .closingBtn {
  299. background-image: linear-gradient(270deg, #BAC7D0 0%, #C9D3DC 100%, #D5DFE3 100%);
  300. box-shadow: none;
  301. }
  302. .activityList .newActivityBox {
  303. margin-bottom: 20rpx;
  304. width: 100%;
  305. padding: 20rpx;
  306. box-sizing: border-box;
  307. background-color: white;
  308. border-radius: 30rpx;
  309. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  310. }
  311. .activityList .newActivityBox .cover {
  312. margin: 0 auto;
  313. width: 100%;
  314. height: 518rpx;
  315. border-radius: 20rpx;
  316. background-color: #EBEBEB;
  317. }
  318. .activityList .newActivityBox .footer {
  319. padding: 10rpx 0rpx;
  320. }
  321. .activityList .newActivityBox .footer .row {
  322. display: flex;
  323. align-items: center;
  324. justify-content: space-between;
  325. }
  326. .activityList .newActivityBox .footer .row .title {
  327. font-size: 32rpx;
  328. margin-bottom: 8rpx;
  329. }
  330. .activityList .newActivityBox .footer .row .partake {
  331. font-size: 28rpx;
  332. }
  333. .activityList .newActivityBox .footer .row .partake text {
  334. color: #2FB1F1;
  335. }
  336. .activityList .newActivityBox .footer .row .time {
  337. font-size: 28rpx;
  338. }
  339. .activityList .newActivityBox .footer .row .btn {
  340. padding: 10rpx 48rpx;
  341. background-image: linear-gradient(270deg, #33C3FF 0%, #81C7FF 100%, #14C962 100%);
  342. box-shadow: 0 4rpx 10rpx 0 rgba(50, 197, 255, 0.46);
  343. border-radius: 50rpx;
  344. color: white;
  345. font-size: 32rpx;
  346. }