policy-change-information.scss 3.37 KB
@import '@/styles/_support';

.container {
  padding-bottom: 2rem;
}


.border {
  @extend .bb;
  // height: 387px;
  border-radius: 8px;
  border: solid 1px #f2f2f2;
  background-color: #ffffff;
}

.table {
  $girdHei: 4.333333rem;
  text-align: center;

  &-header {
    @include border-top-radius(.666667rem);
    display: flex;
    align-items: center;
    height: 3.25rem;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: .1rem;

    &-item {
      @extend .bb;
      padding: 0 2rem;
    }
  }
}


.form {
  @extend .bb;
  padding: 1rem .75rem;

  &-item {
    position: relative;
    margin-bottom: 2.333333rem;
    padding: 0 1.25rem;

    .label {
      color: #f05a23;
      display: flex;
      align-items: center;

      margin-bottom: .7rem;

      .icon {
        width: 2.166667rem;
        display: flex;
      }

      img {
        height: 1rem;
      }
    }

    .label2 {
      justify-content: space-between;

      .icon2 {

        width: 1.2rem;
        display: flex;
      }

      .t1 {
        color: $cFontGray;
      }

      .t2 {
        color: $cOrange;
        text-decoration: underline;
        @extend .pointer;
      }
    }

    .ipt-wrap {
      position: relative;

      // input和下拉
      .ipt {
      }

      .disable {
        background-color: #dcdddd;
      }

      // 长文本
      .textarea {
        min-height: 8.75rem;
        border-radius: 1rem;
        @extend .bb;
        padding: .75rem;
      }

      .down-arrow {
        position: absolute;
        top: 1.6rem;
        right: 2rem;
        background-image: url('~@/assets/images/reservation/re-down-arrow.png');
        width: 1rem;
        height: .666667rem;
        pointer-events: none;
        cursor: default;
      }
    }
  }

  // 不换行
  &-item2 {
    display: flex;
    margin-bottom: 2.25rem;

    .label {
      // min-width: 12.833333rem;
      height: 2.5rem;
      margin-right: 2.25rem;
      color: $cFontGray;
    }

    .cont {

      display: flex;

      .boo-btn {
        // width: 5.25rem;
        padding: 0 2.25rem;
        height: 2.5rem;
        line-height: 2.5rem;
        border: solid 1px #dcdddd;
        background-color: #ffffff;
        border-radius: 2.5rem;
        text-align: center;
        margin: 0 0.6rem;
      }

      .active {
        border: none;
        color: #ffffff;
        background-color: #f05a23;
        box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2);
        background-blend-mode: soft-light, ;
        // background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #f05a23, #f05a23);
        background-image: linear-gradient(to bottom, #f05f28, #f05021);
      }
    }
  }

}

.orange {
  background-color: $cOrange;
}

.submit-btn {
  width: 13.583333rem;
  height: 4.083333rem;
  margin: 0 auto 0;
  line-height: 4.083333rem;
  box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2);
  background-blend-mode: soft-light, ;
  background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429);
  text-align: center;
  letter-spacing: .129167rem;
  color: #ffffff;
  border-radius: 3.5rem;
  cursor: pointer;
  border: none;
  color: #ffffff;
  background-color: #f05a23;
  box-shadow: 0px 10px 13px 0 rgba(236, 100, 41, 0.2);
  background-blend-mode: soft-light, ;
  background-image: linear-gradient(to top, #000000, #ffffff), linear-gradient(to bottom, #ec6429, #ec6429);
}