2023/11/21 기반강화>Q&A 레이아웃 틀어짐 수정, 더보기 버튼 추가
This commit is contained in:
parent
9e1e971c63
commit
41f7b4eb69
@ -206,6 +206,9 @@
|
||||
<div class="tb_tit02_left">
|
||||
<div class="t_best q_title">Q&A</div>
|
||||
</div>
|
||||
<div class="btn_wrap1">
|
||||
<button type="button" title="최근 교육 목록 더보기" class="con_more" onclick="location.href='/offedu/web/ve/aplct/fndtnEnhanceTrn/fndtnEduAplctList.do'">더보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<button type="button" class="btnType04" data-tooltip="target_confirm_popup">교육문의</button>
|
||||
|
||||
@ -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;}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user