From 91a7fae0be81f001af50477f87bd950e1188bfd6 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, 16 Jan 2024 16:27:17 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/16=20=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/web/cop/bbs/FaqListAjax.jsp | 2 +- src/main/webapp/visitEdu/usr/publish/css/content.css | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/FaqListAjax.jsp b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/FaqListAjax.jsp index 41cc7ae9..68546bd4 100644 --- a/src/main/webapp/WEB-INF/jsp/web/cop/bbs/FaqListAjax.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/cop/bbs/FaqListAjax.jsp @@ -59,7 +59,7 @@ -
+
  • diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index 771185af..5e30ed39 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -841,6 +841,12 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa /*알림마당 > 교육자료실 > 첨부파일 수정*/ .fileView a{margin: 0 0 10px 0; white-space: normal; background-image: url(../images/content/file_img.png); background-repeat: no-repeat; background-position: left 48%; padding-left: 23px; letter-spacing: -0.5px; font-size: 16px; font-weight: 400; color:#555; line-height:20px;} +/*알림마당 > FAQ > 답변 색 수정*/ +.full_faq .faq li button{background-color: #f5f5f5;} +.full_faq .faq li button .qst_text{z-index: 1;} +.full_faq .faq li .answer{background-color: #fff;} + + @media all and (max-width: 1300px){ /*교육소개 추가*/ .edu_wrap .tb_type01 table tbody .edu_sus_num li{width: 55%;}