myOrderObligationDeposit.less 3.8 KB
.container {
  border-top: 1rpx solid #f5f5f5;
  background-color: #f5f5f5;
  padding-bottom: 20rpx;

  .upChange {
    width: 100%;
    height: 252rpx;
    background: linear-gradient(to right, #FD7F2E, #F53526);
    padding: 32rpx;
    box-sizing: border-box;

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

      .up_img {
        width: 120rpx;
        height: 120rpx;

        image {
          width: 100%;
        }
      }

      .up_cont {
        font-size: 32rpx;
        line-height: 44rpx;
        margin-left: 30rpx;
        color: #fff;
        font-weight: bold;
      }
    }


  }

  // 定金
  .Deposit {
    .list_count {
      margin-top: -50rpx;
      padding: 32rpx 32rpx 0;
      box-sizing: border-box;
      background-color: #fff;

      .list_title {
        font-size: 28rpx;
        line-height: 40rpx;
        font-weight: bold;
        border-bottom: 1rpx solid #f5f5f5;
        padding-bottom: 32rpx;
      }

      .list {
        display: flex;
        border-bottom: 1rpx solid #f5f5f5;
        padding: 30rpx 0;
        box-sizing: border-box;

        .left_imgs {
          width: 240rpx;
          height: 136rpx;

          image {
            width: 100%;
          }
        }

        .right_cont {
          flex: 1;
          padding-left: 20rpx;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 160rpx;

          .list_cont {
            display: flex;
            flex-direction: column;

            .r_title {
              font-size: 32rpx;
              line-height: 44rpx;
              font-weight: bold;
            }

            .r_tent {
              font-size: 28rpx;
              line-height: 48rpx;
              font-weight: bold;
            }
          }

          .money {
            .pr_icon {
              font-size: 24rpx;
              line-height: 40rpx;
              color: #F53526;
              font-weight: bold;
            }

            .pr_icon_price {
              font-size: 28rpx;
              line-height: 40rpx;
              color: #F53526;
              font-weight: bold;
            }

          }
        }
      }

    }

    .public {
      margin-top: 20rpx;
      width: 100%;
      padding: 32rpx;
      display: flex;
      align-items: center;
      justify-content: space-between;
      background-color: #fff;

      .public_1 {
        font-size: 28rpx;
        line-height: 48rpx;
        color: #3D444C;
      }

      .public_2 {
        font-size: 28rpx;
        line-height: 48rpx;
        color: #8C9198;
      }

      .freight_money {
        color: #F53526;
      }



    }

    .Pay_Deposit {
      .Deposit_money {
        display: flex;
        align-items: center;

        .red_money {
          font-size: 24rpx;
          line-height: 44rpx;
          margin-left: 20rpx;
        }

        .addd {
          color: #F53526;
        }

        .red {
          color: #F53526;
        }

        .gray {
          color: #8C9198;
        }
      }
    }

  }

  .downbtn {
    display: flex;
    justify-content: flex-end;
    padding: 32rpx;
    box-sizing: border-box;
    position: fixed;
    bottom: 0rpx;
    right: 0;

    .btn {
      width: 240rpx;
      height: 68rpx;
      margin: 10rpx 10rpx;
      line-height: 68rpx;
      padding: 0;
      font-weight: 400;
      font-size: 28rpx;
      border-radius: 12rpx;

    }

    .btn1 {
      background-color: transparent;
      color: #06121E;
      border: 1rpx solid #ccc;

    }

    .btn2 {
      background-color: #E8370F;
      color: #fff;
      border: 1rpx solid #ccc;

    }
  }

  .goods_price {

    .money_icon {
      font-size: 24rpx;
      line-height: 48rpx;
      color: #E8370F;
      font-weight: bold;
    }

    .price {
      font-size: 28rpx;
      line-height: 48rpx;
      color: #E8370F;
      font-weight: bold;

    }
  }
}