index.less 6.7 KB

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