index.less 6.8 KB

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