productReview.less 1.2 KB
.container {
  border-top: 1rpx solid #f5f5f5;
  padding: 32rpx;
  box-sizing: border-box;

  .productReview {

    .title {
      font-weight: bold;
      font-size: 36rpx;
      line-height: 50rpx
    }

    .reviews {
      display: flex;
      align-items: center;
      height: 120rpx;

      .item {
        display: flex;
        align-items: center;
        margin: 0 20rpx;

        .haoping_icon_img {
          width: 48rpx;
          height: 48rpx;
        }

        .haoping_red_img {
          width: 48rpx;
          height: 48rpx;
        }

        .haoping_icon {
          font-size: 28rpx;
          line-height: 40rpx;
          margin-left: 10rpx;
        }
      }

      .good {
        margin-left: 0;
      }

    }

    .praise {
      .textarea_placeholder {
        color: #BDC4CE;
        font-size: 28rpx;
        line-height: 40rpx;
      }
    }
  }

  .downbtn {
    position: fixed;
    bottom: 0;
    left: 64rpx;

    .btn {
      width: 620rpx;
      height: 80rpx;
      margin: 10rpx 0;
      line-height: 80rpx;
      padding: 0;
      font-weight: 400;
      font-size: 28rpx;
      background-color: #E8370F;
      color: #fff
    }
  }
}