index.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. .followBox {
  2. padding: 0rpx 20rpx 20rpx;
  3. }
  4. .followBox .screening {
  5. position: fixed;
  6. top: 0px;
  7. left: 0px;
  8. width: 100%;
  9. padding: 0rpx 28rpx 20rpx;
  10. display: flex;
  11. z-index: 9;
  12. align-items: center;
  13. justify-content: space-between;
  14. box-sizing: border-box;
  15. background-color: #F2F6FC;
  16. padding-left: 20rpx;
  17. }
  18. .followBox .screening .type {
  19. position: relative;
  20. padding: 4rpx 0rpx;
  21. color: #666;
  22. font-size: 26rpx;
  23. }
  24. .followBox .screening .type .noticeTips {
  25. position: absolute;
  26. right: -6rpx;
  27. top: 0rpx;
  28. width: 30rpx;
  29. padding: 2rpx 0rpx;
  30. border-radius: 40rpx;
  31. color: white;
  32. font-size: 18rpx;
  33. text-align: center;
  34. background-color: #FF0000;
  35. }
  36. .followBox .screening .currentType {
  37. color: #333;
  38. font-weight: bold;
  39. border-bottom: 6rpx solid #00C657;
  40. }
  41. .followBox .screening .searchFriend {
  42. font-size: 26rpx;
  43. display: flex;
  44. align-items: center;
  45. padding: 10rpx 30rpx;
  46. border-radius: 25rpx;
  47. color: #666666;
  48. background-color: white;
  49. }
  50. .followBox .screening .searchFriend image {
  51. width: 22rpx;
  52. height: 22rpx;
  53. margin-right: 10rpx;
  54. }
  55. .followBox .box {
  56. padding-bottom: 20rpx;
  57. margin-top: 88rpx;
  58. }
  59. .followBox .box .userBox {
  60. margin-bottom: 28rpx;
  61. display: flex;
  62. align-items: flex-start;
  63. justify-content: space-between;
  64. padding: 16rpx 24rpx 24rpx;
  65. border-radius: 20rpx;
  66. box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  67. background-color: white;
  68. }
  69. .followBox .box .userBox .identity {
  70. position: relative;
  71. text-align: center;
  72. }
  73. .followBox .box .userBox .identity .avatar {
  74. width: 106rpx;
  75. height: 106rpx;
  76. border-radius: 50%;
  77. position: relative;
  78. background-color: #e4e1e1;
  79. }
  80. .followBox .box .userBox .identity .identityText {
  81. position: absolute;
  82. top: 86rpx;
  83. left: 0rpx;
  84. right: 0rpx;
  85. margin: auto;
  86. width: 80rpx;
  87. margin-top: 6rpx;
  88. font-size: 24rpx;
  89. color: white;
  90. background-color: #10CA61;
  91. border-radius: 25rpx;
  92. }
  93. .followBox .box .userBox .userRight {
  94. flex: 1;
  95. margin-left: 30rpx;
  96. }
  97. .followBox .box .userBox .userRight .topBox .row {
  98. display: flex;
  99. align-items: center;
  100. justify-content: space-between;
  101. }
  102. .followBox .box .userBox .userRight .topBox .row .nickName {
  103. width: 200rpx;
  104. color: #333;
  105. font-size: 32rpx;
  106. }
  107. .followBox .box .userBox .userRight .topBox .row .gradeText {
  108. margin: 18rpx 0rpx 12rpx;
  109. font-size: 24rpx;
  110. color: rgba(0, 0, 0, 0.6);
  111. }
  112. .followBox .box .userBox .userRight .topBox .row .gradeText .copy {
  113. width: 22rpx;
  114. height: 22rpx;
  115. }
  116. .followBox .box .userBox .userRight .topBox .row .count {
  117. margin-top: 10rpx;
  118. flex: 1;
  119. font-size: 24rpx;
  120. color: rgba(0, 0, 0, 0.6);
  121. text-align: left;
  122. }
  123. .followBox .box .userBox .userRight .topBox .row .count .countNum {
  124. margin-left: 10rpx;
  125. }
  126. .followBox .box .userBox .userRight .topBox .row .countEnd {
  127. text-align: right;
  128. border: none;
  129. }
  130. .followBox .box .userBox .userRight .btmBox {
  131. display: flex;
  132. align-items: center;
  133. justify-content: space-between;
  134. margin-top: 30rpx;
  135. }
  136. .followBox .box .userBox .userRight .btmBox .state {
  137. text-align: center;
  138. }
  139. .followBox .box .userBox .userRight .btmBox .state .character {
  140. width: 24rpx;
  141. height: 24rpx;
  142. margin-right: 6rpx;
  143. }
  144. .followBox .box .userBox .userRight .btmBox .state .stateText {
  145. width: 200rpx;
  146. display: flex;
  147. justify-content: center;
  148. align-items: center;
  149. padding: 12rpx 0rpx;
  150. border-radius: 50rpx;
  151. font-size: 24rpx;
  152. }
  153. .followBox .box .userBox .userRight .btmBox .state .already {
  154. background-color: #E4EDFB;
  155. }
  156. .followBox .box .userBox .userRight .btmBox .state .yet {
  157. background-color: #1BC665;
  158. color: white;
  159. }
  160. .followBox .box .userBox .userRight .btmBox .follow {
  161. display: flex;
  162. align-items: center;
  163. justify-content: center;
  164. width: 200rpx;
  165. height: 52rpx;
  166. font-size: 24rpx;
  167. border-radius: 50rpx;
  168. background-color: #10CA61;
  169. color: white;
  170. }
  171. .followBox .box .userBox .userRight .btmBox .follow .character {
  172. width: 24rpx;
  173. height: 24rpx;
  174. margin-right: 6rpx;
  175. }
  176. .followBox .box .userBox .userRight .btmBox .isFans {
  177. background-color: #E2ECFB;
  178. color: #333;
  179. }
  180. .empty {
  181. margin-top: 200rpx;
  182. }