consultantList.wxss 651 字节
/* pages/consultantList/consultantList.wxss */
page{
  background: #F5F5FA;
}
.item_list{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  margin-top: 16rpx;
  padding: 30rpx;
}
.banner_box{
  display: flex;
  align-items: center;
}
.head_img {
  width: 180rpx;
  height: 180rpx;
  display: flex;
  align-items: center;
  justify-items: center;
  margin-right: 32rpx;
}

.head_img image {
  width: 100%;
  height: 100%;
}
.user_name{
  font-size: 32rpx;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30rpx;
}
.user_info{
  font-size: 30rpx;
  color: #292525;
}
.icon-jinru{
  color: #818181;
}