tment_eval.wxss 2.1 KB
.container {
  border-top: 7rpx solid rgb(245, 245, 245);
  padding-bottom: 100rpx;
  background-color: rgb(255, 255, 255);
}

.head {
  height: 270rpx;
}

.headimg {
  width: 190rpx;
  height: 190rpx;
  border-radius: 50%;
}

.item {
  margin-bottom: 20rpx;
}

.itemlf {
  width: 195rpx;
}

.itemlr {
  width: 360rpx;
}

.starss {
  margin-top: 15rpx;
  border-top: 3rpx dashed rgb(203, 203, 203);
  padding-top: 25rpx;
  padding-left: 15rpx;
}

.stars {
  width: 50rpx;
  height: 50rpx;
  margin-right: 20rpx;
}

.datetime {
  width: 190rpx;
}

.tea_labs {
  padding: 0rpx 56rpx;
  margin-top: 20rpx;
}

.proposal {
  right: 20rpx;
  bottom: 20rpx;
  color: rgb(152, 152, 152);
}

.textarea {
  width: 100%;
  height: 200rpx;
  margin-top: 70rpx;
  border: 2rpx solid rgb(203, 203, 203);
  border-radius: 13rpx;
  padding-top: 25rpx;
  padding-left: 30rpx;
  margin-bottom: 30rpx;
  padding-right: 15rpx;
  padding-bottom: 20rpx;
}

.labels {
  display: inline-block;
  max-height: 240rxp;
  line-height: 50rpx;
  padding-left: 15rpx;
}

.label {
  padding: 0rpx 10rpx;
  height: 48rpx;
  line-height: 48rpx;
  border: 2rpx solid rgb(218, 218, 218);
  color: rgb(152, 152, 152);
  border-radius: 5rpx;
  margin-right: 20rpx;
  width: 165rpx;
  display: inline-block;
  text-align: center;
  margin-bottom: 10rpx;
}

/* 选择标签的样式 */

.checklabel {
  border: 2rpx solid rgb(214, 1, 33);
  background-color: rgb(255, 231, 235);
  color: rgb(214, 1, 33);
}

.feedback {
  color: rgb(152, 152, 152);
  margin-bottom: 70rpx;
}

.Subs {
  background-color: rgb(255, 255, 255);
  position: fixed;
  width: 100%;
  bottom: 40rpx;
}

.Submission {
  width: 400rpx;
  height: 65rpx;
  border-radius: 60rpx;
  background-color: rgb(214, 1, 33);
  color: rgb(255, 255, 255);
}
.Submission.yellow-b{
  background-color: #ffb03f;

}

.clonri {
  margin: 0rpx;
}

.subSuccess {
  position: fixed;
  z-index: 3;
  top: 435rpx;
  left: 66rpx;
  background-color: #a6a6a6a4;
  width: 615rpx;
  height: 315rpx;
  border-radius: 20rpx;
  color: rgb(255, 255, 255);
}

.Success {
  width: 110rpx;
  height: 110rpx;
  margin-top: 50rpx;
  margin-bottom: 45rpx;
}