index.wxss 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261
  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. padding: 4rpx 0rpx;
  20. color: #666;
  21. font-size: 26rpx;
  22. }
  23. .followBox .screening .currentType {
  24. color: #333;
  25. font-weight: bold;
  26. border-bottom: 6rpx solid #00C657;
  27. }
  28. .followBox .screening .searchFriend {
  29. font-size: 26rpx;
  30. display: flex;
  31. align-items: center;
  32. padding: 10rpx 30rpx;
  33. border-radius: 25rpx;
  34. color: #666666;
  35. background-color: white;
  36. }
  37. .followBox .screening .searchFriend image {
  38. width: 22rpx;
  39. height: 22rpx;
  40. margin-right: 10rpx;
  41. }
  42. .followBox .box {
  43. padding-bottom: 20rpx;
  44. margin-top: 88rpx;
  45. /*
  46. .follow {
  47. margin-top: 30rpx;
  48. box-sizing: border-box;
  49. width: 100%;
  50. background-color: white;
  51. border-radius: 20rpx;
  52. padding: 20rpx 34rpx 16rpx;
  53. display: flex;
  54. align-items: center;
  55. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  56. .left {
  57. display: flex;
  58. flex-direction: column;
  59. align-items: center;
  60. .avatar {
  61. width: 106rpx;
  62. height: 106rpx;
  63. border-radius: 50%;
  64. }
  65. .profession {
  66. display: inline-block;
  67. margin-top: 4rpx;
  68. padding: 4rpx 20rpx;
  69. font-size: 24rpx;
  70. color: white;
  71. background-color: #10CA61;
  72. border-radius: 20rpx;
  73. }
  74. }
  75. .right {
  76. margin-left: 46rpx;
  77. flex: 1;
  78. .infoBox {
  79. border-bottom: 1rpx solid #00000020;
  80. .top {
  81. display: flex;
  82. align-items: center;
  83. justify-content: space-between;
  84. .nickName {
  85. font-size: 32rpx;
  86. }
  87. .state {
  88. text-align: center;
  89. .stateText {
  90. width: 160rpx;
  91. padding: 12rpx 0rpx;
  92. border-radius: 50rpx;
  93. font-size: 24rpx;
  94. }
  95. .already {
  96. background-color: #E4EDFB;
  97. }
  98. .yet {
  99. background-color: #1BC665;
  100. color: white;
  101. }
  102. }
  103. }
  104. .number {
  105. padding-bottom: 14rpx;
  106. font-size: 24rpx;
  107. color: #00000060;
  108. }
  109. }
  110. .statistics {
  111. display: flex;
  112. justify-content: space-between;
  113. align-items: center;
  114. padding-top: 12rpx;
  115. font-size: 28rpx;
  116. color: #00000060;
  117. text {
  118. margin-left: 6rpx;
  119. }
  120. }
  121. }
  122. } */
  123. }
  124. .followBox .box .userBox {
  125. margin-bottom: 28rpx;
  126. display: flex;
  127. align-items: flex-start;
  128. justify-content: space-between;
  129. padding: 16rpx 24rpx 24rpx;
  130. border-radius: 20rpx;
  131. box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  132. background-color: white;
  133. }
  134. .followBox .box .userBox .identity {
  135. position: relative;
  136. text-align: center;
  137. }
  138. .followBox .box .userBox .identity .avatar {
  139. width: 106rpx;
  140. height: 106rpx;
  141. border-radius: 50%;
  142. position: relative;
  143. background-color: #e4e1e1;
  144. }
  145. .followBox .box .userBox .identity .identityText {
  146. position: absolute;
  147. top: 86rpx;
  148. left: 0rpx;
  149. right: 0rpx;
  150. margin: auto;
  151. width: 80rpx;
  152. margin-top: 6rpx;
  153. font-size: 24rpx;
  154. color: white;
  155. background-color: #10CA61;
  156. border-radius: 25rpx;
  157. }
  158. .followBox .box .userBox .userRight {
  159. flex: 1;
  160. margin-left: 30rpx;
  161. }
  162. .followBox .box .userBox .userRight .topBox .row {
  163. display: flex;
  164. align-items: center;
  165. justify-content: space-between;
  166. }
  167. .followBox .box .userBox .userRight .topBox .row .nickName {
  168. width: 200rpx;
  169. color: #333;
  170. font-size: 32rpx;
  171. }
  172. .followBox .box .userBox .userRight .topBox .row .gradeText {
  173. margin: 18rpx 0rpx 12rpx;
  174. font-size: 24rpx;
  175. color: rgba(0, 0, 0, 0.6);
  176. }
  177. .followBox .box .userBox .userRight .topBox .row .gradeText .copy {
  178. width: 22rpx;
  179. height: 22rpx;
  180. }
  181. .followBox .box .userBox .userRight .topBox .row .count {
  182. margin-top: 10rpx;
  183. flex: 1;
  184. font-size: 24rpx;
  185. color: rgba(0, 0, 0, 0.6);
  186. text-align: left;
  187. }
  188. .followBox .box .userBox .userRight .topBox .row .count .countNum {
  189. margin-left: 10rpx;
  190. }
  191. .followBox .box .userBox .userRight .topBox .row .countEnd {
  192. text-align: right;
  193. border: none;
  194. }
  195. .followBox .box .userBox .userRight .btmBox {
  196. display: flex;
  197. align-items: center;
  198. justify-content: space-between;
  199. margin-top: 30rpx;
  200. }
  201. .followBox .box .userBox .userRight .btmBox .state {
  202. text-align: center;
  203. }
  204. .followBox .box .userBox .userRight .btmBox .state .character {
  205. width: 24rpx;
  206. height: 24rpx;
  207. margin-right: 6rpx;
  208. }
  209. .followBox .box .userBox .userRight .btmBox .state .stateText {
  210. width: 200rpx;
  211. display: flex;
  212. justify-content: center;
  213. align-items: center;
  214. padding: 12rpx 0rpx;
  215. border-radius: 50rpx;
  216. font-size: 24rpx;
  217. }
  218. .followBox .box .userBox .userRight .btmBox .state .already {
  219. background-color: #E4EDFB;
  220. }
  221. .followBox .box .userBox .userRight .btmBox .state .yet {
  222. background-color: #1BC665;
  223. color: white;
  224. }
  225. .followBox .box .userBox .userRight .btmBox .follow {
  226. display: flex;
  227. align-items: center;
  228. justify-content: center;
  229. width: 200rpx;
  230. height: 52rpx;
  231. font-size: 24rpx;
  232. border-radius: 50rpx;
  233. background-color: #10CA61;
  234. color: white;
  235. }
  236. .followBox .box .userBox .userRight .btmBox .follow .character {
  237. width: 24rpx;
  238. height: 24rpx;
  239. margin-right: 6rpx;
  240. }
  241. .followBox .box .userBox .userRight .btmBox .isFans {
  242. background-color: #E2ECFB;
  243. color: #333;
  244. }
  245. .empty {
  246. margin-top: 200rpx;
  247. }