2023/08/22 조정신청 3단계 안내문구/말풍선
This commit is contained in:
parent
ea1e9feac3
commit
277d500f8b
@ -37,6 +37,9 @@
|
||||
.btn_wrap.btn_layout03 .btn_right{text-align: right}
|
||||
.btn_wrap.btn_layout03 .btnType01{height: 46px}
|
||||
.hover_content_wrap .hover_content_box{left: -31px; top: 47px;text-align: center;}
|
||||
.btn_right .hover_content_wrap .hover_content_box{left: -318px; top: 57px; width: 506px; word-break: keep-all; padding: 15px 10px;}
|
||||
.hover_content_wrap .hover_content_box:after {content:'';position:absolute;left:auto; right: 57px;}
|
||||
.callingdata_row span{display: block; padding: 5px 10px 0 30px; font-size: 14px; color: #e40000; word-break: keep-all; line-height: 1.2;}
|
||||
|
||||
@media all and (max-width: 540px){
|
||||
.btn_wrap.btn_layout03 button{min-width: 90px; padding: 0 6px;}
|
||||
@ -168,9 +171,10 @@ function fn_adjstReq_preview() {
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<th scope="row" class="callingdata_row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>소명자료</p>
|
||||
<span> ※ 기일통지서, 답변서 등 조정진행 관련 문서들이 우편으로 발송됩니다. 실제 우편물 수령이 가능한 주소를 입력하시기 바랍니다.</span>
|
||||
</th>
|
||||
<td id="uploadWarp" class="upload_area">
|
||||
<label for="fileNm" class="label">첨부파일 선택</label>
|
||||
@ -263,7 +267,12 @@ function fn_adjstReq_preview() {
|
||||
<button type="button" class="btnType01" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_UPT}' />'); return false;">임시저장</button>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<button type="button" class="btnType02 btn_save" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_SMT}' />'); return false;">조정신청서 제출</button>
|
||||
<div class="hover_content_wrap" style="display: inline-block;">
|
||||
<button type="button" class="btnType02 btn_save" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_SMT}' />'); return false;">조정신청서 제출</button>
|
||||
<div class="hover_content_box">
|
||||
[조정신청서 제출 – 조정조사관 검토 – 수수료납부요청 – 수수료납부]의 절차가 완료되어야 조정신청 접수가 최종 완료됩니다.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //하단 버튼 -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user