deliveryservice.less 1.6 KB
page {
  width: 100%;
  height: 100%;
  background-color: #F7F8FA;
}

.container {
  width: 100%;
  padding: 32rpx;
  box-sizing: border-box;

  .wait_imgs {
    width: 100%;
    padding: 32rpx;
    background-color: #fff;
    border-radius: 16rpx;
    box-sizing: border-box;

    .f_wu {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      height: 78rpx;
      border-radius: 39rpx;
      background-color: #f9f9fb;
      padding: 0 46rpx;
      box-sizing: border-box;
      margin-bottom: 24rpx;


      .left_name {
        flex: 1;
        font-size: 28rpx;
        color: #323233;
        height: 78rpx;
        display: flex;
        align-items: center;
        justify-content: flex-start;
      }

      .imgs {
        width: 48rpx;
        height: 78rpx;
        display: flex;
        align-items: center;
        justify-content: center;

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

        }

      }
    }


  }

  .btntd {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;

    .but__tons {
      width: 100%;
      padding: 16rpx 32rpx;
      box-sizing: border-box;
      background-color: #fff;

      .true__change {
        width: 100%;
        height: 80rpx;
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        color: #fff;
        font-size: 28rpx;
        background-color: #eb3323;
      }

      button {
        margin: 0;
        padding: 0;
        border: 0 none;
      }
    }
  }
}