index.wxss 4.0 KB

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