index.less 6.0 KB

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