index.less 6.9 KB

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