niangjiulist.wxss 705 字节

.niangjiuitem{
  display:flex;
  align-items: center;
  justify-content: space-between;
  padding: 32rpx 0;
  box-sizing: border-box;
  border-bottom:1rpx solid #f5f5f5;

}

.duigou{
  width:24rpx;
  height:24rpx;
  font-size: 0;
  margin-left:8rpx;
}


.niangjiulist{
  padding: 0 32rpx;
}
.njiuimg{
  width:60rpx;
  height:60rpx;
  font-size: 0;
  border-radius: 50%
}

.njiuimg image{
  border-radius:50%;
}
.niangjiuleft{
  display:flex;
  align-items: center;
}
.leftname{
  color:#1A1A1A;
  font-size: 28rpx;
  margin-left:30rpx;
}
.alatten{
  padding:0 20rpx;
  height:50rpx;
  background:#B3B3B3;
  border-radius:2rpx;
  font-size:26rpx;
  color:#fff;
  text-align:center;
  line-height:50rpx;

}