index.less 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  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. .follow {
  45. margin-top: 30rpx;
  46. box-sizing: border-box;
  47. width: 100%;
  48. background-color: white;
  49. border-radius: 20rpx;
  50. padding: 20rpx 34rpx 16rpx;
  51. display: flex;
  52. align-items: center;
  53. box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px;
  54. .left {
  55. display: flex;
  56. flex-direction: column;
  57. align-items: center;
  58. .avatar {
  59. width: 106rpx;
  60. height: 106rpx;
  61. border-radius: 50%;
  62. }
  63. .profession {
  64. display: inline-block;
  65. margin-top: 4rpx;
  66. padding: 4rpx 20rpx;
  67. font-size: 24rpx;
  68. color: white;
  69. background-color: #10CA61;
  70. border-radius: 20rpx;
  71. }
  72. }
  73. .right {
  74. margin-left: 46rpx;
  75. flex: 1;
  76. .infoBox {
  77. border-bottom: 1rpx solid #00000020;
  78. .top {
  79. display: flex;
  80. align-items: center;
  81. justify-content: space-between;
  82. .nickName {
  83. font-size: 32rpx;
  84. }
  85. .state {
  86. text-align: center;
  87. .stateText {
  88. width: 160rpx;
  89. padding: 12rpx 0rpx;
  90. border-radius: 50rpx;
  91. font-size: 24rpx;
  92. }
  93. .already {
  94. background-color: #E4EDFB;
  95. }
  96. .yet {
  97. background-color: #1BC665;
  98. color: white;
  99. }
  100. }
  101. }
  102. .number {
  103. padding-bottom: 14rpx;
  104. font-size: 24rpx;
  105. color: #00000060;
  106. }
  107. }
  108. .statistics {
  109. display: flex;
  110. justify-content: space-between;
  111. align-items: center;
  112. padding-top: 12rpx;
  113. font-size: 28rpx;
  114. color: #00000060;
  115. text {
  116. margin-left: 6rpx;
  117. }
  118. }
  119. }
  120. }
  121. }
  122. }
  123. .empty {
  124. margin-top: 200rpx;
  125. }