index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. .activityBox {
  2. position: relative;
  3. padding: 35rpx 25rpx calc(140rpx + env(safe-area-inset-bottom)) !important;
  4. .rankList {
  5. .headline {
  6. display: flex;
  7. align-items: center;
  8. justify-content: space-between;
  9. margin-bottom: 30rpx;
  10. .left {
  11. display: flex;
  12. align-items: center;
  13. font-size: 36rpx;
  14. font-weight: 400;
  15. .logo {
  16. margin-right: 10rpx;
  17. width: 49rpx;
  18. height: 42rpx;
  19. }
  20. }
  21. .toAll {
  22. font-size: 28rpx;
  23. color: #333333;
  24. .backIcon {
  25. width: 14rpx;
  26. height: 24rpx;
  27. }
  28. }
  29. }
  30. .ranking-class-2 {
  31. margin-bottom: 20rpx;
  32. width: 100%;
  33. box-sizing: border-box;
  34. border-radius: 30rpx;
  35. overflow: hidden;
  36. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  37. .header {
  38. display: flex;
  39. align-items: center;
  40. justify-content: space-between;
  41. padding: 25rpx 30rpx;
  42. box-sizing: border-box;
  43. .left {
  44. display: flex;
  45. align-items: center;
  46. color: white;
  47. .icon {
  48. width: 28rpx;
  49. height: 30rpx;
  50. }
  51. .title {
  52. font-size: 30rpx;
  53. font-weight: bold;
  54. margin: 0rpx 10rpx;
  55. }
  56. }
  57. .toAll {
  58. font-size: 28rpx;
  59. color: white;
  60. .backIcon {
  61. width: 14rpx;
  62. height: 24rpx;
  63. }
  64. }
  65. }
  66. .body {
  67. width: 100%;
  68. padding: 25rpx 20rpx;
  69. box-sizing: border-box;
  70. .row {
  71. padding: 14rpx 25rpx;
  72. border-radius: 14rpx;
  73. margin-bottom: 20rpx;
  74. display: flex;
  75. align-items: center;
  76. justify-content: space-between;
  77. background-color: white;
  78. .left {
  79. display: flex;
  80. align-items: center;
  81. .stand {
  82. width: 36rpx;
  83. height: 36rpx;
  84. }
  85. .avatar {
  86. width: 72rpx;
  87. height: 72rpx;
  88. margin: 0rpx 30rpx;
  89. border-radius: 50%;
  90. background-color: #EBEBEB;
  91. }
  92. .nickName {
  93. width: 210rpx;
  94. font-size: 28rpx;
  95. }
  96. }
  97. .right {
  98. text-align: center;
  99. font-size: 0rpx;
  100. .playIcon {
  101. width: 34rpx;
  102. height: 34rpx;
  103. }
  104. .num {
  105. font-size: 28rpx;
  106. }
  107. }
  108. }
  109. }
  110. }
  111. .yxb {
  112. .header {
  113. background-color: #2DCE66;
  114. }
  115. .body {
  116. background-image: linear-gradient(180deg, #4cd67c 0%, #66ec95 100%);
  117. }
  118. }
  119. .rbb {
  120. .header {
  121. background-color: #FF7E6C;
  122. }
  123. .body {
  124. background-image: linear-gradient(180deg, #FFB4A8 0%, #FFDCD7 100%);
  125. }
  126. }
  127. .pkb {
  128. .header {
  129. background-color: #967DFF;
  130. }
  131. .body {
  132. background-image: linear-gradient(180deg, #8265F9 0%, #B8A7FF 100%);
  133. }
  134. .playIcon {
  135. width: 38rpx !important;
  136. height: 34rpx !important;
  137. }
  138. }
  139. }
  140. }