From 56a546391650d223bb8b26ace170cc7df4f056eb Mon Sep 17 00:00:00 2001 From: jeonsooyoung Date: Thu, 22 May 2025 02:09:53 +0900 Subject: [PATCH 1/2] =?UTF-8?q?feat.=EC=A0=84=EC=88=98=EC=98=81=5F?= =?UTF-8?q?=EC=8A=A4=ED=94=84=EB=A6=B0=ED=8A=B8=EB=AF=B8=EC=85=983=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=20=EB=82=B4=EC=9A=A9=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/common.css b/common.css index a411db33..39e26925 100644 --- a/common.css +++ b/common.css @@ -122,7 +122,7 @@ html { } .footer .menus a { font-weight: 400; - color: #fff; + color: #e5e7eb; } .footer .menus a + a { margin-left: 30px; @@ -171,12 +171,13 @@ html { .input_box .btn_pw.show { background: url(images/ico_visibility_on.png) no-repeat; } -.pc_only { - display: block; -} + .mobile_only { display: none; } +.pc_only { + display: block; +} .tag_text { margin-bottom: 12px; From 52edee682fc610b46e911b4dcc10d673d7f938db Mon Sep 17 00:00:00 2001 From: jeonsooyoung Date: Sun, 25 May 2025 07:13:01 +0900 Subject: [PATCH 2/2] =?UTF-8?q?feat.=EC=8A=A4=ED=94=84=EB=A6=B0=ED=8A=B8?= =?UTF-8?q?=EB=AF=B8=EC=85=984=EC=9E=91=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common.css | 17 ++++++ login.html | 110 +++++++++++++++++++++++++++++++++-- signup.html | 164 +++++++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 264 insertions(+), 27 deletions(-) diff --git a/common.css b/common.css index 39e26925..a50d1038 100644 --- a/common.css +++ b/common.css @@ -151,6 +151,7 @@ html { padding: 16px 56px 16px 24px; border-radius: 12px; background-color: var(--gray100); + border: 1px solid var(--gray100); box-sizing: border-box; line-height: 26px; font-size: 16px; @@ -165,6 +166,21 @@ html { transform: translateY(-50%); text-indent: -9999px; } +.input_box.error input { + border-color: #f74747; +} +.error_msg { + display: none; + margin: 8px 16px -6px; + font-weight: 600; + font-size: 14px; + line-height: 24px; + color: #f74747; +} +.input_box.error .error_msg { + display: block; +} + .input_box .btn_pw { background: url(images/ico_visibility_off.png) no-repeat; } @@ -247,6 +263,7 @@ html { .input_box .label { margin-bottom: 8px; } + .footer { position: relative; padding-left: 8%; diff --git a/login.html b/login.html index e3d6f4c4..c2b276fe 100644 --- a/login.html +++ b/login.html @@ -53,6 +53,7 @@

id="input_email" placeholder="이메일을 입력해주세요" /> +
@@ -62,13 +63,21 @@

id="input_pw" placeholder="비밀번호를 입력해주세요" /> - - +
+ +

+ -
@@ -100,5 +109,96 @@

+ + diff --git a/signup.html b/signup.html index 96ff83c9..a6fa7812 100644 --- a/signup.html +++ b/signup.html @@ -53,6 +53,7 @@

id="input_email" placeholder="이메일을 입력해주세요" /> +
@@ -61,36 +62,51 @@

id="input_nickname" placeholder="닉네임을 입력해주세요" /> +

-
- - - +
+
+ +
+ +
+
+
- -
- - - + +
+
+ +
+ +
+
+
-
@@ -122,5 +138,109 @@

+ +