productReview.wxss 1.1 KB
.container {
  border-top: 1rpx solid #f5f5f5;
  padding: 32rpx;
  box-sizing: border-box;
}
.container .productReview .title {
  font-weight: bold;
  font-size: 36rpx;
  line-height: 50rpx;
}
.container .productReview .reviews {
  display: flex;
  align-items: center;
  height: 120rpx;
}
.container .productReview .reviews .item {
  display: flex;
  align-items: center;
  margin: 0 20rpx;
}
.container .productReview .reviews .item .haoping_icon_img {
  width: 48rpx;
  height: 48rpx;
}
.container .productReview .reviews .item .haoping_red_img {
  width: 48rpx;
  height: 48rpx;
}
.container .productReview .reviews .item .haoping_icon {
  font-size: 28rpx;
  line-height: 40rpx;
  margin-left: 10rpx;
}
.container .productReview .reviews .good {
  margin-left: 0;
}
.container .productReview .praise .textarea_placeholder {
  color: #BDC4CE;
  font-size: 28rpx;
  line-height: 40rpx;
}
.container .downbtn {
  position: fixed;
  bottom: 0;
  left: 64rpx;
}
.container .downbtn .btn {
  width: 620rpx;
  height: 80rpx;
  margin: 10rpx 0;
  line-height: 80rpx;
  padding: 0;
  font-weight: 400;
  font-size: 28rpx;
  background-color: #E8370F;
  color: #fff;
}