2023/11/13 메인 - 알림창 css 수정 / 활동확인서 내역 타이틀 레이아웃 수정
This commit is contained in:
parent
6fc9b2f645
commit
039d9c9df8
@ -565,13 +565,10 @@
|
||||
<div class="tb_tit01_left">
|
||||
<p>활동확인서 내역</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tb_tit01">
|
||||
<div class="tb_tit01_left">
|
||||
</div>
|
||||
<div class="btn_wrap">
|
||||
<button type="button" class="btnType05" onclick="location.href='${pageContext.request.contextPath}/web/ve/instr/adultVisitEdu/instrInfo/instrPrflDetail.do'">강사활동확인서 신청</button>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<div class="tb_type02">
|
||||
<table>
|
||||
|
||||
@ -74,6 +74,8 @@
|
||||
.wrap .data_notice .notice_list li:hover .title,.wrap .data_notice .notice_list li:hover .date{color:#e95504;transition:all 0.05s ease-in-out;}
|
||||
|
||||
/* 알림판 */
|
||||
.wrap .notify .notify_slide{height:100%;}
|
||||
.wrap .notify .notify_slide .swiper-slide img{width:100%;height:100%;}
|
||||
.wrap .notify .notify_control{display:flex;height:30px;background-color:#fff;border:1px solid #d5d5d5;border-radius:5px;padding:0 4px 0 0;}
|
||||
.wrap .notify .notify_control>*{position:unset;width:23px;height:30px;font-size:16px;color:#888;text-align:center;line-height:28px;letter-spacing:-1.7px;margin: 0 0 0 -1px;}
|
||||
.wrap .notify .notify_control .slide_number{width:35px;}
|
||||
@ -107,6 +109,8 @@
|
||||
|
||||
.container .main_banner_link{height:auto;}
|
||||
.container .main_banner_link li{width:calc((100% - 20px)/2);margin:0 0 10px 0;padding:15px 0;}
|
||||
|
||||
.wrap .notify .content{height:auto;}
|
||||
}
|
||||
|
||||
@media all and (max-width: 767px){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user