all-evaluate.wxss 829 字节
/* pages/all-evaluate/all-evaluate.wxss */
page{
  background-color: #f1f2f4;
  padding-top: 24rpx;
}
.outerBox{
  background-color: #ffffff;
  width: 750rpx;
  padding: 32rpx;
}
.userBox {
  width: 686rpx;
  height: 72rpx;
  background-color: #ffffff;
  display: flex; 
}

.wxHead {
  width: 72rpx;
  height: 72rpx;
  margin-right:16rpx;
  background-color: aqua;
}

.wxHead image {
  width: 72rpx;
  height: 72rpx;
}

.wxName {
  height: 100%;
  width: 200rpx;
  max-width: 500rpx;
  background-color: bisque;
  display: flex;
  align-items: center;
  justify-content: left;
}

.text {
  width: 686rpx;
  height: 200rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #333333;
  background-color: blueviolet;
  margin-top: 20rpx;
}

.picBox {
  display: flex;
  height: 200rpx;
  width: 100%;
}

.pic {

}