From c9e2918ba9f3f702501afe6c7c34e907c2338d66 Mon Sep 17 00:00:00 2001 From: HunJin Kim Date: Sun, 24 Oct 2021 21:57:51 +0900 Subject: [PATCH] =?UTF-8?q?fix(contact):=20contact=20=EB=94=94=EC=9E=90?= =?UTF-8?q?=EC=9D=B8=20=EC=9D=B4=EC=8A=88=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/img/arrow_down.svg | 4 +-- assets/img/arrow_up.svg | 4 +-- components/contact/contactBox.vue | 6 ++++- components/contact/faqBox.vue | 44 +++++++++++++++++++++++++++---- 4 files changed, 48 insertions(+), 10 deletions(-) diff --git a/assets/img/arrow_down.svg b/assets/img/arrow_down.svg index 56f41e2..8147f90 100644 --- a/assets/img/arrow_down.svg +++ b/assets/img/arrow_down.svg @@ -1,3 +1,3 @@ - - + + diff --git a/assets/img/arrow_up.svg b/assets/img/arrow_up.svg index 6419456..d6ea69f 100644 --- a/assets/img/arrow_up.svg +++ b/assets/img/arrow_up.svg @@ -1,3 +1,3 @@ - - + + diff --git a/components/contact/contactBox.vue b/components/contact/contactBox.vue index b84f39b..f1be88f 100644 --- a/components/contact/contactBox.vue +++ b/components/contact/contactBox.vue @@ -64,7 +64,6 @@ export default defineComponent({ flex-direction: row; font-weight: 700; background-color: $grey01; - border-radius: 16px; justify-content: space-between; box-sizing: border-box; @@ -85,6 +84,7 @@ export default defineComponent({ font-size: 24px; line-height: 36px; padding: 32px; + border-radius: 16px; .iconText { margin-left: 16px; @@ -106,6 +106,7 @@ export default defineComponent({ font-size: 24px; line-height: 36px; padding: 32px; + border-radius: 16px; .text { font-size: 18px; @@ -123,6 +124,7 @@ export default defineComponent({ font-size: 24px; line-height: 36px; padding: 32px; + border-radius: 16px; .iconText { margin-left: 16px; @@ -140,6 +142,7 @@ export default defineComponent({ font-size: 16px; line-height: 24px; padding: 24px; + border-radius: 8px; .iconText { margin-left: 8px; @@ -157,6 +160,7 @@ export default defineComponent({ font-size: 16px; line-height: 24px; padding: 24px; + border-radius: 8px; .iconText { margin-left: 8px; diff --git a/components/contact/faqBox.vue b/components/contact/faqBox.vue index a696e8d..0ea1ade 100644 --- a/components/contact/faqBox.vue +++ b/components/contact/faqBox.vue @@ -72,6 +72,10 @@ export default defineComponent({ font-weight: 400; white-space: pre-wrap; } + + .icon { + align-self: center; + } } @include d-c3 { @@ -87,7 +91,13 @@ export default defineComponent({ .answerArea { font-size: 18px; line-height: 27px; - margin-top: 16px; + margin-top: 24px; + } + + .icon { + width: 24px; + height: 24px; + margin-left: 24px; } } @@ -104,7 +114,13 @@ export default defineComponent({ .answerArea { font-size: 18px; line-height: 27px; - margin-top: 16px; + margin-top: 24px; + } + + .icon { + width: 24px; + height: 24px; + margin-left: 24px; } } @@ -121,7 +137,13 @@ export default defineComponent({ .answerArea { font-size: 18px; line-height: 27px; - margin-top: 16px; + margin-top: 24px; + } + + .icon { + width: 24px; + height: 24px; + margin-left: 24px; } } @@ -138,7 +160,13 @@ export default defineComponent({ .answerArea { font-size: 14px; line-height: 21px; - margin-top: 8px; + margin-top: 16px; + } + + .icon { + width: 16px; + height: 16px; + margin-left: 16px; } } @@ -155,7 +183,13 @@ export default defineComponent({ .answerArea { font-size: 14px; line-height: 21px; - margin-top: 8px; + margin-top: 16px; + } + + .icon { + width: 16px; + height: 16px; + margin-left: 16px; } }