policy-change-contact.scss 2.6 KB
@import '@/styles/_support';

.container {
  @extend .bb;
  padding: 1.833333rem 3rem 2.5rem 2.166667rem;
  width: 770px;
}

.border {
  border-radius: 8px;
  border: solid 1px #f2f2f2;
  background-color: #ffffff;
}


.form {
  display: flex;
  flex-wrap: wrap;

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

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

    .label {
      color: #f05a23;
      display: flex;
      align-items: center;
      margin-bottom: .7rem;

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

      img {
        height: 1rem;
      }
    }

    .ipt-wrap {
      display: flex;
      align-items: center;
      position: relative;

      // input和下拉
      .ipt {
        @extend .bb;
        width: 42.833333rem;
        height: 3.5rem;
        border: solid 1px #dcdddd;
        background-color: #ffffff;
        border-radius: 3.5rem;
        padding: 0 2.083333rem;
      }


      .name-ipt {
        width: 13.666667rem;
      }

      .phone-ipt {
        width: 13.666667rem;
      }

      .mail-ipt {}

      // 长文本
      .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;
      }

      .check-icon {
        display: inline-block;
        margin-left: 2.166667rem;
        margin-right: .666667rem;
      }
    }

    .validator {
      color: $cOrange;
      margin-top: 0.5rem;
      position: absolute;
      right: 16rem;
      display: flex;
      align-items: center;
      // bottom: 0; 

      img {
        display: inline-block;
        margin-right: 0.4rem;
      }
    }
  }

}

.submit-btn {
  width: 13.583333rem;
  height: 4.083333rem;
  margin: 2.5rem 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;
  font-size: 1.291667rem;
  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);
}