2024/02/22 관리자페이지 스타일 수정

This commit is contained in:
ITN_디자인팀 2024-02-22 15:49:30 +09:00
parent 7054702e8d
commit 96e6ec2272
5 changed files with 13 additions and 17 deletions

View File

@ -772,7 +772,7 @@ function getYears(getYear){
<p>위촉구분${info.apptDiv}</p>
</th>
<td colspan="3">
<ve:code codeId="VE0032" code="${info.apptDiv}"/>
<%--<ve:code codeId="VE0032" code="${info.apptDiv}"/> --%>
<ve:select codeId="VE0032" name="apptDiv" id="apptDiv" css="class='sel_type1'" selectedValue="${info.apptDiv}"/>
</td>
</tr>

View File

@ -581,7 +581,7 @@
<col style="width: 10%;">
<col style="width: 15%;">
<col style="width: 8%">
<col style="width: 14%;">
<col style="width: 8%;">
<col style="width: auto;">
<col style="width: 10%;">
<col style="width: 10%;">

View File

@ -326,8 +326,6 @@ $( document ).ready(function(){
</th>
<td colspan="3" style="position: relative;">
<input type="text" name="instrNm"/>
<div class="put_photo">
<div class="put_photo_in">
<div class="put_photo">
<div class="put_photo_in">
<div class="put_photo_box">
@ -335,8 +333,6 @@ $( document ).ready(function(){
</div>
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
</div>
</div>
</div>
</div>
</td>
</tr>
@ -378,7 +374,7 @@ $( document ).ready(function(){
<td colspan="3">
<label for="post" class="label">우편번호 입력</label>
<input type="text" size="20" name="post" id="post" class="adr_input" style="background-color: #eee;" value="<c:out value='${info.post}'/>" readonly>
<button class="btn_type03" onclick="fn_postCode(this); return false;">우편번호 검색</button>
<button class="btn_type03 btn_type08" onclick="fn_postCode(this); return false;">우편번호 검색</button>
<div class="detail_address">
<label for="addr" class="label">주소 입력</label>
<input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly>
@ -395,7 +391,7 @@ $( document ).ready(function(){
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
<button
type="button" class="btn_type03" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
type="button" class="btn_type01" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
</td>
</tr>

View File

@ -660,7 +660,7 @@
<p>구분</p>
</th>
<td>
<ve:code codeId="VE0018" code="${info.divCd}"/>
<%--<ve:code codeId="VE0018" code="${info.divCd}"/> --%>
<ve:select name="divCd" codeId="VE0018" selectedValue="${info.divCd}" styleClass="sel_type1"/>
</td>
@ -671,7 +671,7 @@
<p>위촉구분</p>
</th>
<td colspan="3">
<ve:code codeId="VE0002" code="${info.apptDiv}"/>
<%--<ve:code codeId="VE0002" code="${info.apptDiv}"/> --%>
<ve:select name="apptDiv" codeId="VE0002" selectedValue="${info.apptDiv}" styleClass="sel_type1"/>
</td>
</tr>

View File

@ -73,7 +73,7 @@
.btn_type04:hover{background-color: #1854c3;}
.btn_type05{ background-color: #d04400; color: #fff;}
.btn_type05:hover{background-color: #c03f00;}
.btn_type06{color: #3a72db; border: 1px solid #3a72db; background-color: #fff;}
.btn_type06{color: #3a72db; border: 1px solid #3a72db; background-color: #fff; border-radius: 5px;}
.btn_type06:hover{background-color: #f1f5fb;}
.btn_type07{border: 1px solid #d04400; background-color: #fefaf7; color: #d04400;}
.btn_type07:hover{background-color: #fdf3ed;}