all-evaluate.wxss 1.4 KB
/* pages/all-evaluate/all-evaluate.wxss */
page {
  background-color: #f1f2f4;
  padding-top: 24rpx;

}

.outerBox {
  background-color: #ffffff;
  width: 750rpx;
  padding: 32rpx;
  box-sizing: border-box;
  padding-bottom: 20rpx;
}

.userBox {
  width: 686rpx;
  height: 72rpx;
  background-color: #ffffff;
  display: flex;
}

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

.wxHead image {
  width: 72rpx;
  height: 72rpx;
  border-radius: 50%;
}

.wxName {
  color: #333333;
  height: 100%;
  max-width: 500rpx;
  display: flex;
  align-items: center;
  justify-content: left;
  font-size: 28rpx;
}

.text {
  width: 686rpx;
  font-size: 28rpx;
  font-weight: 400;
  text-align: left;
  color: #333333;
  word-break: break-all;
  margin-top: 20rpx;
}

.picBox {
  display: flex;
  width: 100%;
}

.pic {
  width: 33%;
  display: flex;
  justify-content: center;
}

.pic image {
  width: 96%;
  height: 200rpx;
}

.bottomHint {
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
  padding-bottom: 10rpx;
}

.noDataBox {
  margin-top: 200rpx;
}

.noDataPic {
  width: 200rpx;
  height: 200rpx;
  margin: 0 auto;
}

.noDataPic image {
  width: 200rpx;
  height: 200rpx;
}

.noDataText {
  width: 750rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28rpx;
  color: #8e8e8e;
}

.bottomHint {
  font-size: 24rpx;
  color: gray;
  display: flex;
  justify-content: center;
  padding-bottom: 10rpx;
}