From 27117b28a89aa6e32b61e8a25f191d6a226ab6af Mon Sep 17 00:00:00 2001 From: kmg Date: Wed, 29 Nov 2023 17:30:03 +0900 Subject: [PATCH] =?UTF-8?q?2023/11/29=20=EA=B5=90=EC=9C=A1=EC=8B=A0?= =?UTF-8?q?=EC=B2=AD=20=EB=B2=84=ED=8A=BC=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduInfo.jsp | 9 +++++++++ src/main/webapp/visitEdu/usr/publish/css/content.css | 2 ++ 2 files changed, 11 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduInfo.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduInfo.jsp index 00ab7496..92a536f2 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduInfo.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/sspnIdtmt/eduInfo.jsp @@ -84,4 +84,13 @@ +
+
+
+
+ +
+
+
+
diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index 5dacb8d2..f05510da 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -209,6 +209,8 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa .btnType06:hover{background-color: #f1f5fb; transition: background-color .1s linear;} .btnType07{border: 1px solid #d04400; background-color: #fefaf7; color: #d04400;} .btnType07:hover{background-color: #fdf3ed; transition: background-color .1s linear;} +.btnType08{background-color: #3a72db; color: #fff; width:200px;} +.btnType08:hover{background-color: #1854c3; transition: background-color .1s linear;} /* calendar */ .calendar_wrap {display: inline-block; position: relative;}