fans.wxss 827 字节
/* pages/index/fans/fans.wxss */

.item_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30rpx;
  box-sizing: border-box;
  border-bottom: 1rpx solid #ebebeb;
}

.head_img {
  width: 80rpx;
  height: 80rpx;
  border-radius: 50%;
  margin-right: 28rpx;
}

.list_left {
  display: flex;
  align-items: center;
  color: #a5a6a8;
  font-size: 24rpx;
}

.user_name {
  font-size: 30rpx;
  font-weight: bold;
  color: #000;
}

.list_hint {
  font-size: 24rpx;
  color: #4a74cf;
}

.list_hint2 {
  font-size: 28rpx;
  color: #4a74cf;
}

.list_label {
  width: 112rpx;
  height: 40rpx;
  background: #DCDDE0;
  border-radius: 5rpx;
  font-size: 24rpx;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list_active{
  background: #F7F7F7;
  color: #3568CC;
}