From 98cb08f48d752c8f53078a8b8fe183fd340dbbd5 Mon Sep 17 00:00:00 2001 From: jiwoo Date: Wed, 1 Nov 2023 17:05:55 +0900 Subject: [PATCH 1/2] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EC=84=B1?= =?UTF-8?q?=EC=9D=B8=20=EA=B5=90=EC=9C=A1=EC=8B=A0=EC=B2=AD=ED=99=94?= =?UTF-8?q?=EB=A9=B4=20=EC=88=98=EC=A0=95(=EC=8B=A0=EC=B2=AD=EB=82=B4?= =?UTF-8?q?=EC=9A=A9=20td=20colspan=20=EC=B6=94=EA=B0=80)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp index 9bd4cc96..3ac3fc82 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/adultVisitEdu/eduAplct/eduAplctReg.jsp @@ -490,7 +490,7 @@
-

교육신청등록

+

교육신청

@@ -667,7 +667,7 @@

필수입력 항목*

신청내용

- + From 98240b6203eb3ddbdd21db1af031e6f772cc5669 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 2 Nov 2023 17:30:58 +0900 Subject: [PATCH 2/2] =?UTF-8?q?2023/11/02=20=ED=91=B8=ED=84=B0=20CSS=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/visitEdu/usr/publish/css/common.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/visitEdu/usr/publish/css/common.css b/src/main/webapp/visitEdu/usr/publish/css/common.css index 64482865..7c06495e 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/common.css +++ b/src/main/webapp/visitEdu/usr/publish/css/common.css @@ -174,7 +174,7 @@ footer .btn_go{width: 50px; height: 40px; border: 1px solid #cbcdd1; background- footer .btn_go:hover{box-shadow: 0 0 5px rgba(0,0,0,0.2); transition: all 0.1s linear;} footer .logo,footer address{display: inline-block; vertical-align: middle;} footer .logo{/*padding: 47px 0;*/ transition: all 0.3s ease;} -footer address {font-size: 14px; font-weight: 400; margin-left: -90px; transition: all 0.3s ease;} +footer address {font-size: 14px; font-weight: 400; margin-left: 20px; transition: all 0.3s ease;} footer address p:first-child{margin-bottom: 8px;} footer .site_go{display: flex;align-items: center;justify-content: space-between;} footer .wa_mark .wa {width: 110px;margin: 0 40px 0 0;} @@ -277,7 +277,7 @@ footer .wa_mark .wa {width: 110px;margin: 0 40px 0 0;} footer .area_top .logo a img {width:140px;} footer .area_top address {display:block; width: 100%; margin:15px 0 80px 0;} footer .area_top address p {margin:0 0 4px;font-size:14px;line-height:20px;} - footer .area_top .site_go {left:initial;right:0;top:20px;width:calc(100% - 165px);} + footer .area_top .site_go {left:initial;right:0;top:20px;width:calc(100% - 165px);align-items:flex-end;} footer .area_top .site_go:after {content:'';display:block;clear:both;} footer .wa_mark {left: 0; bottom: 12px;} footer .area_top .site_go select {overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;width:calc(100% - 45px);height:35px;padding:0 35px 0 15px;font-size:14px;background-size:10px;}