index.wxss 3.7 KB

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