2023/11/21 찾아가는 저작권 교육 > 실무역량강화 Q&A 퍼블리싱 > 교육문의 팝업 수정
This commit is contained in:
parent
f00f35593e
commit
7535f032b6
@ -788,6 +788,8 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
|||||||
.q_wrap .tb_list02 .faq_wrap .faq li .date{font-size: 14px; color: #666; text-align: left; font-weight: 400;}
|
.q_wrap .tb_list02 .faq_wrap .faq li .date{font-size: 14px; color: #666; text-align: left; font-weight: 400;}
|
||||||
.q_wrap .tb_list02 .faq_wrap .faq li .answer{background-color: #fff; z-index: 1;}
|
.q_wrap .tb_list02 .faq_wrap .faq li .answer{background-color: #fff; z-index: 1;}
|
||||||
.q_wrap .faq li .question,.q_wrap .faq li .answer .answer_i, .q_wrap .faq li .answer .answer_in{padding: 12px 46px;}
|
.q_wrap .faq li .question,.q_wrap .faq li .answer .answer_i, .q_wrap .faq li .answer .answer_in{padding: 12px 46px;}
|
||||||
|
.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&A 내용 없을때 추가*/
|
||||||
.q_wrap .q_text{padding: 25px 35px; border-top: 2px solid #222; border-bottom: 1px solid #d5d5d5; font-size: 18px; color: #666;}
|
.q_wrap .q_text{padding: 25px 35px; border-top: 2px solid #222; border-bottom: 1px solid #d5d5d5; font-size: 18px; color: #666;}
|
||||||
|
|||||||
@ -159,18 +159,19 @@
|
|||||||
<div class="cont_body">
|
<div class="cont_body">
|
||||||
<div class="pop_tb_type01" style="overflow:visible;">
|
<div class="pop_tb_type01" style="overflow:visible;">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<thead>
|
||||||
<col style="width:27%;">
|
<tr>
|
||||||
<col style="width:auto;">
|
<th>문의내용</th>
|
||||||
</colgroup>
|
</tr>
|
||||||
<tbody><tr>
|
</thead>
|
||||||
<th>문의내용</th>
|
<tbody>
|
||||||
<td>
|
<tr>
|
||||||
<textarea type="text" id="qnaCn" name="qnaCn" style="height: 220px;width: 100%;"></textarea>
|
<td>
|
||||||
</td>
|
<textarea type="text" id="qnaCn" name="qnaCn" style="height: 220px;width: 100%;"></textarea>
|
||||||
</tr>
|
</td>
|
||||||
</tbody></table>
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="pop_btn_wrap btn_layout01">
|
<div class="pop_btn_wrap btn_layout01">
|
||||||
<div class="btn_left">
|
<div class="btn_left">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user