tment_eval.wxss 1.74 KB
.container {
  border-top: 7rpx solid rgb(245, 245, 245);
}

.head {
  height: 270rpx;
}

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

.item {
  margin-bottom: 20rpx;
}

.itemlf {
  width: 160rpx;
}

.itemlr {
  width: 190rpx;
}

.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;
}

.tea_labs {
  padding: 0rpx 56rpx;
}

textarea {
  width: 100%;
  height: 240rpx;
  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 {
  margin-bottom: 35rpx;
  display: inline-block;
  max-height: 240rxp;
}

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

/* 选择标签的样式 */

.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);
}

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

.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;
}