From 41f7b4eb69b4f0340eefc36468b3f73d55679009 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, 21 Nov 2023 17:26:08 +0900 Subject: [PATCH] =?UTF-8?q?2023/11/21=20=EA=B8=B0=EB=B0=98=EA=B0=95?= =?UTF-8?q?=ED=99=94>Q&A=20=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20?= =?UTF-8?q?=ED=8B=80=EC=96=B4=EC=A7=90=20=EC=88=98=EC=A0=95,=20=EB=8D=94?= =?UTF-8?q?=EB=B3=B4=EA=B8=B0=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/fndtnEnhanceTrn/main.jsp | 3 +++ src/main/webapp/visitEdu/usr/publish/css/content.css | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/main.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/main.jsp index a52b3877..eb0e712a 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/main.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/main.jsp @@ -206,6 +206,9 @@
Q&A
+
+ +
diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index f4d28a50..c654ae70 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -776,6 +776,11 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa /*나의 강의실 > Q&A 추가*/ .q_wrap .btn_layout01{margin: 50px 0 0 0;} .q_wrap .btn_right{margin: 0 0 10px 0;} + +.q_wrap .tb_tit02{justify-content: left;} +.q_wrap .tb_tit02 .btn_wrap1 button.con_more{margin: 0 0 0 10px;} +.q_wrap .faq li p{text-align: left;} + .q_wrap .tb_tit02 .tb_tit02_left .q_title{height: 28px; background-image: url(/offedu/visitEdu/usr/publish/images/content/q&a_icon.png); background-repeat: no-repeat;} .q_wrap .tb_list02 .faq_wrap .faq{border-bottom: 1px solid #d5d5d5;} .q_wrap .tb_list02 .faq_wrap .faq li{background-color: #f5f5f5;} @@ -791,6 +796,8 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa .q_pop .popup_cont .cont_body table thead tr th{width: 100%; padding: 12px 16px; border-top: 2px solid #222; background-color: #f5f5f5; text-align: left; font-size: 15px;} .q_pop .popup_cont table tbody{border-top: 1px solid #e5e5e5;} + + /*나의 강의실 > Q&A 내용 없을때 추가*/ .q_wrap .q_text{padding: 25px 35px; border-top: 2px solid #222; border-bottom: 1px solid #d5d5d5; font-size: 18px; color: #666;}