From 39c28a8c940423c12896b06ac4da91a32eb4eada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?ITN=5F=EB=94=94=EC=9E=90=EC=9D=B8=ED=8C=80?= Date: Tue, 13 Feb 2024 17:15:11 +0900 Subject: [PATCH] =?UTF-8?q?2024/02/13=20=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=201=EC=B0=A8=20=EC=8B=AC=EC=82=AC=20=ED=9B=84=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 --- .../webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp | 6 +++--- .../webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp | 4 ++-- src/main/webapp/WEB-INF/jsp/web/my/myQnaMngList.jsp | 9 ++++++--- src/main/webapp/visitEdu/usr/publish/css/content.css | 6 +++++- .../webapp/visitEdu/usr/publish/script/content.js | 11 ++++++++++- 5 files changed, 26 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp index b3699a8d..66d922fd 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp @@ -74,17 +74,17 @@ function footerSiteLinkPageGo (){ - + - + - + diff --git a/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp b/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp index 831e47b3..67855be3 100644 --- a/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/my/myPageDashBoard.jsp @@ -350,7 +350,7 @@
체험교실
- +
@@ -450,7 +450,7 @@
내 문의 목록
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/my/myQnaMngList.jsp b/src/main/webapp/WEB-INF/jsp/web/my/myQnaMngList.jsp index 8a4b6fd2..484b2c9d 100644 --- a/src/main/webapp/WEB-INF/jsp/web/my/myQnaMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/my/myQnaMngList.jsp @@ -16,9 +16,9 @@ $(document).ready(function(){ - $('#searchStatus').change(function(){ + /* $('#searchStatus').change(function(){ fncGoList(); - }); + }); */ }); function fncGoList(){ @@ -62,7 +62,7 @@ function fncGoDetail(p_pk){ -
+
+
+ +
diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index 7dc513cb..ee55a452 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -499,7 +499,7 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa .app_status3::before {content: ""; position: absolute; width: 110%; height: 7px; background-color: #fbddcd;z-index: -1; bottom: 2px; left: 50%; transform: translateX(-50%);} .app_status4 {color: #666; position: relative;font-weight: 400;} .app_status4::before {content: ""; position: absolute; width: 110%; height: 7px; background-color: #e0e0e0;z-index: -1; bottom: 2px; left: 50%; transform: translateX(-50%);} -.list_notice {background-color: #f5680b; color: #fff; padding: 2px 10px; font-size: 15px; border-radius: 12px;} +.list_notice {background-color: #e95504; color: #fff; padding: 2px 10px; font-size: 15px; border-radius: 12px;} /* table list01 mobile */ .tb_list01_m {width: 100%; display: none;} @@ -854,6 +854,10 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa /*체험교실 > 운영신청서 작성 > 신청서 제출 수정*/ .file_ta{border-top: 2px solid #000; margin-top: -22px;} +/*마이페이지 > 내 교육문의 > 검색 버튼 추가*/ +.inquiry_list{justify-content: left;} +.inquiry_list .btn_wrap{margin-left: 5px;} + @media all and (max-width: 1300px){ /*교육소개 추가*/ .edu_wrap .tb_type01 table tbody .edu_sus_num li{width: 55%;} diff --git a/src/main/webapp/visitEdu/usr/publish/script/content.js b/src/main/webapp/visitEdu/usr/publish/script/content.js index 888b8aed..f0444363 100644 --- a/src/main/webapp/visitEdu/usr/publish/script/content.js +++ b/src/main/webapp/visitEdu/usr/publish/script/content.js @@ -1128,7 +1128,16 @@ $(document).ready(function () { function boardCaptionToggle() { //var thLength = $(".tb_type01 th").length; $(".tb_type01").each(function (idx, itm) { - var subTit = $(itm).prev(".tb_tit01").find(".tb_tit01_left p").text(); + //var subTit = $(itm).prev(".tb_tit01").find(".tb_tit01_left p").text(); + + /*내 교육 문의 상세 caption수정*/ + //if($(itm).prev(".tb_tit01").find(".tb_tit01_left p").length == 1){ + if($(itm).prev(".tb_tit01").length == 1){ + subTit = $(itm).prev(".tb_tit01").find(".tb_tit01_left p").text(); + }else{ + subTit = $(itm).siblings(".cont_tit").find("h2").text(); + } + var thText = ""; var thLength = $(itm).find("th").length; $(itm).find("th").each(function (index, item) {