VpurchaseSuccess.less 1.8 KB
page {
  background: #FFFFFF;
}

.container {
  width: 100%;

  .header {
    width: 100%;
    background: #e8370f;

    .left_img {
      width: 100%;
      display: flex;
      align-items: center;
      padding: 0 32rpx;
      box-sizing: border-box;
      height: 88rpx;

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

      .title_oage {
        flex: 1;
        margin-right: 32rpx;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-weight: 500;

      }
    }
  }

  .purchase {
    padding-top: 300rpx;
    box-sizing: border-box;

    .pur_img {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;

      image {
        width: 200rpx;
        height: 200rpx;

      }

      .pur_text {
        width: 100%;
        padding: 26rpx 0;
        box-sizing: border-box;
        font-size: 48rpx;
        color: #e8370f;
        text-align: center;
        font-weight: 500;
      }
    }


    .btn {
      width: 100%;
      margin: 160rpx auto;


      .btnbuy__ {
        height: 88rpx;
        width: 88%;
        color: #fff;
        line-height: 88rpx;
        padding: 0;
        box-sizing: border-box;
        font-weight: 400;
        font-size: 28rpx;
        background: #e8370f;
        border-radius: 12px;
        // box-shadow: 0px 8px 24px 6px rgba(6, 27, 149, 0.15);
      }

      .lookorder {
        background: transparent;
        color: #06121E;
        border: 1rpx solid #06121E;
        margin-top: 30rpx;
      }
    }

    .pur_small_text {
      width: 100%;
      font-size: 28rpx;
      color: #323233;
      text-align: center;
      margin-top: 100rpx;
      text-decoration: underline;
    }
  }
}