From c68b44ed3dd938f4942224415b5561e57cc41315 Mon Sep 17 00:00:00 2001 From: kmg Date: Mon, 29 Jan 2024 12:25:50 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/29=20'=EC=9D=B4=EB=8B=AC=EC=9D=98=20?= =?UTF-8?q?=EA=B3=BC=EC=A0=95'=EC=9D=B4=20=EC=97=86=EB=8A=94=20=EA=B2=BD?= =?UTF-8?q?=EC=9A=B0=20'=EC=9E=90=EB=A3=8C=EA=B0=80=20=EC=97=86=EC=8A=B5?= =?UTF-8?q?=EB=8B=88=EB=8B=A4.'=20=ED=91=9C=EC=B6=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp | 2 ++ src/main/webapp/visitEdu/usr/publish/css/content.css | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp index 48b3d5da..183d8872 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp @@ -603,4 +603,6 @@ $(document).ready(function(){ + + diff --git a/src/main/webapp/visitEdu/usr/publish/css/content.css b/src/main/webapp/visitEdu/usr/publish/css/content.css index b05a7429..69185f5e 100644 --- a/src/main/webapp/visitEdu/usr/publish/css/content.css +++ b/src/main/webapp/visitEdu/usr/publish/css/content.css @@ -302,6 +302,8 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa .best_list .best_con .con_date {background: url(../images/content/calendar1_icon.jpg) no-repeat 5px 5px; font-size: 18px; color:#444; padding:5px 0 10px 25px; font-weight: 300; letter-spacing:-0.5px; overflow-wrap: break-word;} .best_list .best_con .con_btn button {position: relative; width:100%; background-color: #666666; color:#fff; text-align: center; border-radius:3px; padding:3px 0 5px 0; font-size:18px; z-index: 1;} .best_list .best_con:hover .con_btn button {width:100%; background-color: #ed5908; color:#fff; text-align: center; border-radius:3px; padding:3px 0 5px 0; font-size:18px;} +.best_list_no {border-top:1px solid #d5d5d5; text-align:center; padding:15px 0; color:#555555;} + .edup_result {display: flex; justify-content: space-between; padding:10px 0 10px 0;} .edup_result span {color:#ed5908; font-weight:700; }