MyOrder.less 4.5 KB
page {
  // background-color: #f9f9f9;
  width: 100%;
  height: 100%;
}

.container {
  border-top: 1rpx solid #F9F9F9;
  padding: 0 32rpx;
  box-sizing: border-box;

  .bottom_scroll {
    height: 80rpx;
    display: flex;
    white-space: nowrap;
    overflow-y: scroll;
    border-bottom: 1rpx solid #f5f5f5;

    .nav {
      line-height: 80rpx;

      .nav_tab {
        padding: 0 20rpx;
        box-sizing: border-box;
        color: #06121E;
        line-height: 80rpx;
        font-size: 28rpx;

      }

      .active {
        color: #E8370F;
        font-weight: bold;
        line-height: 80rpx;
        position: relative;
      }

      .active::after {
        position: relative;
        border-bottom: 4rpx solid #E8370F;
        display: block;
        content: '';
        width: 40rpx;
        height: 1rpx;
        background: #E8370F;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
      }
    }

  }

  .changeService {
    background-color: #fff;
    padding: 32rpx;
    box-sizing: border-box;
    border-radius: 8rpx;
    display: flex;
    flex-direction: column;

    .service_title {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 20rpx;
      box-sizing: border-box;
      border-bottom: 1rpx solid #f5f5f5;

      .title_ {
        font-size: 28rpx;
        line-height: 40rpx;
        font-weight: bold;
      }

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

    }

    .service_content {
      display: flex;
      align-items: center;
      padding: 20rpx 0;
      box-sizing: border-box;
      border-bottom: 1rpx solid #f5f5f5;

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

        image {
          width: 100%;
        }
      }

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

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

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

          .pd {
            .red_money_icon {
              font-size: 24rpx;
              line-height: 40rpx;
              color: #E8370F;
              font-weight: bold;
            }

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

            }
          }



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

          }
        }
      }
    }

    .btns {
      display: flex;
      justify-content: flex-end;
      padding: 32rpx 0 0;
      box-sizing: border-box;

      .btn {
        width: 152rpx;
        height: 52rpx;
        padding: 0;
        line-height: 52rpx;
        font-weight: 400;
        font-size: 24rpx;
        margin: 0 10rpx;
      }

      .btn_1 {
        border: 2rpx solid #ccc;
        color: #06121E;
        background-color: #fff;
      }

      .btn_2 {
        color: #fff;
        background-color: #E8370F;
      }

      .btn_3 {
        background-color: #fff;
        color: #999999;
      }

      .tuitime2 {}

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

        .btn {
          width: 152rpx;
          height: 52rpx;
          padding: 0;
          line-height: 52rpx;
          font-weight: 400;
          font-size: 24rpx;
          margin: 0 10rpx;
        }

        .btn_1 {
          border: 2rpx solid #ccc;
          color: #06121E;
        }

        .btn_2 {
          color: #fff;
          background-color: #E8370F;
        }

        .btn_3 {
          background-color: #fff;
          color: #999999;
        }
      }
    }

    .btnitem {
      justify-content: space-between;
    }

    .btnRight {
      justify-content: flex-end;
    }

    .btn3 {
      justify-content: flex-end !important;
    }

  }

  .cno {
    width: 100%;
    // height: 800rpx;
    display: flex;
    align-items: center;
    justify-content: center;

    .kongbox {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin: 200rpx auto;


      image {
        width: 500rpx;
      }

      .c_name {
        margin-top: 30rpx;
        font-size: 32rpx;
        color: #ccc;
      }
    }

  }
}