2024/10/15 담당자관리 > 기본관리, 메뉴관리, 담당자관리 수정 및 style 수정
This commit is contained in:
parent
08083a67e6
commit
cedfc0845b
@ -16,6 +16,7 @@
|
||||
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/adm/style/layout.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/adm/style/common.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/adm/style/style.css">
|
||||
|
||||
<!-- script -->
|
||||
<script src="/kofair_case_seed/script/lib/jquery-3.5.0.js"></script>
|
||||
|
||||
@ -15,6 +15,7 @@
|
||||
<link rel="stylesheet" href="/kofair_case_seed/css/font.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/adm/style/layout.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/adm/style/common.css">
|
||||
<link rel="stylesheet" href="/kofair_case_seed/adm/style/style.css">
|
||||
|
||||
<!-- script -->
|
||||
<script src="/kofair_case_seed/script/lib/jquery-3.5.0.js"></script>
|
||||
|
||||
@ -105,8 +105,8 @@
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<div class="btn-area">
|
||||
<button type="submit" class="btn-normal violet"><s:message code="common.button.mod"/></button>
|
||||
<div class="btn-area right">
|
||||
<button type="submit" class="btn-normal btn blue_fill"><s:message code="common.button.mod"/></button>
|
||||
<c:if test="${tSiteDB.siteStatus == 'D'}">
|
||||
<a class="btn-normal red dataDel" href="/gtm/proc/siteDelProc/<c:out escapeXml='true' value='${tSiteDB.siteIdx}' />.do"><s:message code="common.button.del"/></a>
|
||||
</c:if>
|
||||
|
||||
@ -40,7 +40,7 @@
|
||||
</select>
|
||||
|
||||
<input type="search" name="search" title="<s:message code="common.search.value"/>" value="<c:out escapeXml='true' value='${search}' />" class="sch-text">
|
||||
<button type="submit" class="btn-page-sch"><s:message code="common.button.search"/></button>
|
||||
<button type="submit" class="btn-page-sch btn blue_border"><s:message code="common.button.search"/></button>
|
||||
</fieldset>
|
||||
</form:form>
|
||||
</div>
|
||||
|
||||
@ -66,7 +66,7 @@
|
||||
</div>
|
||||
<div class="bbs-view-item">
|
||||
<p class="item-title"><span style="color: red">*</span> 생년월일</p>
|
||||
<div class="item-box">
|
||||
<div class="item-box input_box">
|
||||
<select name="joinBirthY" id="joinBirthY">
|
||||
<option value="">년도</option>
|
||||
<c:set var="now" value="<%=new java.util.Date()%>" />
|
||||
@ -112,7 +112,7 @@
|
||||
</div>
|
||||
<div class="bbs-view-item">
|
||||
<p class="item-title"><span style="color: red">*</span> 이메일</p>
|
||||
<div class="item-box">
|
||||
<div class="item-box email_wrap">
|
||||
<input type="text" name="joinEmail01" id="joinEmail01" value="${memberInfo.MEMBER_EMAIL1}" style="width: 30%"> @
|
||||
<input type="text" name="joinEmail02" id="joinEmail02" value="${memberInfo.MEMBER_EMAIL2}" style="width: 30%">
|
||||
<select name="joinEmailSel" id="joinEmailSel" onchange="inputEmail();">
|
||||
@ -133,7 +133,7 @@
|
||||
</div>
|
||||
<div class="bbs-view-item">
|
||||
<p class="item-title"><span style="color: red">*</span> 휴대전화</p>
|
||||
<div class="item-box">
|
||||
<div class="item-box phone_wrap">
|
||||
<input type="text" name="joinPh01" id="joinPh01" maxlength="3" value="${joinPh01}" style="width: 5%" onkeydown='onlyNumber(event);' onkeyup='removeChar(event);' style="ime-mode:disabled;">-
|
||||
<input type="text" name="joinPh02" id="joinPh02" maxlength="4" value="${joinPh02}" style="width: 5%" onkeydown='onlyNumber(event);' onkeyup='removeChar(event);' style="ime-mode:disabled;">-
|
||||
<input type="text" name="joinPh03" id="joinPh03" maxlength="4" value="${joinPh03}" style="width: 5%" onkeydown='onlyNumber(event);' onkeyup='removeChar(event);' style="ime-mode:disabled;">
|
||||
@ -144,7 +144,7 @@
|
||||
<div class="item-box">
|
||||
<input type="text" name="joinZip" id="" style="width: 10%" value="${memberInfo.MEMBER_POST }" readonly="readonly">
|
||||
<div class="change-state-area" style="padding: 0 0;margin-top: 2px;display: inline-block;">
|
||||
<button type="button" class="btn-change-state" onclick="goJuso('A');">우편번호검색</button>
|
||||
<button type="button" class="btn-change-state btn blue_border" onclick="goJuso('A');">우편번호검색</button>
|
||||
</div>
|
||||
<br>
|
||||
<input type="text" name="joinAddr01" id="" value="${memberInfo.MEMBER_ADDRESS1 }" style="width: 50%; margin-top:5px" readonly="readonly"><br>
|
||||
@ -179,7 +179,7 @@
|
||||
</div>
|
||||
<div class="bbs-view-item joinTel">
|
||||
<p class="item-title">전화번호</p>
|
||||
<div class="item-box">
|
||||
<div class="item-box phone_wrap">
|
||||
<input type="text" name="joinTel01" id="" value="${joinTel01 }" maxlength="3" style="width: 5%" onkeydown='onlyNumber(event);' onkeyup='removeChar(event);' style="ime-mode:disabled;">-
|
||||
<input type="text" name="joinTel02" id="" value="${joinTel02 }" maxlength="4" style="width: 5%" onkeydown='onlyNumber(event);' onkeyup='removeChar(event);' style="ime-mode:disabled;">-
|
||||
<input type="text" name="joinTel03" id="" value="${joinTel03 }" maxlength="4" style="width: 5%" onkeydown='onlyNumber(event);' onkeyup='removeChar(event);' style="ime-mode:disabled;">
|
||||
@ -200,13 +200,13 @@
|
||||
<div class="bbs-view-item joinContent">
|
||||
<p class="item-title">비고</p>
|
||||
<div class="item-box">
|
||||
<textarea class="bg_essential " maxlength="2000" name="editorParam_joinCont" id="content" title="내용을 입력하세요" style="width:99%; height:300px;" editor="webnote" tools="deny:images,emoticon,special_chars" maxlength="1000">${memberInfo.MEMBER_ITEM_D4}</textarea>
|
||||
<textarea class="bg_essential input_textarea " maxlength="2000" name="editorParam_joinCont" id="content" title="내용을 입력하세요" style="width:99%; height:300px;" editor="webnote" tools="deny:images,emoticon,special_chars" maxlength="1000">${memberInfo.MEMBER_ITEM_D4}</textarea>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bbs-view-item changePart">
|
||||
<p class="item-title">변경가능소속</p>
|
||||
<div class="item-box" id="changePartDiv">
|
||||
<div class="item-box input_box" id="changePartDiv">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -221,11 +221,17 @@
|
||||
|
||||
</fieldset>
|
||||
<div class="btn-area">
|
||||
<button type="button" class="btn-normal lightgray mb10" onclick="goList()">목록</button>
|
||||
<button type="submit" class="btn-normal violet mb10">저장</button>
|
||||
<c:if test="${memberDept == '1020000000' }">
|
||||
<button type="button" class="btn-normal violet mb10" onclick="goDel()">삭제</button>
|
||||
</c:if>
|
||||
<div class="area_left">
|
||||
<c:if test="${memberDept == '1020000000' }">
|
||||
<button type="button" class="btn-normal btn red_border" onclick="goDel()">삭제</button>
|
||||
</c:if>
|
||||
</div>
|
||||
<div class="area_right">
|
||||
<button type="button" class="btn-normal btn gray_fill" onclick="goList()">목록</button>
|
||||
<button type="submit" class="btn-normal btn blue_fill">저장</button>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</form:form>
|
||||
|
||||
|
||||
@ -55,7 +55,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-wrap">
|
||||
<div class="table-layout br-none">
|
||||
<div class="table-layout">
|
||||
<table>
|
||||
<caption>자주하는질문 테이블입니다.</caption>
|
||||
<colgroup>
|
||||
|
||||
@ -250,7 +250,7 @@
|
||||
건입니다.
|
||||
</div>
|
||||
<div class="form-wrap">
|
||||
<div class="table-layout br-none">
|
||||
<div class="table-layout">
|
||||
<table>
|
||||
<caption>분쟁사건에 대한 신청목록 화면 입니다.</caption>
|
||||
<colgroup>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 184 B |
@ -7,16 +7,28 @@
|
||||
.btn_wrap.left{justify-content:flex-start;}
|
||||
.btn_wrap.center{justify-content:center;}
|
||||
|
||||
.btn{display:inline-block;color:#333;border-radius:4px;transition:all 0.2s ease-in-out;}
|
||||
.btn{display:inline-block;color:#333;border-radius:5px !important;transition:all 0.2s ease-in-out;}
|
||||
.btn.round{border-radius:100%;}
|
||||
.btn.only_icon{padding:0;}
|
||||
|
||||
.btn:hover{box-shadow:0 0 5px rgba(0,0,0,0.3);transition:all 0.2s ease-in-out;}
|
||||
|
||||
.btn.orange_border{border:1px solid #fd6e18;color:#fd6e18;}
|
||||
.btn.red_border{background:#fff !important;border:1px solid #e40000 !important;color:#e40000 !important;}
|
||||
.btn.blue_border{background:#fff !important;border:1px solid #163db1 !important;color:#163db1 !important;}
|
||||
|
||||
.btn.light_orange_fill{background:#fdeade;color:#fd6e18;}
|
||||
|
||||
.btn.gray_fill{background:#adadb5;color:#fff;}
|
||||
.btn.blue_fill{background:#163db1 !important;color:#fff !important;}
|
||||
.btn.gray_fill{background:#adadb5 !important;color:#fff !important;}
|
||||
|
||||
/* input */
|
||||
input[type="text"],input[type="search"]{height:36px;border:1px solid #d5d5d5 !important;border-radius:5px !important;box-shadow:none !important;}
|
||||
textarea{border:1px solid #d5d5d5 !important;border-radius:5px !important;box-shadow:none !important;}
|
||||
select{height:36px;border:1px solid #d5d5d5 !important;border-radius:5px !important;box-shadow:none !important;background:#fff url(/kofair_case_seed/adm/images/component/icon_select.png) no-repeat calc(100% - 10px) 51% !important;}
|
||||
.wrap label,.wrap .checkbox + label{font-size:16px;font-weight:400;margin:0}
|
||||
.wrap label [type="checkbox"],.wrap label [type="radio"]{margin:0 4px 0 0;}
|
||||
|
||||
|
||||
/* 아이콘 */
|
||||
.icon{display:inline-block;}
|
||||
@ -39,10 +51,6 @@
|
||||
.hide{display:none !important;}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* 간격 */
|
||||
.p0 {padding: 0px!important;}
|
||||
.p5 {padding: 5px!important;}
|
||||
|
||||
@ -1 +1,44 @@
|
||||
@charset "utf-8";
|
||||
@charset "utf-8";
|
||||
|
||||
/* sub layout */
|
||||
.wrap .seedBody{margin:0 0 80px 0;}
|
||||
.wrap .page-title-wrap{}
|
||||
.wrap .page-title-inner{float:none;}
|
||||
.wrap .page-title-wrap h3{float:none;font-size:32px;font-weight:bold;margin:0 0 45px 0;}
|
||||
.wrap .page-refresh.static{position:absolute;top:8px;margin:0;}
|
||||
|
||||
.wrap .page-title-wrap .sch-content-wrap{margin:0 0 10px 0;}
|
||||
.sch-content-wrap .sch-select{font-size:15px;}
|
||||
.wrap .sch-content-wrap *{float:none;height:36px;}
|
||||
|
||||
.wrap .tooltipBox{display:none;}
|
||||
|
||||
/* title */
|
||||
form h3{font-size:20px;font-weight:bold;}
|
||||
|
||||
/* table - 리스트 */
|
||||
.wrap .form-wrap{border:0;}
|
||||
.wrap .table-layout{border:0;border-top:2px solid #222;border-radius:0;}
|
||||
.wrap .table-layout table th{height:50px;font-size:15px;padding:0;background:#f4f5f6;border-bottom:1px solid #d5d5d5;vertical-align:middle;}
|
||||
.wrap .table-layout table td{height:50px;font-size:15px;padding:0;border-bottom:1px solid #d5d5d5;vertical-align:middle;}
|
||||
|
||||
/* table - 상세 */
|
||||
.wrap .bbs-view-layout{padding:0;border-top:2px solid #222;border-bottom:1px solid #e5e5e5;border-radius:0;box-shadow:none;-webkit-box-shadow:none;}
|
||||
.wrap .bbs-view-item{width:100%;}
|
||||
.wrap .bbs-view-item .item-title{width:20%;max-width:220px;height:100%;font-size:16px;font-weight:400;background:#f4f5f6;padding:0 0 0 20px;}
|
||||
.wrap .bbs-view-item .item-box{width:80%;padding:10px 20px;}
|
||||
.wrap .bbs-view-item input[type="text"],.wrap .bbs-view-item select{height:36px;vertical-align:middle;}
|
||||
.wrap .bbs-view-item .item-box .btn-sch-item{display:inline-flex;height:36px;font-size:16px;color:#163db1;background:#fff;border:1px solid #163db1;border-radius:5px;justify-content:center;align-items:center;}
|
||||
|
||||
.wrap .bbs-view-item .input_box,.wrap .bbs-view-item .email_wrap,.wrap .bbs-view-item .phone_wrap{display:flex;gap:6px;align-items:center;flex-wrap:wrap;}
|
||||
.wrap .bbs-view-item button{height:36px;}
|
||||
|
||||
.wrap .btn-area{display:flex;justify-content:space-between;}
|
||||
.wrap .btn-area.right{justify-content:flex-end;}
|
||||
.wrap .btn-area.left{justify-content:flex-start;}
|
||||
.wrap .btn-area.center{justify-content:center;}
|
||||
|
||||
.wrap .btn-area div{display:flex;gap:10px;}
|
||||
.wrap .btn-area button{min-width:90px;height:46px;font-size:18px;border-radius:5px;padding:0;margin:0;line-height:1;}
|
||||
|
||||
/*f4f5f6*/
|
||||
Loading…
Reference in New Issue
Block a user