appraise.less 6.5 KB
.container {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;

  .appraise {
    width: 100%;

    /* 列表 */
    .like_list {
      width: 100%;
      height: 100%;
      display: flex;
      padding: 30rpx 0;
      box-sizing: border-box;
      border-bottom: 1rpx solid #F2F2F2;

      .list_left {
        width: 208rpx;
        height: 208rpx;
        flex: 0 0 auto;

        image {
          width: 100%;
          height: 100%;
        }
      }

      .list_right {
        padding-left: 40rpx;
        box-sizing: border-box;
        flex: 1;
        height: 208rpx;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .list_right_content {
          font-size: 28rpx;
          line-height: 38rpx;
          height: 82rpx;
          color: rgba(6, 18, 31, 1);
          display: -webkit-box;
          -webkit-line-clamp: 2;
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
        }

        .newzeng {
          width: 100%;
          display: flex;
          align-items: center;

          .status_change {
            padding: 5rpx 10rpx;
            color: #E8370F;
            border: 1rpx solid #E8370F;
            font-size: 24rpx;
          }

          .rit_text {
            margin-left: 30rpx;
            display: flex;
            align-items: center;

            .numPer {
              color: #FF444B;
              font-size: 24rpx;
            }

            .numperson {
              font-size: 24rpx;
              color: #8C9198;
            }

          }

        }

        .list_right_box {
          display: flex;
          align-items: baseline;

          .del {
            margin-left: 30rpx;

            .money_icon_ {
              font-size: 20rpx;
              line-height: 42rpx;
              color: #8C9198;
            }

            .del_price_ {
              font-size: 24rpx;
              color: #8C9198;
              text-decoration: line-through;
            }
          }

          .zan_price {
            display: flex;
            align-items: baseline;
            line-height: 55rpx;
            font-weight: bold;
            justify-content: space-between;

            .icon_name {
              font-size: 28rpx;
              color: #FF444B;
            }

            .money_icon {
              margin-left: 10rpx;
              font-size: 20rpx;
              line-height: 42rpx;
              color: #FF444B;
            }

            .price_big {
              color: #FF444B;
              font-size: 32rpx;
            }





          }
        }
      }
    }

    /*  没图片的样式 */
    .like_list_1 {
      width: 100%;
      height: 100%;
      padding: 20rpx 0 10rpx;
      box-sizing: border-box;
      border-bottom: 1rpx solid #F2F2F2;
      display: flex;
      justify-content: space-between;
      flex-direction: column;

      .down_next {
        .newzeng {
          width: 100%;
          display: flex;
          align-items: center;

          .status_change {
            padding: 5rpx 10rpx;
            color: #E8370F;
            border: 1rpx solid #E8370F;
            font-size: 24rpx;
          }

          .rit_text {
            margin-left: 30rpx;
            display: flex;
            align-items: center;

            .numPer {
              color: #FF444B;
              font-size: 24rpx;
            }

            .numperson {
              font-size: 24rpx;
              color: #8C9198;
            }

          }

        }

        .price_dP_ {
          display: flex;
          line-height: 55rpx;

          .zan_price_ {
            display: flex;
            font-weight: bold;

            .icon_name_ {
              font-size: 28rpx;
              color: #FF444B;
            }

            .money_icon_ {
              margin-left: 10rpx;
              font-size: 20rpx;
              line-height: 61rpx;
              color: #FF444B;
            }

            .price_big_ {
              color: #FF444B;
              font-size: 32rpx;
            }
          }

          .del {
            display: flex;
            align-self: baseline;
            margin-left: 40rpx;

            .money_icon_ {
              font-size: 20rpx;
              color: #8C9198;
              line-height: 55rpx;
            }

            .del_price_ {
              font-size: 24rpx;
              color: #8C9198;
              text-decoration: line-through;
            }
          }
        }
      }
    }

    .dicon {
      .icon {
        margin-top: 30rpx;
        width: 100%;
        display: flex;
        align-items: center;

        .icon_1 {
          margin-right: 30rpx;
          display: flex;
          align-items: center;

          image {
            width: 48rpx;
            height: 48rpx;
          }

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

        }
      }

      .textarea {
        padding: 32rpx 0;
        box-sizing: border-box;
        margin-top: 30rpx;
        margin-bottom: 120rpx;
        background-color: #F9F9F9;

        .textarea_text {
          width: 100%;
          padding: 0 32rpx;
          font-size: 24rpx;
          color: #999999;
        }


        .uploader_img {
          width: 100%;
          display: flex;

          // align-items: center;
          .upAdd {
            width: 132rpx;
            height: 132rpx;

            image {
              width: 100%;
            }


          }

          .uploader_list {
            flex: 1;
            display: flex;
            align-items: baseline;
            flex-wrap: wrap;

            .s_detlte {
              width: 132rpx;
              position: relative;
              margin-right: 5rpx;
              flex-shrink: 0;

              .pictures {
                width: 132rpx;
                height: 132rpx;
                border-radius: 8rpx;

              }

              .delete {
                width: 32rpx;
                height: 32rpx;
                position: absolute;
                bottom: 10rpx;
                right: 0rpx;
              }


            }
          }


        }
      }


    }
  }



  .downbtn {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background-color: #fff;
    padding: 0 64rpx;
    box-sizing: border-box;

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





}