2024/01/29 '이달의 과정'이 없는 경우 '자료가 없습니다.' 표출

This commit is contained in:
kmg 2024-01-29 12:25:50 +09:00
parent c47ed7a0f3
commit c68b44ed3d
2 changed files with 4 additions and 0 deletions

View File

@ -603,4 +603,6 @@ $(document).ready(function(){
</c:forEach> </c:forEach>
</div> </div>
<!-- 이달의 과정이 없는 경우 <div class="best_list_no">자료가 없습니다.</div> -->
</div> </div>

View File

@ -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_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 .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 .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 {display: flex; justify-content: space-between; padding:10px 0 10px 0;}
.edup_result span {color:#ed5908; font-weight:700; } .edup_result span {color:#ed5908; font-weight:700; }