2025/04/01 체험하기 > 조정신청 CSS 수정, 체험하기 > 조정사건 기록발급 신청 label 값 id 값 불일치 수정,
체험하기 > 나의 조정사건 목록 > 수수료납부요청 > 팝업 닫히고 포커싱 오류 수정
This commit is contained in:
parent
f832ab6b48
commit
ac8f959c45
@ -255,7 +255,7 @@
|
||||
<div class="btn_left"></div>
|
||||
<div class="btn_right">
|
||||
<c:if test="${adjstReqStatusVO.pageType eq 'S'}">
|
||||
<button type="button" class="btnType09 btn_list" onclick="fncPayDtlPopup('M','111','111');">수수료 납부</button>
|
||||
<button type="button" class="btnType09 btn_list" onclick="fncPayDtlPopup('M','111','111');" data-tooltip="fee_111_popup">수수료 납부</button>
|
||||
</c:if>
|
||||
<button type="button" class="btnType11 btn_list" onclick="fncGoList();">목록</button>
|
||||
</div>
|
||||
|
||||
@ -77,7 +77,7 @@
|
||||
<p>조정번호</p>
|
||||
</th>
|
||||
<td>
|
||||
<label for="adjNm" class="label">조정번호 입력</label>
|
||||
<label for="adrNo" class="label">조정번호 입력</label>
|
||||
<input type="text" name="adrNo" id="adrNo" value="" size="30" placeholder="조정번호를 입력하세요." />
|
||||
<button type="button" class="btnType01 btn_adr_search" data-tooltip="list_popup" onclick="alert('체험 기능입니다.');" title="팝업 열림">조회</button>
|
||||
</td>
|
||||
|
||||
@ -419,13 +419,13 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none
|
||||
.sub02_1 .choice_type li{width: calc(100% / 3); text-align: center; border-radius: 5px; margin-right: 30px; transition: all 0.3s ease-in-out;}
|
||||
.sub02_1 .choice_type li.active,.sub02_1 .choice_type li:hover{background-color: #2353b5; border: 1px solid #2353b5; box-shadow: 0 0 5px rgba(0,0,0,0.3); transition: all 0.3s ease-in-out;}
|
||||
.sub02_1 .choice_type li:last-child{margin-right: 0;}
|
||||
.sub02_1 .choice_type li button{width: 100%; height: 100%; padding: 40px 0; }
|
||||
.sub02_1 .choice_type li button{width: 100%; height: 100%; padding: 40px 0; font-size:20px;}
|
||||
.sub02_1 .choice_type li i{display: block; margin: 0 auto 20px auto; width: 100px; height: 100px; border-radius: 100%; background-color: #f0f2f5; background-repeat: no-repeat; background-position: center;}
|
||||
.sub02_1 .choice_type li:nth-child(1) i{background-image: url(/kccadrPb/usr/image/icon_sub02_1_02.png);}
|
||||
.sub02_1 .choice_type li:nth-child(2) i{background-image: url(/kccadrPb/usr/image/icon_sub02_1_03.png);}
|
||||
.sub02_1 .choice_type li:nth-child(3) i{background-image: url(/kccadrPb/usr/image/icon_sub02_1_04.png);}
|
||||
.sub02_1 .choice_type li span{font-size: 20px; font-weight: 500; color: #222;}
|
||||
.sub02_1 .choice_type li.active span,.sub02_1 .choice_type li:hover span{color: #fff;}
|
||||
.sub02_1 .choice_type li.active span,.sub02_1 .choice_type li:hover span,.sub02_1 .choice_type li.active p,.sub02_1 .choice_type li:hover p{color: #fff;}
|
||||
|
||||
.sub02_1 .choice_person ul {display:flex;justify-content:center;align-items:center;width:75%;margin:0 auto;}
|
||||
.sub02_1 .choice_person ul li {position:relative;width:calc(100%/3);height:231px;text-align:center;border:0 none;margin-right:30px;box-sizing:border-box;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user