2024/01/18 웹접근성 수정
This commit is contained in:
parent
3d242d795f
commit
45d5f23795
@ -390,7 +390,7 @@
|
||||
<td>
|
||||
<label for="post" class="label">우편번호 입력</label>
|
||||
<input type="text" class="adressFst adr_input" placeholder="우편번호입력" value="${info.post}" id="post" name="post" title="우편번호" readonly />
|
||||
<button type="button" class="btnType01" onclick="fn_postCode(this);" title="새창 열림">주소찾기</button>
|
||||
<button type="button" class="btnType01 address_btn" onclick="fn_postCode(this);" title="새창 열림">주소찾기</button>
|
||||
<label for="addr" class="label">주소 입력</label>
|
||||
<input type="text" class="adressMid searchResultAddr" placeholder="주소를 입력해주세요." value="${info.addr}" id="addr" name="addr" readonly />
|
||||
<label for="addrDetail" class="label">상세주소 입력</label>
|
||||
|
||||
@ -1378,10 +1378,10 @@ function _chkChasiTime(p_this){
|
||||
</c:choose>
|
||||
|
||||
disabled>
|
||||
<label for="isltn_Y">예</label>
|
||||
<label for="isltn0_Y">예</label>
|
||||
<input type="radio" name="isltn0Yn" id="isltn0_N" value="N"
|
||||
${empty info.isltnYn or info.isltnYn eq 'N' ? 'checked' : info.isltnYn} disabled>
|
||||
<label for="isltn_N">아니오</label>
|
||||
<label for="isltn0_N">아니오</label>
|
||||
</td>
|
||||
</tr>
|
||||
<!--
|
||||
|
||||
@ -846,6 +846,8 @@ select.selType1 {height: 40px; border: 1px solid #d5d5d5; border-radius: 5px; pa
|
||||
.full_faq .faq li button .qst_text{z-index: 1;}
|
||||
.full_faq .faq li .answer{background-color: #fff;}
|
||||
|
||||
/*체험교실 > 운영목록 > 운영상세 > 수강신청 > 신청인 정보 주소 입력칸 레이아웃 수정(주소찾기 버튼 마진값 추가)*/
|
||||
.tb_type01 table .address_btn{margin-right: 9%}
|
||||
|
||||
@media all and (max-width: 1300px){
|
||||
/*교육소개 추가*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user