VtuanOrder.less 7.3 KB
page {
  background-color: #f9f9f9;
  width: 100%;
  height: 100%;

  .container {
    width: 100%;

    padding: 0 32rpx;
    box-sizing: border-box;

    .tuan_order {
      width: 100%;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10;
      height: 88rpx;
      background-color: #fff;
      border-top: 1rpx solid #f9f9f9;


      .bottom_scroll {

        display: flex;
        white-space: nowrap;
        overflow-y: scroll;


        .nav {
          line-height: 80rpx;

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

          }

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

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

    .tuan_order_lists {
      margin-top: 108rpx;
      width: 100%;

      .changeService {
        width: 100%;
        background-color: #fff;
        border-radius: 20rpx;
        padding: 32rpx;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        margin-bottom: 20rpx;


        .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: #ec5836;
            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;

              }
            }
          }
        }

        .down_buttons {
          width: 100%;
          display: flex;
          align-items: center;
          height: 72rpx;
          margin-top: 20rpx;

          .pay_time_per {
            width: 260rpx;

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

              .buy_tims {
                font-size: 24rpx;
                font-family: PingFang SC,
                  PingFang SC-Regular;
                font-weight: 400;
                text-align: center;
                color: #333333;
              }

              .time_is {
                display: flex;
                align-items: center;
                justify-content: center;
                // width: 120rpx;


                .item {
                  display: inline-block;
                  color: #333333;
                  font-size: 24rpx;
                  text-align: center;
                  line-height: 32rpx;

                  &:last-child {
                    margin: 0;
                  }
                }
              }
            }

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


              .per_a {
                font-size: 24rpx;
                font-family: PingFang SC,
                  PingFang SC-Regular;
                font-weight: 400;
                text-align: left;
                color: #06121e;
              }
            }
          }

          .btns {
            flex: 1;
            display: flex;
            justify-content: flex-end;
            align-items: center;

            .btn {
              width: 152rpx;
              height: 52rpx;
              padding: 0;
              font-weight: 400;
              font-size: 24rpx;
              margin: 0 10rpx;
              display: flex;
              align-items: center;
              justify-content: center;

            }

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

      }

      .dmc {
        .emmpty4S {
          width: 100%;
          height: 100%;
          position: relative;
          padding-bottom: 200rpx;

          .c_img {
            width: 400rpx;
            position: absolute;
            top: 200rpx;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto;

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

            .textName {
              width: 100%;
              text-align: center;
              line-height: 40rpx;
              font-size: 28rpx;
              color: #999999;
            }
          }
        }
      }
    }
  }
}