evaluate.wxss 3.04 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;
  box-sizing: border-box;
}

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

.show_icon{
	width: 50%;
	margin: 0 auto;
	display: flex; justify-content: space-between;
}

.icon_item{
	display: flex;align-items: center; justify-content: center; font-size: 26rpx; text-align: center;
	width: 140rpx; height: 140rpx; border: 1rpx solid #eee; border-radius: 50%; line-height: 34rpx;
}

.go_right::after{
    position: absolute;
      right: 5px;
      top: 0;
      bottom: 0;
      margin: auto;
	    content: '';
	    display: inline-block;
	    width: 20rpx;
	    height: 20rpx;
	    border-top:1rpx solid #999 ;
	    border-right: 1rpx solid #999;
	    transform: rotate(45deg);
}

.show_pop_div{
  position: fixed; max-height:50%; left: 0;top:50%; transform: translateY(-50%); overflow-y: auto;
  background-color: #fff; text-align: center; z-index: 100000; width: 100%; min-height: 300rpx;
}

.show_pop_div .title{
	height: 100rpx; line-height: 100rpx; border-bottom: 1rpx solid #eee; font-size: 34rpx;
}