index.wxss 6.9 KB

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