From f676df2674c398504b8386960170cc16495e816d Mon Sep 17 00:00:00 2001 From: yeeezin Date: Fri, 20 Dec 2024 10:12:12 +0900 Subject: [PATCH] css --- .../WEB-INF/views/business/register.jsp | 134 ++++++++++++++++-- .../webapp/WEB-INF/views/business/verify.jsp | 125 +++++++++++++++- .../main/webapp/WEB-INF/views/user/signin.jsp | 21 ++- .../main/webapp/WEB-INF/views/user/signup.jsp | 8 +- 4 files changed, 256 insertions(+), 32 deletions(-) diff --git a/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp b/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp index 919e633..ad5ede6 100644 --- a/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp +++ b/stockMate/src/main/webapp/WEB-INF/views/business/register.jsp @@ -6,11 +6,110 @@ -회사 등록 - +비즈니스 등록 + + + -

비즈니스 등록

+ + + + <%-- 에러 메시지 표시 --%> @@ -22,12 +121,23 @@
${successMessage}
+
+ + + +

비즈니스 등록

+ + + +
- \ No newline at end of file + diff --git a/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp b/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp index db21b53..3ea11da 100644 --- a/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp +++ b/stockMate/src/main/webapp/WEB-INF/views/business/verify.jsp @@ -7,11 +7,109 @@ 비즈니스 인증 + + + + -

비즈니스 인증

- <%-- 에러 메시지 표시 --%> + + + <%-- 에러 메시지 표시 --%>
${errorMessage}
@@ -20,15 +118,30 @@
${successMessage}
+ +
+ + + + +

비즈니스 인증

+ + +
\ No newline at end of file diff --git a/stockMate/src/main/webapp/WEB-INF/views/user/signin.jsp b/stockMate/src/main/webapp/WEB-INF/views/user/signin.jsp index 0a3e6d7..69464f1 100644 --- a/stockMate/src/main/webapp/WEB-INF/views/user/signin.jsp +++ b/stockMate/src/main/webapp/WEB-INF/views/user/signin.jsp @@ -22,7 +22,7 @@ justify-content: center; position: relative; top: -50px; - + left:20px; } .login-box { width: 410px; @@ -107,13 +107,8 @@ opacity: 0.1; z-index: 0; } - - .footer { - margin-top: 20px; - font-size: 12px; - color: #777777; - text-align: center; - } + + .logo img{ width : 90%; @@ -123,10 +118,9 @@ -
-

로그인

- <%-- 에러 메시지 표시 --%> + + <%-- 에러 메시지 표시 --%>
${errorMessage}
@@ -135,6 +129,8 @@
${successMessage}
+ +
@@ -143,6 +139,8 @@
+ + +
diff --git a/stockMate/src/main/webapp/WEB-INF/views/user/signup.jsp b/stockMate/src/main/webapp/WEB-INF/views/user/signup.jsp index 7c8f5dc..ef3f372 100644 --- a/stockMate/src/main/webapp/WEB-INF/views/user/signup.jsp +++ b/stockMate/src/main/webapp/WEB-INF/views/user/signup.jsp @@ -132,7 +132,7 @@ align-items: center; justify-content: center; position: relative; - top: -35px; + top: -35px; } @@ -183,7 +183,9 @@ - + - + \ No newline at end of file