contact-us-comp.scss 608 Bytes
@import '@/styles/_support';

.comp{

}

.contact-us-comp{
  @extend .bb;
  padding: 64px 54px;
  width: 588px;
  height: 772px;
  border-radius: 8px;
  background-color: #ffffff;
}

.shop{
  &-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  &-icon {
    width: 120px;
    height: 120px;
    border-radius: 120px;
    border: solid 1px #333333;
  }
  &-desc{
    margin-top: 4px;
  }

  &-qrcode{
    text-align: center;
    margin-top: 48px;
    .qr{
      width: 240px;
    }
  }

  &-tips{
    margin-top: 24px;
    text-align: center;
    color: #909090;
  }
}