2023/10/27 조정사건 기록 열람 신청 상세(우편발송) 반려사유 팝업 추가
This commit is contained in:
parent
d33717fb11
commit
7b4a5b0be6
@ -45,13 +45,13 @@
|
||||
|
||||
.t_left{text-align: left;}
|
||||
.t_center{text-align: center;}
|
||||
.t_bold{font-weight: 600;}
|
||||
.t_bold{font-weight: 600 !important;}
|
||||
|
||||
.c_e40000{color: #e40000;}
|
||||
.c_222222{color: #222222;}
|
||||
.c_666666{color: #666666;}
|
||||
.c_999999{color: #999999;}
|
||||
.c_ea5404{color: #ea5404;}
|
||||
.c_e40000{color: #e40000 !important;}
|
||||
.c_222222{color: #222222 !important;}
|
||||
.c_666666{color: #666666 !important;}
|
||||
.c_999999{color: #999999 !important;}
|
||||
.c_ea5404{color: #ea5404 !important;}
|
||||
|
||||
.read-only,.disabled{background-color: #eee !important; color: #aaa !important; font-size: 16px;}
|
||||
|
||||
|
||||
@ -85,6 +85,32 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- //수수료정보팝업(1개) -->
|
||||
|
||||
<!-- 반려사유 팝업 -->
|
||||
<div class="tooltip-wrap">
|
||||
<div class="popup_wrap return_popup" tabindex="0" data-tooltip-con="return_popup" data-focus="return_popup" data-focus-prev="return_popup_close">
|
||||
<div class="popup_tit">
|
||||
<p>반려사유</p> <button class="btn_popup_close tooltip-close" data-focus="return_popup_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<table class="popup_tbType01">
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>반려사유</th>
|
||||
<td>
|
||||
<textarea name="" id="" cols="30" rows="5" class="read-only" readonly="readonly" title="반려사유">반려사유입니다.
|
||||
</textarea>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="btn_wrap">
|
||||
<button class="btnType01 tooltip-close" data-focus="return_popup_close">닫기</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //반려사유 -->
|
||||
<div class="mask"></div>
|
||||
|
||||
<div class="skip_menu">
|
||||
@ -385,6 +411,14 @@
|
||||
<p>비용납부</p><button type="button" class="btnType01" data-tooltip="fee_popup">결제계좌</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>
|
||||
<p>발급상태</p>
|
||||
</th>
|
||||
<td>
|
||||
<p class="c_e40000 t_bold">반려</p><button type="button" class="btnType01" data-tooltip="return_popup">반려사유</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="tb_bottom">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user