mouthreview.wxss 2.2 KB
@import '../../../common/common.wxss';
@import '../../../icon/icon.wxss';
.sub_doctor_review{
  display:flex;

}
.selectpublish{
  display:flex;
  align-items: center;
  height:30rpx;
  line-height: 30rpx;
  margin-right: 19rpx;
  margin-top: 6rpx;

}


/*用户评分 */
.use{
  display:flex;
  align-items: center;
  height:80rpx;
  padding: 0 30rpx;
}
.use_img{
  width:40rpx;
  height:40rpx;
  font-size: 0;
  margin-top: 8rpx;

}
.use_img image{
  width:100%;
  height:100%;
}
.use_name{
  color:#292525;
  font-size: 26rpx;
  font-weight: bold;
  margin-left: 10rpx;
  height:60rpx;
  line-height: 60rpx;

}
.starlist{
  display:flex;
  /* margin-top:5rpx; */
  margin-left: 30rpx;

}
.entertext {
  width:682rpx;
  height:200rpx;
  line-height:1.5;

}

.allevalute_star{
  width:36rpx;
  height:36rpx;
  font-size: 0;
  /* background: #FD8779; */
  margin-left: 16rpx;
  text-align: center;
  border-radius: 5rpx;

}
.hostel_star{
  width:36rpx;
  height:36rpx;
  font-size: 0;
  margin-left: 16rpx;
  text-align: center;
  border-radius: 5rpx;

}
.allevalute_star image,.hostel_star image{
  width:85%;
  height:85%;
}
.allevel{
  display:flex;
}
.allevalute{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.allevalname{
  color:#292525;
  font-size: 28rpx;
  height:36rpx;
  line-height: 36rpx;
}
.allevelstate{
  color:#5C5453;
  font-size: 26rpx;
  height:30rpx;
  line-height: 30rpx;
}
.evalute{
  padding: 14rpx 37rpx ;
  box-sizing: border-box;
}
.remark{
  padding: 20rpx 0 32rpx;
  border-bottom:16rpx solid  #FCF8F7;

}
.doctor_review{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height:80rpx;
  border-bottom:1rpx solid #f5f5f5;
  padding: 0 32rpx;
}
.doctor_review_name{
  color:#292525;
  font-size: 26rpx;
  font-weight: bold;
}
.sub_review{
  color:#5C5453;
  font-size:26rpx;
}
/* 输入评论*/
.entercomment{
  width:682rpx;
  height:200rpx;
  margin: 0 auto;
  color:#CCBAB8;
  font-size: 28rpx;
  padding: 28rpx 0;

}
.entertext{
  line-height: 1.5;
}
.choseimg{
  overflow: hidden;
  padding: 0 20rpx 0 12rpx;
}
.selectpic{
  float:left;
  width:160rpx;
  height:160rpx;
  font-size: 0;
  margin-left:20rpx;
  margin-top: 20rpx;
}
.selectpic image{
  width:100%;
  height:100%;
}