index.less 8.4 KB

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