contact-us.scss 1.15 KB
@import '@/styles/_support';


.contact-us-container {
  .info-item {
    padding-right: 1.25rem;
  }
}

.border {
  @extend .bb;
  padding: 3.5rem 4.0rem 2rem 4.5rem;
  min-height: 490px;
  border-radius: $borderRadius;
  border: solid 1px #f2f2f2;
  background-color: #ffffff;
}

.info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

  &-item {
    font-size: $fontSize;
    margin-bottom: 4.416667rem;
    @extend .text-jtf;

    &-tit {
      display: flex;
      align-items: center;
      color: $cOrange;
      font-size: $fontSizeTitle;
      font-weight: bold;
      height: 2.833333rem;

      .icon-wrap {
        margin-right: .75rem;
      }
    }

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

  .qrcode-wrap {
    text-align: center;

    .qrocde {}
  }

  ul {
    list-style-type: none;
    margin-top: 1.5rem;
  }

  li {
    // @extend .bb;
    background-image: url('~@assets/images/payment-type/icon-li.png');
    background-repeat: no-repeat;
    background-position: 0rem .5rem;
    padding: 0 1rem;
    margin: .6rem 0;
  }
}

.info2 {
  .info-item {
    @extend .bb;
    padding-right: 2rem;
    margin-bottom: 1rem;
  }
}