2023/08/22 체험하기 조정신청 3단계 안내문구/말풍선
This commit is contained in:
parent
ee949baac5
commit
1daae0eb0c
@ -36,6 +36,10 @@
|
|||||||
.mr15{margin-right: 15px !important;}
|
.mr15{margin-right: 15px !important;}
|
||||||
.btn_wrap.btn_layout03 .btn_right{text-align: right}
|
.btn_wrap.btn_layout03 .btn_right{text-align: right}
|
||||||
.btn_wrap.btn_layout03 .btnType01{height: 46px}
|
.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){
|
@media all and (max-width: 540px){
|
||||||
.btn_wrap.btn_layout03 button{min-width: 90px; padding: 0 6px;}
|
.btn_wrap.btn_layout03 button{min-width: 90px; padding: 0 6px;}
|
||||||
@ -174,9 +178,10 @@ function fn_adjstReq_preview() {
|
|||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row" class="callingdata_row">
|
||||||
<!-- <p class="req_text"><span>필수입력 항목</span>*</p> -->
|
<!-- <p class="req_text"><span>필수입력 항목</span>*</p> -->
|
||||||
<p>소명자료</p>
|
<p>소명자료1</p>
|
||||||
|
<span>신청취지 또는 신청이유를 객관적으로 소명할 수 있는 근거자료를 파일로 첨부합니다.</span>
|
||||||
</th>
|
</th>
|
||||||
<td id="uploadWarp" class="upload_area">
|
<td id="uploadWarp" class="upload_area">
|
||||||
<label for="fileNm" class="label">첨부파일 선택</label>
|
<label for="fileNm" class="label">첨부파일 선택</label>
|
||||||
@ -244,7 +249,12 @@ function fn_adjstReq_preview() {
|
|||||||
<div class="btn_right">
|
<div class="btn_right">
|
||||||
<button type="button" class="btnType06 btn_preview" onclick="fn_adjstReq_preview(); return false;" title="새창열림">미리보기</button>
|
<button type="button" class="btnType06 btn_preview" onclick="fn_adjstReq_preview(); return false;" title="새창열림">미리보기</button>
|
||||||
<button type="button" class="btnType01 insert temporaryBtn">임시저장</button>
|
<button type="button" class="btnType01 insert temporaryBtn">임시저장</button>
|
||||||
<button type="button" class="btnType02 btn_save" onClick="fncGoList(''); 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>
|
||||||
</div>
|
</div>
|
||||||
<!-- //하단 버튼 -->
|
<!-- //하단 버튼 -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user