index.less 8.3 KB

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