1. 조정비용 안내 말풍선
2. 하시는 김에 납부요청 계좌이체 선택을 디폴트로
This commit is contained in:
parent
f830b01e6e
commit
491ec6c197
@ -286,8 +286,8 @@
|
||||
|
||||
<div class="btn_wrap btn_layout04">
|
||||
<p>납부계좌구분
|
||||
<input type="radio" name="payment[0].accTy" id="accTy1" value="10" />우리은행 1005-802-193838
|
||||
<input type="radio" name="payment[0].accTy" id="accTy2" value="20" checked="checked" />신용카드결제
|
||||
<input type="radio" name="payment[0].accTy" id="accTy1" value="10" checked="checked" />우리은행 1005-802-193838
|
||||
<input type="radio" name="payment[0].accTy" id="accTy2" value="20"/>신용카드결제
|
||||
</p>
|
||||
</div>
|
||||
<div class="btn_wrap btn_layout04">
|
||||
|
||||
@ -36,9 +36,11 @@
|
||||
.mr15{margin-right: 15px !important;}
|
||||
.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;}
|
||||
.btn_right .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){
|
||||
@ -253,7 +255,12 @@ function fn_adjstReq_preview_02() {
|
||||
<button type="button" class="btnType04 btn_move" onclick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_UPT_TO_GOPREV}' />'); return false;">2단계이동</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<button type="button" class="btnType01" onclick="window.open('<c:out value="/web/content.do?proFn=9140000"/>' , '_blank')" title="새창열림">조정비용(수수료) 확인</button>
|
||||
<div class="hover_content_wrap" style="display: inline-block;">
|
||||
<button type="button" class="btnType01" onclick="window.open('<c:out value="/web/content.do?proFn=9140000"/>' , '_blank')" title="새창열림">조정비용(수수료) 확인</button>
|
||||
<div class="hover_content_box">
|
||||
조정비용(수수료)의 기준 ‘조정신청금액’은 ① 신청인이 권리자인 경우 신청취지의 청구액, ② 신청인이 이용자인 경우 피신청인인 권리자로부터 청구받은 금액을 기준으로 산정됩니다. 담당 조정조사관의 신청서 검토 후 확정된 조정비용을 납부요청 드릴 예정입니다.
|
||||
</div>
|
||||
</div>
|
||||
<button type="button" class="btnType06 btn_preview" onclick="fn_adjstReq_preview_02(); return false;" title="새창열림">미리보기</button>
|
||||
<c:choose>
|
||||
<c:when test="${empty fn:trim(master.ccTy)}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user