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

This commit is contained in:
ITN_디자인팀 2024-02-06 16:30:11 +09:00
parent a2baf8ad44
commit 2f09557d09
6 changed files with 43 additions and 29 deletions

View File

@ -674,7 +674,7 @@ function getYears(getYear){
<td colspan="3"> <td colspan="3">
<label for="post" class="label">우편번호 입력</label> <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> <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="btnType01 btn_adr_search" onclick="fn_postCode(this); return false;">우편번호 검색</button> <button class="btnType01 btn_adr_search btn_type08" onclick="fn_postCode(this); return false;">우편번호 검색</button>
<div class="detail_address"> <div class="detail_address">
<label for="addr" class="label">주소 입력</label> <label for="addr" class="label">주소 입력</label>
<input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly> <input type="text" size="60" name="addr" id="addr" class="searchResultAddr" value="<c:out value='${info.addr}'/>" readonly>
@ -691,7 +691,7 @@ function getYears(getYear){
<input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly" <input type="text" title="거주지" size="25" placeholder="ex) 경기(군포시 용포동)" readonly="readonly"
value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne"> value="<c:out value='${info.rsdne}'/>" maxLength="20" name="rsdne" id="rsdne">
<button <button
type="button" class="btnType01" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button> type="button" class="btnType01 btn_type08" data-tooltip="sub26_pop01" onclick="fncRsdnePopup();return false;">선택</button>
<input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID --> <input type="hidden" name="rsdneId" id="rsdneId" value=""/><!-- 거주지ID -->
</td> </td>
</tr> </tr>
@ -981,7 +981,7 @@ function getYears(getYear){
</tr> </tr>
</c:forEach> </c:forEach>
<c:if test="${empty selectListVEAIHM}"> <c:if test="${empty selectListVEAIHM}">
<tr><td colspan="6"><spring:message code="common.nodata.msg" /></td></tr> <tr><td colspan="7"><spring:message code="common.nodata.msg" /></td></tr>
</c:if> </c:if>
</tbody> </tbody>
</table> </table>

View File

@ -686,11 +686,11 @@
<c:set var="birthDay" value="${fn:substring(info.DBirth, 6, 8)}"/> <c:set var="birthDay" value="${fn:substring(info.DBirth, 6, 8)}"/>
</c:if> </c:if>
<label for="birthYear" class="label">년도 선택</label> <label for="birthYear" class="label">년도 선택</label>
<select name="birthYear" id="birthYear" class="selType1 birthYear" selectValue="${birthYear}"></select> <select name="birthYear" id="birthYear" class="selType1 birthYear birth_da" selectValue="${birthYear}"></select>
<label for="birthMonth" class="label">월 선택</label> <label for="birthMonth" class="label">월 선택</label>
<select name="birthMonth" id="birthMonth" class="selType1 birthMonth" selectValue="${birthMonth}"></select> <select name="birthMonth" id="birthMonth" class="selType1 birthMonth birth_da" selectValue="${birthMonth}"></select>
<label for="birthDay" class="label">일 선택</label> <label for="birthDay" class="label">일 선택</label>
<select name="birthDay" id="birthDay" class="selType1 birthDay" selectValue="${birthDay}"></select> <select name="birthDay" id="birthDay" class="selType1 birthDay birth_da" selectValue="${birthDay}"></select>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -125,8 +125,6 @@
defaultText="선택" defaultText="선택"
/> />
<!-- <input type="text" name="instrNm"/> --> <!-- <input type="text" name="instrNm"/> -->
<div class="put_photo">
<div class="put_photo_in">
<div class="put_photo"> <div class="put_photo">
<div class="put_photo_in"> <div class="put_photo_in">
<div class="put_photo_box"> <div class="put_photo_box">
@ -139,14 +137,12 @@
</div> </div>
<!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> --> <!-- <button type="button" class="btnType01" onclick="fncPhotoPopup(); return false;">사진등록</button> -->
</div> </div>
</div>
</div>
<%-- <ve:select codeId="VE0015" name="prcsDiv" id="prcsDiv" css="class='sel_type1'" selectedValue="<c:out value='${info.prcsDiv}'/>" defaultValue='10'/> --%> <%-- <ve:select codeId="VE0015" name="prcsDiv" id="prcsDiv" css="class='sel_type1'" selectedValue="<c:out value='${info.prcsDiv}'/>" defaultValue='10'/> --%>
</td> </td>
</tr> </tr>
<tr> <tr>
<th scope="row">과정명</th> <th scope="row">과정명</th>
<td> <td class="pr_name">
<input type="text" name="prcsNm"/> <input type="text" name="prcsNm"/>
</td> </td>
</tr> </tr>

View File

@ -322,8 +322,8 @@
<div class="area_popup"> <div class="area_popup">
<!-- cont_tit --> <!-- cont_tit -->
<div class="cont_tit"> <div class="cont_tit cont_wrap">
<h2>이력관리</h2> <h2 class="tit">이력관리</h2>
</div> </div>
<!-- //cont_tit --> <!-- //cont_tit -->
@ -338,20 +338,24 @@
<col style="width: 20%;"> <col style="width: 20%;">
<col style="width: 80%;"> <col style="width: 80%;">
</colgroup> </colgroup>
<tbody> <!-- <tbody>
<tr> <tr>
<th scope="row">구분</th> <th scope="row">구분</th>
<th scope="row">내용</th> <th scope="row">내용</th>
</tr> </tr>
</tbody> </tbody> -->
<tbody> <tbody>
<tr>
<th scope="row">구분</th>
<td>내용</td>
</tr>
<tr> <tr>
<!-- 회차 --> <!-- 회차 -->
<td> <th scope="row">
<div class="util_right"> <div class="util_right">
교육명 교육명
</div> </div>
</td> </th>
<td> <td>
<div class="util_right"> <div class="util_right">
@ -363,11 +367,11 @@
</tr> </tr>
<tr> <tr>
<!-- 회차 --> <!-- 회차 -->
<td> <th scope="row">
<div class="util_right"> <div class="util_right">
교육기간 교육기간
</div> </div>
</td> </th>
<td> <td>
<div class="util_right"> <div class="util_right">
<div class="calendar_wrap"> <div class="calendar_wrap">
@ -384,11 +388,11 @@
</tr> </tr>
<tr> <tr>
<!-- 회차 --> <!-- 회차 -->
<td> <th scope="row">
<div class="util_right"> <div class="util_right">
비고 비고
</div> </div>
</td> </th>
<td> <td>
<div class="util_right"> <div class="util_right">

View File

@ -461,3 +461,12 @@ input[type="text"].input_time {width: 50px;}
/*성인강사관리 > 성인강사목록 > 엑셀 다운로드 버튼 수정*/ /*성인강사관리 > 성인강사목록 > 엑셀 다운로드 버튼 수정*/
.btn_wrap .excel_btn{padding: 0 18px 0 41px;} .btn_wrap .excel_btn{padding: 0 18px 0 41px;}
/*저작권 체험교실 > 운영신청 관리 > 등록 > 생년월일 박스크기 수정*/
.birth_da{width: 100px;}
/*성인강사관리 > 성인강사목록*/
.tb_type02 .input_adress .detail_address{margin: 5px 0 0 0;}
/*실무역량강화 > 과정관리목록 > 등록 > 과정면 input 크기 수정*/
.pr_name input{width: 500px;}

View File

@ -179,6 +179,11 @@
.print_mark_p2 {font-size: 18px; font-weight: 500; padding-bottom: 10px;} .print_mark_p2 {font-size: 18px; font-weight: 500; padding-bottom: 10px;}
.print_mark img {width: 170px; padding-top: 5px;} .print_mark img {width: 170px; padding-top: 5px;}
/*팝업 타이틀 수정*/
.area_popup .cont_wrap{padding-left: 0px;}
.area_popup .cont_wrap .tit{position: relative; padding: 0 0 0 20px;}
.area_popup .cont_wrap .tit::before{position: absolute; content: ""; width: 12px; height: 12px; border-radius: 50%; border: 3px solid #3a72db; left: 0; top: 57%; transform: translateY(-50%); box-sizing: border-box;}
/* print */ /* print */
@media print { @media print {
table th {background-color: #e5e5e5 !importnat; -webkit-print-color-adjust: exact;} table th {background-color: #e5e5e5 !importnat; -webkit-print-color-adjust: exact;}