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

  .list_count {
    padding: 32rpx 32rpx 0;
    box-sizing: border-box;
    background-color: #fff;


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

      .left_imgs {
        width: 208rpx;
        height: 208rpx;

        image {
          width: 100%;
        }
      }

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

        .list_cont {
          font-size: 32rpx;
          line-height: 44rpx;
          font-weight: 600;
        }

        .rules {
          display: flex;
          align-items: center;

          text {
            font-size: 28rpx;
            line-height: 40rpx;
            margin-right: 20rpx;
          }
        }

        .money {
          display: flex;
          align-items: center;
          justify-content: space-between;

          .money_ {
            font-size: 32rpx;
            line-height: 44rpx;
            font-weight: 600;
            color: #FF444B;
          }

          .count {
            font-size: 28rpx;
            line-height: 40rpx;
          }
        }
      }
    }
  }

  .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;
    }

    .red_imgs {

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

      }

      .radios_fff {
        width: 24rpx;
        height: 24rpx;
        margin-left: 20rpx;
      }

      .radios_red {
        width: 24rpx;
        height: 24rpx;
        margin-left: 20rpx;
      }
    }
  }

  .integrate4S {
    margin-top: 0;
  }

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

    .explain_ {
      font-size: 24rpx;
      line-height: 48rpx;
      color: #8C9198;

    }

    .r_explain {
      .explain__right {
        font-size: 24rpx;
        line-height: 48rpx;

      }

      .explain__red {
        font-size: 24rpx;
        line-height: 48rpx;
        color: #E8370F;
        margin: 0 5rpx;
      }
    }

  }

  .down {
    margin-bottom: 100rpx;

    .store_num {
      .store_money {
        color: #E8370F;
      }
    }

    .integrate_num {
      margin-top: 0;

      .integrate_money {
        color: #E8370F;
      }
    }

    .freight {
      margin-top: 0;

      .freight_money {
        color: #E8370F;
      }
    }
  }


  // 实际支付
  .__total {
    width: 100%;
    padding: 0 20rpx 0 20rpx;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    background-color: #fff;

    .imgItem {
      flex: 1;
      display: flex;
      align-items: center;

      .payall {
        margin-left: 20rpx;
        font-size: 32rpx;
        line-height: 44rpx;

      }

      .monery_red {
        margin-left: 20rpx;
        font-size: 32rpx;
        line-height: 44rpx;
        color: #E8370F;

      }
    }

    .downbtn {
      width: 240rpx;

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

  }

}