.followBox { padding: 0rpx 20rpx 20rpx; } .followBox .screening { position: fixed; top: 0px; left: 0px; width: 100%; padding: 0rpx 28rpx 20rpx; display: flex; z-index: 9; align-items: center; justify-content: space-between; box-sizing: border-box; background-color: #F2F6FC; padding-left: 20rpx; } .followBox .screening .type { padding: 4rpx 0rpx; color: #666; font-size: 26rpx; } .followBox .screening .currentType { color: #333; font-weight: bold; border-bottom: 6rpx solid #00C657; } .followBox .screening .searchFriend { font-size: 26rpx; display: flex; align-items: center; padding: 10rpx 30rpx; border-radius: 25rpx; color: #666666; background-color: white; } .followBox .screening .searchFriend image { width: 22rpx; height: 22rpx; margin-right: 10rpx; } .followBox .box { padding-bottom: 20rpx; margin-top: 88rpx; } .followBox .box .follow { margin-top: 30rpx; box-sizing: border-box; width: 100%; background-color: white; border-radius: 20rpx; padding: 20rpx 34rpx 16rpx; display: flex; align-items: center; box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; } .followBox .box .follow .left { display: flex; flex-direction: column; align-items: center; } .followBox .box .follow .left .avatar { width: 106rpx; height: 106rpx; border-radius: 50%; } .followBox .box .follow .left .profession { display: inline-block; margin-top: 4rpx; padding: 4rpx 20rpx; font-size: 24rpx; color: white; background-color: #10CA61; border-radius: 20rpx; } .followBox .box .follow .right { margin-left: 46rpx; flex: 1; } .followBox .box .follow .right .infoBox { border-bottom: 1rpx solid #00000020; } .followBox .box .follow .right .infoBox .top { display: flex; align-items: center; justify-content: space-between; } .followBox .box .follow .right .infoBox .top .nickName { font-size: 32rpx; } .followBox .box .follow .right .infoBox .top .state { text-align: center; } .followBox .box .follow .right .infoBox .top .state .stateText { width: 160rpx; padding: 12rpx 0rpx; border-radius: 50rpx; font-size: 24rpx; } .followBox .box .follow .right .infoBox .top .state .already { background-color: #E4EDFB; } .followBox .box .follow .right .infoBox .top .state .yet { background-color: #1BC665; color: white; } .followBox .box .follow .right .infoBox .number { padding-bottom: 14rpx; font-size: 24rpx; color: #00000060; } .followBox .box .follow .right .statistics { display: flex; justify-content: space-between; align-items: center; padding-top: 12rpx; font-size: 28rpx; color: #00000060; } .followBox .box .follow .right .statistics text { margin-left: 6rpx; } .empty { margin-top: 200rpx; }