index.less 3.7 KB
.confirm-page {
  .book-info-desc {
    padding: 1rem;
  }
  .book-count-desc {
    padding: 0 1rem;
  }
  .calendar-select-desc {
    margin: 1rem;
    background-color: #f6ece1;
    border-radius: 0.5rem;
    padding: 1rem 0;
    padding-left: 0.5rem;
    .calendar-select-left,
    .calendar-select-right {
      .text {
        color: #7d7c7c;
        font-size: 0.8rem;
      }
      .date {
        color: #6a4925;
        font-size: 0.85rem;
        font-weight: bold;
        margin-top: 0.1rem;
      }
    }
    .calendar-select-center {
      view {
        color: #6a4925;
        margin-top: 15%;
        font-size: 0.8rem;
        text-align: center;
        background-color: #fff;
        padding: 0.25rem 0;
        border-radius: 0.5rem;
      }
    }
    .select-book-days {
      padding: 0 10rpx;
      display: flex;
      align-items: center;
      justify-content: center;
      .book-days-text {
        color: #6A4925;
        font-size: 0.9rem;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        height: 3rem;
        width: 3rem;
        line-height: 3rem;
      }
    }
  }
  .calendar-select-info {
    padding: 0 1rem 1rem;
    .check-in-text {
      color: #060606;
      font-size: 0.87rem;
    }
    .check-in-time {
      color: #010101;
      font-size: 0.85rem;
      font-weight: bold;
      text-align: right;
    }
    .check-out-text {
      color: #060606;
      font-size: 0.85rem;
      margin: 0.25rem 0;
    }
    .check-out-time {
      color: #010101;
      font-size: 0.85rem;
      font-weight: bold;
      text-align: right;
      margin: 0.25rem 0;
    }
    .meal-text {
      color: #060606;
      font-size: 0.85rem;
    }
    .meal-count {
      color: #010101;
      font-size: 0.85rem;
      font-weight: bold;
      text-align: right;
    }
    .tip {
      font-size: 0.85rem;
      margin-top: 0.25rem;
      .tip-red {
        color: red;
        margin: auto;
        display: inline-block;
        margin-right: 10rpx;
      }
      .tip-text {
        color: #6a4925;
        margin: auto;
        display: inline-block;
      }
    }
  }
  .space-line {
    height: 1rem;
    background-color: #f6f6f6;
  }
  .select-user {
    text-align: center;
    padding: 1rem 0;
  }
  .confirm-form {
    padding-right: 1rem;
    .form-text {
      position: relative;
      width: 100%;
      padding: 20rpx 30rpx;
      padding-right: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      line-height: 40rpx;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 27rpx;
      &.required::before {
        content: "*";
        color: red;
        margin-right: 0.1rem;
        display: inline-block;
      }
    }
    .form-input {
      border: 1px solid #dedede;
      border-radius: 10rpx;
    }
    .nut-input {
      padding: 20rpx;
    }
    .nut-input-text {
      border-radius: 10rpx;
    }
    .nut-textarea {
      border-radius: 10rpx;
      padding: 20rpx;
    }
  }
  .confirm-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 4rem;
    padding: 30rpx 30rpx 20rpx 30rpx;
    box-shadow: 0px -5px 4px 0px rgba(0, 0, 0, 0.07);
    .price {
      height: 2rem;
      margin-left: 0.5rem;
      display: flex;
      align-items: center;
      .price-text-left {
        color: #eb2e2e;
        font-size: 1.3rem;
        font-weight: bold;
      }
      .price-text-right {
        margin-left: 5rpx;
        margin-top: 8rpx;
      }
    }
    .confirm-btn {
      background-color: #6a4925;
      border-radius: 1.25rem;
      padding: 0.25rem 0.5rem;
      color: #fff;
      text-align: center;
      height: 2rem;
      line-height: 2rem;
    }
  }
}