consultantList.wxss 778 字节
/* 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: #000;
  margin-bottom: 30rpx;
  display: flex;
  align-items: center;
}

.user_name image {
  width: 48rpx;
  height: 48rpx;
  margin-left: 15rpx;
}

.user_info {
  font-size: 30rpx;
  color: #292525;
}

.icon-jinru {
  color: #818181;
}