From bd305adcdee03af6943ddea26469dbb6aebd2948 Mon Sep 17 00:00:00 2001 From: subsub Date: Mon, 4 Nov 2024 11:52:55 +0900 Subject: [PATCH] =?UTF-8?q?2024/11/04=20=EC=82=AC=EC=9A=A9=EC=9E=90=20head?= =?UTF-8?q?er,=20=EC=A0=84=EC=B2=B4=EB=A9=94=EB=89=B4,=20lnb=20=EC=8B=A4?= =?UTF-8?q?=EC=8B=9C=EA=B0=84=20=EC=83=81=EB=8B=B4=20=EC=83=88=EC=B0=BD?= =?UTF-8?q?=EC=97=B4=EB=A6=BC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../_extra/gtm/trublprocessmng/rceptEdit.jsp | 10 +++++----- .../WEB-INF/jsp/web/com/webCommonHeader.jsp | 2 +- .../WEB-INF/jsp/web/com/webCommonLeftMenu.jsp | 2 +- .../webapp/kofair_case_seed/adm/style/style.css | 4 +++- .../kofair_case_seed/usr/scripts/layout.js | 16 +++++++++++++++- .../webapp/kofair_case_seed/usr/style/layout.css | 3 +++ 6 files changed, 28 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp index 1ea11e0f..2dab5293 100644 --- a/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp +++ b/src/main/webapp/WEB-INF/jsp/seed/_extra/gtm/trublprocessmng/rceptEdit.jsp @@ -4501,7 +4501,7 @@ function nanumProcessStart(){

조정종료일

- + @@ -4540,7 +4540,7 @@ function nanumProcessStart(){
-
+

조정결과

@@ -5027,7 +5027,7 @@ function nanumProcessStart(){

분쟁정보

-
+

신청취지

@@ -5166,7 +5166,7 @@ function nanumProcessStart(){
-
+

접수사실 통지 및 신청서 보완요구

@@ -5320,7 +5320,7 @@ function nanumProcessStart(){
-
+

신청인 조정안 수락 여부 제출

diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp index 58b1e5f1..f0dd10dc 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonHeader.jsp @@ -191,7 +191,7 @@ diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonLeftMenu.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonLeftMenu.jsp index a35a115b..1f5d1aec 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonLeftMenu.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonLeftMenu.jsp @@ -36,7 +36,7 @@
  • - class="active" onclick="location.href='${listDep3.url}'"> + class="active" target="_blank">
  • diff --git a/src/main/webapp/kofair_case_seed/adm/style/style.css b/src/main/webapp/kofair_case_seed/adm/style/style.css index fe7ee983..7c5608ac 100644 --- a/src/main/webapp/kofair_case_seed/adm/style/style.css +++ b/src/main/webapp/kofair_case_seed/adm/style/style.css @@ -194,7 +194,7 @@ div.webnote_toolbar_container{display:flex;} .prc_content .cs-panel-heading{display:flex;justify-content:space-between;align-items:center;} .prc_content .cs-panel-heading .title.depth02{font-size:22px;} .prc_content .table-layout.txt_center th,.prc_content .table-layout.txt_center td{text-align:center;padding:10px 2px;} -.prc_content .table-layout.txt_center th *,.prc_content .table-layout.txt_center td *{min-width:0;width:100%;} +.prc_content .table-layout.txt_center th *,.prc_content .table-layout.txt_center td *{min-width:0;width:100%;font-size:14px;} .prc_content .term_wrap .bbs-view-layout>div{border-bottom:1px solid #ececec;} .prc_content .term_wrap .bbs-view-layout .bbs-view-item{border-bottom:0;} .prc_content .term_wrap .check_wrap input[type="checkbox"]{margin:15px 0 0 0;} @@ -270,7 +270,9 @@ div.webnote_toolbar_container{display:flex;} /* page */ .wrap .pagination,.wrap .pagination-control{height:40px;} .wrap .pagination li a{display:flex;width:40px;height:40px;font-size:15px;font-weight:400;line-height:1;justify-content:center;align-items:center;} +.wrap .pagination-control a{background-position:50% 58% !important;} .wrap .pagination li a:hover{color:#163db1;background:#e3edfe;} .wrap .pagination li a.on{background:#fff !important;font-weight:600;color:#163db1 !important;border:1px solid #163db1;} +.wrap .pagination-control a img{display:none;} .wrap .pagination-inner{border:0;} .wrap .pagination-control.prev a:after,.pagination-control.next a:after{display:none;} \ No newline at end of file diff --git a/src/main/webapp/kofair_case_seed/usr/scripts/layout.js b/src/main/webapp/kofair_case_seed/usr/scripts/layout.js index 47aab680..c60367c7 100644 --- a/src/main/webapp/kofair_case_seed/usr/scripts/layout.js +++ b/src/main/webapp/kofair_case_seed/usr/scripts/layout.js @@ -90,6 +90,14 @@ function header() { if(subMenuLength == 0){ $(itm).hide(); } + }); + + $(".header a").each(function(idx,itm){ + var menuText = $(itm).text().trim(); + console.log(menuText); + if(menuText == "실시간 상담"){ + $(itm).html("실시간 상담 ") + } }) @@ -111,7 +119,13 @@ function snb() { } }); - + $(".lnb_sub_menu a").each(function(idx,itm){ + var menuText = $(itm).text().trim(); + if(menuText == "실시간 상담"){ + $(itm).html("실시간 상담 "); + } + + }) } diff --git a/src/main/webapp/kofair_case_seed/usr/style/layout.css b/src/main/webapp/kofair_case_seed/usr/style/layout.css index d06a2208..af881f32 100644 --- a/src/main/webapp/kofair_case_seed/usr/style/layout.css +++ b/src/main/webapp/kofair_case_seed/usr/style/layout.css @@ -140,6 +140,7 @@ html{font-size:62.5%;} .m_sub_menu .m_sub_depth02{display:flex;font-size:3.4rem;color:#5b5b5b;flex-wrap:wrap;gap:34px 0;margin:20px 0 0 0;padding:0 0 43px 0;} .m_sub_menu .m_sub_depth02 li{position:relative;width:calc(100% / 2);padding:0 0 0 22px;} .m_sub_menu .m_sub_depth02 li::after{position:absolute;content:"";width:8px;height:8px;background:#b4b4b4;left:0;top:19px;} + .m_sub_menu .m_sub_depth02 li i.outlink{width:32px;height:44px;margin:-4px 0 0 5px !important;background:url(/kofair_case_seed/usr/images/component/icon_outlink_m.png) no-repeat center center;} /* //header */ /* footer */ @@ -179,11 +180,13 @@ html{font-size:62.5%;} .mobile_header .all_menu_wrap .top_area{height:63px;padding:0 30px;} .m_menu_depth01{height:48.5px;padding:0 16px;font-size:1.8rem;} .active .m_menu_depth01{background-size:15px 9px;} + .m_sub_menu>li{padding:10px 32px;border-top:1px solid #d8d8d8;} .m_sub_menu .title{height:40px;font-size:1.7rem;} .m_sub_menu .m_sub_depth02{font-size:1.7rem;gap:17px 0;margin:10px 0 0 0;padding:0 0 21px;} .m_sub_menu .m_sub_depth02 li{width:100%;padding:0 0 0 10px;} .m_sub_menu .m_sub_depth02 li::after{width:4px;height:4px;top:9.5px;} + .m_sub_menu .m_sub_depth02 li i.outlink{width:16px;height:22px;margin:0 0 0 5px !important;background:url(/kofair_case_seed/usr/images/component/icon_outlink.png) no-repeat center top;} /* footer */ .footer{padding:30px 0;}