diff --git a/VamPa/src/main/webapp/WEB-INF/views/member/join.jsp b/VamPa/src/main/webapp/WEB-INF/views/member/join.jsp
index f3e0878..7d73ba0 100644
--- a/VamPa/src/main/webapp/WEB-INF/views/member/join.jsp
+++ b/VamPa/src/main/webapp/WEB-INF/views/member/join.jsp
@@ -58,6 +58,7 @@
인증번호 전송
+
@@ -91,6 +92,8 @@
diff --git a/VamPa/src/main/webapp/resources/css/member/join.css b/VamPa/src/main/webapp/resources/css/member/join.css
index 5c0ea10..9041a9b 100644
--- a/VamPa/src/main/webapp/resources/css/member/join.css
+++ b/VamPa/src/main/webapp/resources/css/member/join.css
@@ -180,6 +180,12 @@
background-color: #ececf7;
cursor: pointer;
}
+.correct{
+ color : green;
+}
+.incorrect{
+ color : red;
+}
/* 주소 영역 */
.address_wrap{
diff --git a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
index 5d3bfdb..67e2235 100644
--- a/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
+++ b/VamPa/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
@@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
-#Tue Nov 03 20:58:09 KST 2020
+#Mon Nov 09 16:44:38 KST 2020
version=1.0.0-BUILD-SNAPSHOT
groupId=com.vam
m2e.projectName=VamPa
diff --git a/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/join.jsp b/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/join.jsp
index 021f4e7..7d73ba0 100644
--- a/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/join.jsp
+++ b/VamPa_MySQL/src/main/webapp/WEB-INF/views/member/join.jsp
@@ -52,12 +52,13 @@
@@ -91,6 +92,8 @@
diff --git a/VamPa_MySQL/src/main/webapp/resources/css/member/join.css b/VamPa_MySQL/src/main/webapp/resources/css/member/join.css
index 9bbfbb2..9041a9b 100644
--- a/VamPa_MySQL/src/main/webapp/resources/css/member/join.css
+++ b/VamPa_MySQL/src/main/webapp/resources/css/member/join.css
@@ -157,10 +157,10 @@
float: left;
}
#mail_check_input_box_false{
- background-color:#ebebe4;
+ background-color:#ebebe4;
}
#mail_check_input_box_true{
- background-color:white;
+ background-color:white;
}
.mail_check_input{
width:100%;
@@ -180,6 +180,12 @@
background-color: #ececf7;
cursor: pointer;
}
+.correct{
+ color : green;
+}
+.incorrect{
+ color : red;
+}
/* 주소 영역 */
.address_wrap{
diff --git a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
index 806ec15..cce13d5 100644
--- a/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
+++ b/VamPa_MySQL/target/m2e-wtp/web-resources/META-INF/maven/com.vam/controller/pom.properties
@@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
-#Tue Nov 03 20:58:10 KST 2020
+#Mon Nov 09 16:44:39 KST 2020
version=1.0.0-BUILD-SNAPSHOT
groupId=com.vam
m2e.projectName=VamPa_MySQL