Merge branch 'master' of http://hylee@vcs.iten.co.kr:9999/2025_PROJECT/orgasis
@6cb0d35fc95ef79d24aa6759a497f230f476c133
--- src/main/webapp/WEB-INF/jsp/sym/mnu/mpm/EgovMenuCreatSelectJtree.jsp
+++ src/main/webapp/WEB-INF/jsp/sym/mnu/mpm/EgovMenuCreatSelectJtree.jsp
... | ... | @@ -816,37 +816,40 @@ |
| 816 | 816 |
<tr> |
| 817 | 817 |
<th>타입</th> |
| 818 | 818 |
<td> |
| 819 |
- <select name="menuType" id="menuType" class="select" title="" onchange="initShowUrl('N'); return false;">
|
|
| 820 |
- <option value="M" <c:if test="${userSearchVO.menuType == 'M'}">selected="selected"</c:if> >메뉴</option>
|
|
| 821 |
- <option value="P" <c:if test="${userSearchVO.menuType == 'P'}">selected="selected"</c:if> >프로그램</option>
|
|
| 822 |
- <option value="C" <c:if test="${userSearchVO.menuType == 'C'}">selected="selected"</c:if> >HTML컨텐츠</option>
|
|
| 823 |
- <option value="B" <c:if test="${userSearchVO.menuType == 'B'}">selected="selected"</c:if> >게시판</option>
|
|
| 824 |
- <option value="O" <c:if test="${userSearchVO.menuType == 'O'}">selected="selected"</c:if> >외부링크</option>
|
|
| 825 |
- </select> |
|
| 826 |
- |
|
| 827 |
- <a style="display: none;cursor:pointer;" id="btnContent" |
|
| 828 |
- target="_blank" title="새창으로" onclick="searchContentList(); return false;" |
|
| 829 |
- style="selector-dummy:expression(this.hideFocus=false);" > |
|
| 830 |
- <img src="<c:url value='/img/post/serch_img.png' />" alt='컨텐츠ID 검색' width="15" height="15" /> |
|
| 831 |
- <span style="vertical-align: middle;">(화면컨텐츠ID 검색)</span> |
|
| 832 |
- </a> |
|
| 833 |
- <span style="display:none;" id="htmlComfirm"> |
|
| 834 |
- <button class="btn line small primary" style="margin:0 0 0 4px;" onclick="htmlComfirm();" id="a_contentLink">확인</button> |
|
| 835 |
- </span> |
|
| 836 |
- |
|
| 837 |
- <span id="contentNameSpan" style="color: blue"></span> |
|
| 838 |
- <a style="display: none;cursor:pointer;vertical-align:middle;" id="btnBBS" |
|
| 839 |
- target="_blank" title="새창으로" onclick="searchBBSId(); return false;" |
|
| 840 |
- style="selector-dummy:expression(this.hideFocus=false);" class="btn btn_text btn_36 blue_border"> |
|
| 841 |
- <%-- <img src="<c:url value='/img/post/serch_img.png' />" alt='게시판ID 검색' width="15" height="15" /> --%> |
|
| 842 |
- <span style="vertical-align: middle;">(게시판ID 검색)</span> |
|
| 843 |
- </a> |
|
| 844 |
- <span id="BBSNameSpan" style="color: blue"></span> |
|
| 819 |
+ <div class="form_wrap"> |
|
| 820 |
+ <select name="menuType" id="menuType" class="select" title="" onchange="initShowUrl('N'); return false;">
|
|
| 821 |
+ <option value="M" <c:if test="${userSearchVO.menuType == 'M'}">selected="selected"</c:if> >메뉴</option>
|
|
| 822 |
+ <option value="P" <c:if test="${userSearchVO.menuType == 'P'}">selected="selected"</c:if> >프로그램</option>
|
|
| 823 |
+ <option value="C" <c:if test="${userSearchVO.menuType == 'C'}">selected="selected"</c:if> >HTML컨텐츠</option>
|
|
| 824 |
+ <option value="B" <c:if test="${userSearchVO.menuType == 'B'}">selected="selected"</c:if> >게시판</option>
|
|
| 825 |
+ <option value="O" <c:if test="${userSearchVO.menuType == 'O'}">selected="selected"</c:if> >외부링크</option>
|
|
| 826 |
+ </select> |
|
| 827 |
+ |
|
| 828 |
+ <a class="btn fill primary medium" style="display: none;cursor:pointer;" id="btnContent" |
|
| 829 |
+ target="_blank" title="새창으로" onclick="searchContentList(); return false;" |
|
| 830 |
+ style="selector-dummy:expression(this.hideFocus=false);" > |
|
| 831 |
+ <%-- <img src="<c:url value='/img/post/serch_img.png' />" alt='컨텐츠ID 검색' width="15" height="15" /> --%> |
|
| 832 |
+ <i class="icon search white"></i>화면컨텐츠ID 검색 |
|
| 833 |
+ </a> |
|
| 834 |
+ <span style="display:none;" id="htmlComfirm"> |
|
| 835 |
+ <button class="btn line medium primary" onclick="htmlComfirm();" id="a_contentLink">확인</button> |
|
| 836 |
+ </span> |
|
| 837 |
+ |
|
| 838 |
+ <span id="contentNameSpan" style="color: blue"></span> |
|
| 839 |
+ <a style="display: none;cursor:pointer;vertical-align:middle;" id="btnBBS" |
|
| 840 |
+ target="_blank" title="새창으로" onclick="searchBBSId(); return false;" |
|
| 841 |
+ style="selector-dummy:expression(this.hideFocus=false);" class="btn btn_text btn_36 blue_border"> |
|
| 842 |
+ <%-- <img src="<c:url value='/img/post/serch_img.png' />" alt='게시판ID 검색' width="15" height="15" /> --%> |
|
| 843 |
+ <span style="vertical-align: middle;">(게시판ID 검색)</span> |
|
| 844 |
+ </a> |
|
| 845 |
+ <span id="BBSNameSpan" style="color: blue"></span> |
|
| 846 |
+ </div> |
|
| 845 | 847 |
<div class="form_wrap input_mix_wrap mt10" id="showUrl" style="display: none;" > |
| 846 | 848 |
<span class="text_split">URL</span> |
| 847 | 849 |
<input type="text" name="url" id="url" class="input w80per"> |
| 848 | 850 |
<input type="hidden" id="url_tmp" name="url_tmp"/> |
| 849 | 851 |
</div> |
| 852 |
+ |
|
| 850 | 853 |
</td> |
| 851 | 854 |
</tr> |
| 852 | 855 |
<tr> |
--- src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp
+++ src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp
... | ... | @@ -136,7 +136,7 @@ |
| 136 | 136 |
<div class="login_content"> |
| 137 | 137 |
|
| 138 | 138 |
<div class="left"> |
| 139 |
- <h1 class="logo"><img src="" alt="">logo</h1> |
|
| 139 |
+ <h1 class="logo"><img src="/publish/adm/images/content/login_logo.png" alt=""></h1> |
|
| 140 | 140 |
</div> |
| 141 | 141 |
<div class="right"> |
| 142 | 142 |
|
--- src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageListPopup.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageListPopup.jsp
... | ... | @@ -22,10 +22,14 @@ |
| 22 | 22 |
<head> |
| 23 | 23 |
<meta http-equiv="Content-Language" content="ko" > |
| 24 | 24 |
<link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/post.css?ver=1">
|
| 25 |
-<link rel="stylesheet" href="/pb/css/reset.css"> |
|
| 26 |
-<link rel="stylesheet" href="/pb/css/common.css"> |
|
| 27 |
-<link rel="stylesheet" href="/pb/css/content.css"> |
|
| 28 |
-<link rel="stylesheet" href="/pb/css/popup.css"> |
|
| 25 |
+ |
|
| 26 |
+<link rel="stylesheet" href="/css/reset.css"> |
|
| 27 |
+<link rel="stylesheet" href="/css/font.css"> |
|
| 28 |
+<link rel="stylesheet" href="/publish/adm/layout/layout.css"> |
|
| 29 |
+<link rel="stylesheet" href="/publish/adm/css/common.css"> |
|
| 30 |
+<link rel="stylesheet" href="/publish/adm/css/style.css"> |
|
| 31 |
+<link rel="stylesheet" href="/publish/adm/css/content.css"> |
|
| 32 |
+<link rel="stylesheet" href="/publish/adm/css/popup.css"> |
|
| 29 | 33 |
|
| 30 | 34 |
<title>권한 목록</title> |
| 31 | 35 |
<script src="<c:url value='/js/jquery.js' />"></script> |
... | ... | @@ -135,53 +139,65 @@ |
| 135 | 139 |
|
| 136 | 140 |
<div class="ad_content"> |
| 137 | 141 |
<div class="ad_con_head"> |
| 138 |
- <div class="ad_head_text"> |
|
| 139 |
- <p class="today_txt">컨텐츠 관리 리스트</p> |
|
| 142 |
+ <div class="ad_head_text popup_title_area"> |
|
| 143 |
+ <h1 class="today_txt popup_title">컨텐츠 관리 리스트</h1> |
|
| 140 | 144 |
<div class="ad_head_ment"> |
| 141 | 145 |
<p class="today_last_txt"><span id="cnt_cate_list"></span></p> |
| 142 | 146 |
</div> |
| 143 | 147 |
</div> |
| 144 | 148 |
</div> |
| 145 |
- <div class="ad_subcon"> |
|
| 149 |
+ <div class="ad_subcon popup_content"> |
|
| 146 | 150 |
<div class="ad_con_body"> |
| 147 | 151 |
<div class="ad_bo_h3"> |
| 148 |
- <div class="board1_div1"> |
|
| 149 |
- 컨텐츠 이름 : |
|
| 150 |
- <input id="searchKeyword" name="searchKeyword" type="text" value="<c:out value='${cntManageVO.searchKeyword}'/>" size="25" title="검색" />
|
|
| 151 |
- <ul class="board1_div2_ul"> |
|
| 152 |
- <li><button class="board1_list_btn" onclick="fncSelectCntList(); return false;">검 색</button></li> |
|
| 153 |
- <li><button class="board1_list_btn" onclick="javascript:window.close(); return false;">닫 기</button></li> |
|
| 154 |
- </ul> |
|
| 152 |
+ <div class="board1_div1 search_area box"> |
|
| 153 |
+ <div class="search_item"> |
|
| 154 |
+ 컨텐츠 이름 : |
|
| 155 |
+ <input class="input ml5 mr5" id="searchKeyword" name="searchKeyword" type="text" value="<c:out value='${cntManageVO.searchKeyword}'/>" size="25" title="검색" />
|
|
| 156 |
+ <ul class="board1_div2_ul btn_wrap"> |
|
| 157 |
+ <li><button class="btn fill primary medium" onclick="fncSelectCntList(); return false;">검색</button></li> |
|
| 158 |
+ <li><button class="btn fill gray medium" onclick="javascript:window.close(); return false;">닫기</button></li> |
|
| 159 |
+ </ul> |
|
| 160 |
+ </div> |
|
| 155 | 161 |
</div> |
| 156 | 162 |
</div> |
| 157 | 163 |
</div> |
| 158 |
- <p class="mem_count">조회건수 : <c:out value="${paginationInfo.totalRecordCount}"/></p>
|
|
| 159 |
- <div class="ad_mem_list"> |
|
| 164 |
+ <p class="mem_count">조회건수 : <span class="total_count"><c:out value="${paginationInfo.totalRecordCount}"/></span></p>
|
|
| 165 |
+ <div class="ad_mem_list popup table table_type_cols"> |
|
| 160 | 166 |
<table> |
| 161 |
- <tr> |
|
| 162 |
- <th>번호</th> |
|
| 163 |
- <th>컨텐츠 이름</th> |
|
| 164 |
- <th>등록자</th> |
|
| 165 |
- <th>등록일자</th> |
|
| 166 |
- </tr> |
|
| 167 |
- <c:forEach var="result" items="${cntManageList}" varStatus="status">
|
|
| 168 |
- <tr> |
|
| 169 |
- <td><c:out value="${(cntManageVO.pageIndex - 1) * cntManageVO.pageSize + status.count}"/></td>
|
|
| 170 |
- <td> |
|
| 171 |
- <a href="#" onclick="fncSelectCntDetail('<c:out value="${result.cntId}"/>','<c:out value="${result.cntDtId}"/>')"><c:out value="${result.cntName}"/></a>
|
|
| 172 |
- </td> |
|
| 173 |
- <td><c:out value="${result.registerId}"/></td>
|
|
| 174 |
- <td><c:out value="${result.registPnttm}"/></td>
|
|
| 175 |
- </tr> |
|
| 176 |
- </c:forEach> |
|
| 177 |
- <c:if test="${empty cntManageList}">
|
|
| 178 |
- <tr><td colspan="6"><spring:message code="common.nodata.msg" /></td></tr> |
|
| 179 |
- </c:if> |
|
| 167 |
+ <colgroup> |
|
| 168 |
+ <col style="width:60px;"/> |
|
| 169 |
+ <col style="width:auto;"/> |
|
| 170 |
+ <col style="width:15%;"/> |
|
| 171 |
+ <col style="width:25%;"/> |
|
| 172 |
+ </colgroup> |
|
| 173 |
+ <thead> |
|
| 174 |
+ <tr> |
|
| 175 |
+ <th>번호</th> |
|
| 176 |
+ <th>컨텐츠 이름</th> |
|
| 177 |
+ <th>등록자</th> |
|
| 178 |
+ <th>등록일자</th> |
|
| 179 |
+ </tr> |
|
| 180 |
+ </thead> |
|
| 181 |
+ <tbody> |
|
| 182 |
+ <c:forEach var="result" items="${cntManageList}" varStatus="status">
|
|
| 183 |
+ <tr> |
|
| 184 |
+ <td><c:out value="${(cntManageVO.pageIndex - 1) * cntManageVO.pageSize + status.count}"/></td>
|
|
| 185 |
+ <td> |
|
| 186 |
+ <a href="#" onclick="fncSelectCntDetail('<c:out value="${result.cntId}"/>','<c:out value="${result.cntDtId}"/>')"><c:out value="${result.cntName}"/></a>
|
|
| 187 |
+ </td> |
|
| 188 |
+ <td><c:out value="${result.registerId}"/></td>
|
|
| 189 |
+ <td><c:out value="${result.registPnttm}"/></td>
|
|
| 190 |
+ </tr> |
|
| 191 |
+ </c:forEach> |
|
| 192 |
+ <c:if test="${empty cntManageList}">
|
|
| 193 |
+ <tr><td colspan="6"><spring:message code="common.nodata.msg" /></td></tr> |
|
| 194 |
+ </c:if> |
|
| 195 |
+ </tbody> |
|
| 180 | 196 |
</table> |
| 181 | 197 |
<!-- 페이지 네비게이션 시작 --> |
| 182 | 198 |
<c:if test="${!empty cntManageList}">
|
| 183 |
- <div class="page"> |
|
| 184 |
- <ul class="inline"> |
|
| 199 |
+ <div> |
|
| 200 |
+ <ul class="inline page"> |
|
| 185 | 201 |
<ui:pagination paginationInfo = "${paginationInfo}" type="image" jsFunction="linkPage" />
|
| 186 | 202 |
</ul> |
| 187 | 203 |
</div> |
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
... | ... | @@ -177,8 +177,7 @@ |
| 177 | 177 |
<div class="main_visual"> |
| 178 | 178 |
<div class="visual_slide swiper"> |
| 179 | 179 |
<div class="swiper-wrapper"> |
| 180 |
- <a href="#" class="swiper-slide"></a> |
|
| 181 |
- <a href="#" class="swiper-slide"></a> |
|
| 180 |
+ <%-- <a href="#" class="swiper-slide" style="background: url('${backgroundUrl}') no-repeat center center;"></a> --%>
|
|
| 182 | 181 |
<a href="#" class="swiper-slide"></a> |
| 183 | 182 |
</div> |
| 184 | 183 |
</div> |
--- src/main/webapp/publish/adm/css/icon.css
+++ src/main/webapp/publish/adm/css/icon.css
... | ... | @@ -15,4 +15,7 @@ |
| 15 | 15 |
|
| 16 | 16 |
.icon.x{width:30px;height:30px;background:url(../images/component/icon_x.png) no-repeat center;}
|
| 17 | 17 |
.icon.x.white{background:url(../images/component/icon_x_white.png) no-repeat center;}
|
| 18 |
-.icon.x.red{background:url(../images/component/icon_x_red.png) no-repeat center;} (No newline at end of file)
|
|
| 18 |
+.icon.x.red{background:url(../images/component/icon_x_red.png) no-repeat center;}
|
|
| 19 |
+ |
|
| 20 |
+.icon.search{width:30px;height:30px;background:url(../images/component/icon_search.png) no-repeat center center;}
|
|
| 21 |
+.icon.search.white{background:url(../images/component/icon_search_white.png) no-repeat center center;} (No newline at end of file)
|
--- src/main/webapp/publish/adm/css/popup.css
+++ src/main/webapp/publish/adm/css/popup.css
... | ... | @@ -7,17 +7,22 @@ |
| 7 | 7 |
|
| 8 | 8 |
.popup_content{padding:30px 20px;}
|
| 9 | 9 |
|
| 10 |
-.search_area.box{padding:0 10px;font-size:14px;}
|
|
| 11 |
-.search_item{padding:4px 0;}
|
|
| 10 |
+.popup_content .btn_wrap{gap:4px;}
|
|
| 12 | 11 |
|
| 13 |
-.input{height:30px;}
|
|
| 14 |
-select, .select{height:30px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:#fff url(../images/component/icon_arrow_down.png) no-repeat calc(100% - 4px) center;}
|
|
| 12 |
+.popup_content .search_area.box{padding:5px 10px;font-size:14px;}
|
|
| 13 |
+.popup_content .search_item{padding:4px 0;}
|
|
| 14 |
+.popup_content .search_item .input{height:34px;}
|
|
| 15 |
+.popup_content .input{height:30px;}
|
|
| 16 |
+.popup_content select, .popup_content .select{height:30px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:#fff url(../images/component/icon_arrow_down.png) no-repeat calc(100% - 4px) center;}
|
|
| 15 | 17 |
|
| 16 |
-.radio_wrap,.checkbox_wrap{gap:8px;}
|
|
| 17 |
-.radio_item, .checkbox_item{font-size:14px;}
|
|
| 18 |
+.popup_content .radio_wrap,.popup_content .checkbox_wrap{gap:8px;}
|
|
| 19 |
+.popup_content .radio_item, .popup_content .checkbox_item{font-size:14px;}
|
|
| 18 | 20 |
|
| 19 | 21 |
.popup_title_wrap+.table{margin:12px 0 40px 0;}
|
| 20 | 22 |
.popup.table_type_cols thead>tr>th,.popup.table_type_cols tbody>tr>td{height:40px;font-size:15px;}
|
| 21 | 23 |
.popup.table_type_rows tbody>tr>th, .popup.table_type_rows tbody>tr>td{height:40px;font-size:15px;padding:8px 12px;}
|
| 22 | 24 |
|
| 23 |
-.page a{width:32px;height:32px;} (No newline at end of file)
|
|
| 25 |
+.popup_content .page a{width:32px;height:32px;}
|
|
| 26 |
+ |
|
| 27 |
+.popup_content .mem_count{font-size:16px;color:#222;}
|
|
| 28 |
+.popup_content .total_count{color:var(--primary-color);font-weight:600;} (No newline at end of file)
|
--- src/main/webapp/publish/adm/css/style.css
+++ src/main/webapp/publish/adm/css/style.css
... | ... | @@ -1,6 +1,8 @@ |
| 1 | 1 |
@charset "utf-8"; |
| 2 | 2 |
@import url(../../../css/style.css); /* 간격 css */ |
| 3 | 3 |
@import url(../css/icon.css); |
| 4 |
+@import url(../css/button.css); |
|
| 5 |
+@import url(../css/table.css); |
|
| 4 | 6 |
|
| 5 | 7 |
/* 폰트 */ |
| 6 | 8 |
.fwLg{font-weight: 300 !important}
|
... | ... | @@ -21,6 +23,9 @@ |
| 21 | 23 |
input[type="checkbox"].checkbox{width:20px;height:20px;border:1px solid var(--default-line-color);}
|
| 22 | 24 |
textarea, .testarea{background:#fff;border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;}
|
| 23 | 25 |
select, .select{height:34px;border:1px solid var(--default-line-color);border-radius:5px;padding:0 32px 0 12px;background:#fff url(../images/component/icon_arrow_down.png) no-repeat calc(100% - 4px) center;}
|
| 26 |
+ |
|
| 27 |
+.form_wrap{display:flex;align-items:center;gap:8px;}
|
|
| 28 |
+.form_wrap.column{flex-direction:column;align-items:flex-start;gap:4px;}
|
|
| 24 | 29 |
|
| 25 | 30 |
.email_wrap{display:flex;gap:8px;align-items:center;}
|
| 26 | 31 |
.email_wrap .input{width:160px;}
|
... | ... | @@ -103,11 +108,18 @@ |
| 103 | 108 |
.file_list.box{padding:15px 35px;margin:40px 0 0 0;background:#f5f7f9;border-radius:15px;gap:10px;}
|
| 104 | 109 |
.file_list.box a{gap:8px;font-size:18px;color:var(--body-text-color);text-decoration:none;}
|
| 105 | 110 |
|
| 111 |
+/* 메뉴관리 */ |
|
| 112 |
+.menu_container{display:flex;justify-content:space-between;gap:40px;}
|
|
| 113 |
+.menu_list_content{width:280px;}
|
|
| 114 |
+.menu_list_content .btn_wrap{margin:0 0 12px 0;}
|
|
| 115 |
+.menu_list{width:100%;border:1px solid var(--lightgray-color);border-radius:8px;overflow:auto;}
|
|
| 116 |
+ |
|
| 117 |
+.menu_detail{width:calc(100% - 280px);}
|
|
| 106 | 118 |
|
| 107 | 119 |
/* 갤러리 리스트 */ |
| 108 |
-.gallery_list{display:flex;margin:12px 0 0 0;gap:20px;flex-wrap:wrap;}
|
|
| 120 |
+.gallery_list{display:flex;margin:12px 0 40px 0;gap:20px;flex-wrap:wrap;}
|
|
| 109 | 121 |
.gallery_list>li{width:calc((100%/3) - 14px);}
|
| 110 |
-.gallery_list a{position:relative;border:1px solid #E2E7EF;}
|
|
| 122 |
+.gallery_list a{position:relative;width:100%;border:1px solid #E2E7EF;}
|
|
| 111 | 123 |
.gallery_list .status{position:absolute;display:flex;min-height:30px;font-size:16px;letter-spacing:0.3px;padding:2px 8px;right:12px;top:12px;border-radius:8px;justify-content:center;align-items:center;}
|
| 112 | 124 |
.gallery_list .primary{background:var(--primary-color);color:#fff;}
|
| 113 | 125 |
.gallery_list .gray{background:var(--gray-color);color:#fff;}
|
+++ src/main/webapp/publish/adm/images/common/logo.png
| Binary file is not shown |
+++ src/main/webapp/publish/adm/images/component/icon_search.png
| Binary file is not shown |
+++ src/main/webapp/publish/adm/images/component/icon_search_white.png
| Binary file is not shown |
--- src/main/webapp/publish/adm/images/content/login_img.jpg
+++ src/main/webapp/publish/adm/images/content/login_img.jpg
| Binary file is not shown |
--- src/main/webapp/publish/adm/images/content/login_logo.png
+++ src/main/webapp/publish/adm/images/content/login_logo.png
| Binary file is not shown |
--- src/main/webapp/publish/adm/layout/layout.css
+++ src/main/webapp/publish/adm/layout/layout.css
... | ... | @@ -1,6 +1,6 @@ |
| 1 | 1 |
.wrap{width:100%;height:100%;position:relative;display:flex;font-family:var(--primary-title-font);align-items:stretch;min-width:1240px;}
|
| 2 | 2 |
.container{width:calc(100% - 280px);}
|
| 3 |
-.content_wrap{position:relative;padding:0 48px;margin:0 0 60px 0;}
|
|
| 3 |
+.content_wrap{position:relative;padding:0 48px;margin:0 0 60px 0;background:#fff;}
|
|
| 4 | 4 |
|
| 5 | 5 |
.content_title{display:flex;align-items:center;justify-content:space-between;}
|
| 6 | 6 |
.content_title h3{position:relative;padding:0 0 0 20px;margin:0 0 40px 0;;font-size:26px;font-weight:bold;color:var(--primary-title-color);}
|
... | ... | @@ -19,7 +19,7 @@ |
| 19 | 19 |
.menu_wrap{width:280px;min-height:100vh;background-color: #2557b4; box-shadow: 5px 0 10px rgba(0,0,0,0.1); z-index: 1; transition: width 0.3s linear; border-radius: 0 35px 35px 0;}
|
| 20 | 20 |
.menu_wrap .logo{width: 100%; height: 100px; text-align: center; border-bottom: 1px solid #688DD0;}
|
| 21 | 21 |
.menu_wrap .logo a{height: 100%; display: flex; justify-content: center; align-items: center;}
|
| 22 |
-.menu_wrap .logo img{margin-left: -15px;}
|
|
| 22 |
+.menu_wrap .logo img{margin-left: -15px;mix-blend-mode:luminosity;}
|
|
| 23 | 23 |
.depth01{position: relative; border-bottom: 1px solid #688DD0;}
|
| 24 | 24 |
.menu_title{width: 100%; height: 50px; padding: 0 20px; text-align: left; font-size: 18px; font-weight: 500; color: #fff; background-image: url(../images/common/icon_leftmenu_open.png); background-repeat: no-repeat; background-position: calc(100% - 20px) center;}
|
| 25 | 25 |
.depth01.on .menu_title{background:#fff; color: #2557b4; font-weight:600; background-image: url(../images/common/icon_leftmenu_on.png); background-repeat: no-repeat; background-position: calc(100% - 20px) center;}
|
--- src/main/webapp/publish/adm/login/images/login.jpg
+++ src/main/webapp/publish/adm/login/images/login.jpg
| Binary file is not shown |
--- src/main/webapp/publish/adm/login/login.css
+++ src/main/webapp/publish/adm/login/login.css
... | ... | @@ -2,13 +2,15 @@ |
| 2 | 2 |
|
| 3 | 3 |
/* 로그인 */ |
| 4 | 4 |
.login_container{display:flex;width:100%;min-width:1240px;height:100vh;justify-content:center;align-items:center;padding:50px 0;box-sizing:border-box;background-color:#fbf9f7;background-image:url(/publish/adm/login/images/login_bg_left.png), url(/publish/adm/login/images/login_bg_right.png);background-position:left bottom, right top; background-repeat:no-repeat;}
|
| 5 |
-.login_content{display: flex; width: 1000px; height: 584px; background-color: #fff; border-radius: 30px; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,0.2);}
|
|
| 5 |
+.login_content{display: flex; width: 1000px; height: 620px; background-color: #fff; border-radius: 30px; overflow: hidden; box-shadow: 0 0 15px rgba(0,0,0,0.2);}
|
|
| 6 | 6 |
.login_content .left,.login_content .right{width: 50%;}
|
| 7 | 7 |
.login_content .left{display: flex; flex-direction:column; justify-content: center; align-items: center; background-image: url(/publish/adm/login/images/login.jpg); background-repeat: no-repeat;}
|
| 8 | 8 |
.login_content .left img{margin:50px 0 10px 0;}
|
| 9 |
-.login_content .right{position: relative; padding: 80px 50px 0 90px; box-sizing: border-box;}
|
|
| 10 |
-.login_content h2{position:relative;font-size:34px;font-weight:600;color:var(--primary-color);margin:0 0 32px 0;}
|
|
| 9 |
+.login_content .right{position: relative;display:flex;justify-content:center;align-items:center;}
|
|
| 10 |
+.login_form_wrap{width:80%;}
|
|
| 11 |
+.login_content h2{position:relative;font-size:34px;font-weight:800;color:#222;margin:0 0 32px 0;}
|
|
| 11 | 12 |
.login_form{display:flex;margin:0 0 8px 0;flex-direction:column;gap:32px;}
|
| 12 | 13 |
.login_form li{display:flex;flex-direction:column;gap:8px;}
|
| 14 |
+.login_form .input{height:48px;border:1px solid #D3D7DE;}
|
|
| 13 | 15 |
.btn_wrap{margin:40px 0 0 0;}
|
| 14 |
- |
|
| 16 |
+.btn_wrap button{background:linear-gradient(178deg,rgba(37, 87, 180, 1) 39%, rgba(16, 38, 78, 1) 100%);} (No newline at end of file)
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?