정수빈 정수빈 01-21
관리자 로그인, 관리자 메뉴관리, 레이아웃 수정
@07db9e06deac09d068f2a99f3a8ff73839434a82
src/main/webapp/WEB-INF/jsp/main/inc/EgovIncLeftmenu.jsp
--- src/main/webapp/WEB-INF/jsp/main/inc/EgovIncLeftmenu.jsp
+++ src/main/webapp/WEB-INF/jsp/main/inc/EgovIncLeftmenu.jsp
@@ -48,7 +48,7 @@
 
 <!-- leftmenu -->
 <div class="menu_wrap">
-	<h1 class="logo"><a href="/cmm/main/mainPage.do"><!-- <img src="/kofair_case_seed/adm/images/layout/logo.png" alt="FAIR 한국공정거래조정원 분쟁조정사건처리시스템"> -->test</a></h1>
+	<h1 class="logo"><a href="/cmm/main/mainPage.do"><img src="/publish/adm/images/common/logo.png" alt="" /></a></h1>
 	<nav class="menu">
 		<ul class="menu_ul">
 			<c:forEach var="result" items="${list_headmenu}" varStatus="status">
src/main/webapp/WEB-INF/jsp/sym/mnu/mpm/EgovMenuCreatSelectJtree.jsp
--- 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 @@
 						<tr>
 							<th>타입</th>
 							<td>
-								<select name="menuType" id="menuType" class="select" title="" onchange="initShowUrl('N'); return false;">
-				                	<option value="M" <c:if test="${userSearchVO.menuType == 'M'}">selected="selected"</c:if> >메뉴</option>
-				                    <option value="P" <c:if test="${userSearchVO.menuType == 'P'}">selected="selected"</c:if> >프로그램</option>
-				                    <option value="C" <c:if test="${userSearchVO.menuType == 'C'}">selected="selected"</c:if> >HTML컨텐츠</option>
-				                    <option value="B" <c:if test="${userSearchVO.menuType == 'B'}">selected="selected"</c:if> >게시판</option>
-				                    <option value="O" <c:if test="${userSearchVO.menuType == 'O'}">selected="selected"</c:if> >외부링크</option>
-								</select>
-								 
-								<a style="display: none;cursor:pointer;" id="btnContent"
-						        	target="_blank" title="새창으로" onclick="searchContentList(); return false;"
-									style="selector-dummy:expression(this.hideFocus=false);" >
-						        	<img src="<c:url value='/img/post/serch_img.png' />" alt='컨텐츠ID 검색' width="15" height="15" />
-						        	<span style="vertical-align: middle;">(화면컨텐츠ID 검색)</span>
-						        </a>
-						        <span style="display:none;" id="htmlComfirm">
-						        	<button class="btn line small primary" style="margin:0 0 0 4px;" onclick="htmlComfirm();" id="a_contentLink">확인</button>
-						        </span>
-						        
-				        		<span id="contentNameSpan" style="color: blue"></span>
-								<a style="display: none;cursor:pointer;vertical-align:middle;" id="btnBBS" 
-						        	target="_blank" title="새창으로" onclick="searchBBSId(); return false;"
-									style="selector-dummy:expression(this.hideFocus=false);" class="btn btn_text btn_36 blue_border">
-						        	<%-- <img src="<c:url value='/img/post/serch_img.png' />" alt='게시판ID 검색' width="15" height="15" /> --%>
-						        	<span style="vertical-align: middle;">(게시판ID 검색)</span>
-						        </a>
-						        <span id="BBSNameSpan" style="color: blue"></span>
+								<div class="form_wrap">
+									<select name="menuType" id="menuType" class="select" title="" onchange="initShowUrl('N'); return false;">
+					                	<option value="M" <c:if test="${userSearchVO.menuType == 'M'}">selected="selected"</c:if> >메뉴</option>
+					                    <option value="P" <c:if test="${userSearchVO.menuType == 'P'}">selected="selected"</c:if> >프로그램</option>
+					                    <option value="C" <c:if test="${userSearchVO.menuType == 'C'}">selected="selected"</c:if> >HTML컨텐츠</option>
+					                    <option value="B" <c:if test="${userSearchVO.menuType == 'B'}">selected="selected"</c:if> >게시판</option>
+					                    <option value="O" <c:if test="${userSearchVO.menuType == 'O'}">selected="selected"</c:if> >외부링크</option>
+									</select>
+									 
+									<a class="btn fill primary medium" style="display: none;cursor:pointer;" id="btnContent"
+							        	target="_blank" title="새창으로" onclick="searchContentList(); return false;"
+										style="selector-dummy:expression(this.hideFocus=false);" >
+							        	<%-- <img src="<c:url value='/img/post/serch_img.png' />" alt='컨텐츠ID 검색' width="15" height="15" /> --%>
+							        	<i class="icon search white"></i>화면컨텐츠ID 검색
+							        </a>
+							        <span style="display:none;" id="htmlComfirm">
+							        	<button class="btn line medium primary" onclick="htmlComfirm();" id="a_contentLink">확인</button>
+							        </span>
+							        
+					        		<span id="contentNameSpan" style="color: blue"></span>
+									<a style="display: none;cursor:pointer;vertical-align:middle;" id="btnBBS" 
+							        	target="_blank" title="새창으로" onclick="searchBBSId(); return false;"
+										style="selector-dummy:expression(this.hideFocus=false);" class="btn btn_text btn_36 blue_border">
+							        	<%-- <img src="<c:url value='/img/post/serch_img.png' />" alt='게시판ID 검색' width="15" height="15" /> --%>
+							        	<span style="vertical-align: middle;">(게시판ID 검색)</span>
+							        </a>
+							        <span id="BBSNameSpan" style="color: blue"></span>
+						        </div>
 					        	<div class="form_wrap input_mix_wrap mt10" id="showUrl" style="display: none;" >
 			                      <span class="text_split">URL</span>
 			                      <input type="text" name="url" id="url" class="input w80per">
 			                      <input type="hidden" id="url_tmp" name="url_tmp"/>
 			                    </div>
+			                    
 							</td>
 						</tr>
 						<tr>
src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp
--- src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp
+++ src/main/webapp/WEB-INF/jsp/uat/uia/EgovLoginUsr.jsp
@@ -136,7 +136,7 @@
 		    <div class="login_content">
 		
 		      <div class="left">
-		        <h1 class="logo"><img src="" alt="">logo</h1>
+		        <h1 class="logo"><img src="/publish/adm/images/content/login_logo.png" alt=""></h1>
 		      </div>
 		      <div class="right">
 		
src/main/webapp/WEB-INF/jsp/uss/ion/cnt/cntManageListPopup.jsp
--- 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 @@
 <head>
 <meta http-equiv="Content-Language" content="ko" >
 <link rel="stylesheet" type="text/css" href="${pageContext.request.contextPath}/css/post.css?ver=1">
-<link rel="stylesheet" href="/pb/css/reset.css">
-<link rel="stylesheet" href="/pb/css/common.css">
-<link rel="stylesheet" href="/pb/css/content.css">
-<link rel="stylesheet" href="/pb/css/popup.css">
+
+<link rel="stylesheet" href="/css/reset.css">
+<link rel="stylesheet" href="/css/font.css">
+<link rel="stylesheet" href="/publish/adm/layout/layout.css">
+<link rel="stylesheet" href="/publish/adm/css/common.css">
+<link rel="stylesheet" href="/publish/adm/css/style.css">
+<link rel="stylesheet" href="/publish/adm/css/content.css">
+<link rel="stylesheet" href="/publish/adm/css/popup.css">
 	
 <title>권한 목록</title>
 <script src="<c:url value='/js/jquery.js' />"></script>
@@ -135,53 +139,65 @@
 	
 	<div class="ad_content">
 	<div class="ad_con_head">
-		<div class="ad_head_text">
-			<p class="today_txt">컨텐츠 관리 리스트</p>
+		<div class="ad_head_text popup_title_area">
+			<h1 class="today_txt popup_title">컨텐츠 관리 리스트</h1>
 			<div class="ad_head_ment">
 				<p class="today_last_txt"><span id="cnt_cate_list"></span></p>
 			</div>
 		</div>
 	</div>
-	<div class="ad_subcon">
+	<div class="ad_subcon popup_content">
 		<div class="ad_con_body">
 			<div class="ad_bo_h3">
-				<div class="board1_div1">
-					컨텐츠 이름 : 
-					<input id="searchKeyword" name="searchKeyword" type="text" value="<c:out value='${cntManageVO.searchKeyword}'/>" size="25" title="검색"  />
-					<ul class="board1_div2_ul">
-						<li><button class="board1_list_btn" onclick="fncSelectCntList(); return false;">검 색</button></li>
-						<li><button class="board1_list_btn" onclick="javascript:window.close(); return false;">닫 기</button></li>
-					</ul>
+				<div class="board1_div1 search_area box">
+					<div class="search_item">
+						컨텐츠 이름 : 
+						<input class="input ml5 mr5" id="searchKeyword" name="searchKeyword" type="text" value="<c:out value='${cntManageVO.searchKeyword}'/>" size="25" title="검색"  />
+						<ul class="board1_div2_ul btn_wrap">
+							<li><button class="btn fill primary medium" onclick="fncSelectCntList(); return false;">검색</button></li>
+							<li><button class="btn fill gray medium" onclick="javascript:window.close(); return false;">닫기</button></li>
+						</ul>
+					</div>
 				</div>
 			</div>
 		</div>
-		<p class="mem_count">조회건수 : <c:out value="${paginationInfo.totalRecordCount}"/></p>
-		<div class="ad_mem_list">
+		<p class="mem_count">조회건수 : <span class="total_count"><c:out value="${paginationInfo.totalRecordCount}"/></span></p>
+		<div class="ad_mem_list popup table table_type_cols">
 			<table>
-				<tr>
-					<th>번호</th>
-					<th>컨텐츠 이름</th>
-					<th>등록자</th>
-					<th>등록일자</th>
-				</tr>
-				<c:forEach var="result" items="${cntManageList}" varStatus="status">
-				<tr>
-					<td><c:out value="${(cntManageVO.pageIndex - 1) * cntManageVO.pageSize + status.count}"/></td>
-					<td>
-						<a href="#" onclick="fncSelectCntDetail('<c:out value="${result.cntId}"/>','<c:out value="${result.cntDtId}"/>')"><c:out value="${result.cntName}"/></a>
-					</td>
-					<td><c:out value="${result.registerId}"/></td>
-					<td><c:out value="${result.registPnttm}"/></td>
-				</tr>
-				</c:forEach>
-				<c:if test="${empty cntManageList}">
-         			<tr><td colspan="6"><spring:message code="common.nodata.msg" /></td></tr>
-         		</c:if>
+				<colgroup>
+					<col style="width:60px;"/>
+					<col style="width:auto;"/>
+					<col style="width:15%;"/>
+					<col style="width:25%;"/>
+				</colgroup>
+				<thead>
+					<tr>
+						<th>번호</th>
+						<th>컨텐츠 이름</th>
+						<th>등록자</th>
+						<th>등록일자</th>
+					</tr>
+				</thead>
+				<tbody>
+					<c:forEach var="result" items="${cntManageList}" varStatus="status">
+					<tr>
+						<td><c:out value="${(cntManageVO.pageIndex - 1) * cntManageVO.pageSize + status.count}"/></td>
+						<td>
+							<a href="#" onclick="fncSelectCntDetail('<c:out value="${result.cntId}"/>','<c:out value="${result.cntDtId}"/>')"><c:out value="${result.cntName}"/></a>
+						</td>
+						<td><c:out value="${result.registerId}"/></td>
+						<td><c:out value="${result.registPnttm}"/></td>
+					</tr>
+					</c:forEach>
+					<c:if test="${empty cntManageList}">
+	         			<tr><td colspan="6"><spring:message code="common.nodata.msg" /></td></tr>
+	         		</c:if>
+         		</tbody>
 			</table>
 			<!-- 페이지 네비게이션 시작 -->
 			<c:if test="${!empty cntManageList}">
-		 		<div class="page">
-		    		<ul class="inline">
+		 		<div>
+		    		<ul class="inline page">
 		    			<ui:pagination paginationInfo = "${paginationInfo}"  type="image" jsFunction="linkPage" />
 		    		</ul>	
 		    	</div>  
src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
--- src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
+++ src/main/webapp/WEB-INF/jsp/web/main/mainPage.jsp
@@ -177,8 +177,7 @@
 <div class="main_visual">
 		<div class="visual_slide swiper">
 			<div class="swiper-wrapper">
-				<a href="#" class="swiper-slide"></a>
-				<a href="#" class="swiper-slide"></a>
+				<%-- <a href="#" class="swiper-slide" style="background: url('${backgroundUrl}') no-repeat center center;"></a> --%>
 				<a href="#" class="swiper-slide"></a>
 			</div>
 		</div>
src/main/webapp/publish/adm/css/button.css
--- src/main/webapp/publish/adm/css/button.css
+++ src/main/webapp/publish/adm/css/button.css
@@ -14,6 +14,7 @@
 
 /* 버튼 스타일 */
 .btn{border-radius:5px;box-sizing:border-box;}
+a.btn{display:inline-flex;align-items:center;justify-content:center;}
 .btn:hover{box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.08);transition: all 0.3s ease;}
 
 .btn.only_text{padding:0 !important;}
@@ -73,10 +74,10 @@
 
 
 /* 페이지 */
-.page{display:flex;gap:6px;margin:30px auto 0 auto;justify-content:center;align-items:center;}
-.page a{display:flex;width:36px;height:36px;border:1px solid transparent;border-radius:5px;font-size:16px;color:#878B96;justify-content:center;align-items:center;transition:all .3s;}
-.page a:hover{background:#F5F6F7;color:#3a3c41;}
-.page .active{border:1px solid #E2E7EF;background:#e2e7ef;font-weight:600;color:#3a3c41;}
+.page,.page .inline{display:flex;gap:6px;margin:30px auto 0 auto;justify-content:center;align-items:center;}
+.page a, .page button{display:flex;width:36px;height:36px;border:1px solid transparent;border-radius:5px;font-size:16px;color:#878B96;justify-content:center;align-items:center;transition:all .3s;}
+.page a:hover, .page button:hover{background:#F5F6F7;color:#3a3c41;}
+.page .active,.page .on{border:1px solid #E2E7EF;background:#e2e7ef;font-weight:600;color:#3a3c41;}
 .page .btn_page{border:1px solid #d2d7df;border-radius:5px;overflow:hidden;}
 .page .btn_page:hover{background-color:#F5F6F7;}
 .page .btn_page i{display:inline-block;width:100%;height:100%;transition:all .3s;}
src/main/webapp/publish/adm/css/icon.css
--- src/main/webapp/publish/adm/css/icon.css
+++ src/main/webapp/publish/adm/css/icon.css
@@ -15,4 +15,7 @@
 
 .icon.x{width:30px;height:30px;background:url(../images/component/icon_x.png) no-repeat center;}
 .icon.x.white{background:url(../images/component/icon_x_white.png) no-repeat center;}
-.icon.x.red{background:url(../images/component/icon_x_red.png) no-repeat center;}
(No newline at end of file)
+.icon.x.red{background:url(../images/component/icon_x_red.png) no-repeat center;}
+
+.icon.search{width:30px;height:30px;background:url(../images/component/icon_search.png) no-repeat center center;}
+.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
+++ src/main/webapp/publish/adm/css/popup.css
@@ -7,17 +7,22 @@
 
 .popup_content{padding:30px 20px;}
 
-.search_area.box{padding:0 10px;font-size:14px;}
-.search_item{padding:4px 0;}
+.popup_content .btn_wrap{gap:4px;}
 
-.input{height:30px;}
-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;}
+.popup_content .search_area.box{padding:5px 10px;font-size:14px;}
+.popup_content .search_item{padding:4px 0;}
+.popup_content .search_item .input{height:34px;}
+.popup_content .input{height:30px;}
+.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;}
 
-.radio_wrap,.checkbox_wrap{gap:8px;}
-.radio_item, .checkbox_item{font-size:14px;}
+.popup_content .radio_wrap,.popup_content .checkbox_wrap{gap:8px;}
+.popup_content .radio_item, .popup_content .checkbox_item{font-size:14px;}
 
 .popup_title_wrap+.table{margin:12px 0 40px 0;}
 .popup.table_type_cols thead>tr>th,.popup.table_type_cols tbody>tr>td{height:40px;font-size:15px;}
 .popup.table_type_rows tbody>tr>th, .popup.table_type_rows tbody>tr>td{height:40px;font-size:15px;padding:8px 12px;}
 
-.page a{width:32px;height:32px;}
(No newline at end of file)
+.popup_content .page a{width:32px;height:32px;}
+
+.popup_content .mem_count{font-size:16px;color:#222;}
+.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
+++ src/main/webapp/publish/adm/css/style.css
@@ -1,6 +1,8 @@
 @charset "utf-8";
 @import url(../../../css/style.css); /* 간격 css */
 @import url(../css/icon.css);
+@import url(../css/button.css);
+@import url(../css/table.css);
 
 /* 폰트 */
 .fwLg{font-weight: 300 !important}
@@ -21,6 +23,9 @@
 input[type="checkbox"].checkbox{width:20px;height:20px;border:1px solid var(--default-line-color);}
 textarea, .testarea{background:#fff;border:1px solid var(--default-line-color);border-radius:5px;padding:0 12px;}
 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;}
+
+.form_wrap{display:flex;align-items:center;gap:8px;}
+.form_wrap.column{flex-direction:column;align-items:flex-start;gap:4px;}
 
 .email_wrap{display:flex;gap:8px;align-items:center;}
 .email_wrap .input{width:160px;}
@@ -103,11 +108,18 @@
 .file_list.box{padding:15px 35px;margin:40px 0 0 0;background:#f5f7f9;border-radius:15px;gap:10px;}
 .file_list.box a{gap:8px;font-size:18px;color:var(--body-text-color);text-decoration:none;}
 
+/* 메뉴관리 */
+.menu_container{display:flex;justify-content:space-between;gap:40px;}
+.menu_list_content{width:280px;}
+.menu_list_content .btn_wrap{margin:0 0 12px 0;}
+.menu_list{width:100%;border:1px solid var(--lightgray-color);border-radius:8px;overflow:auto;}
+
+.menu_detail{width:calc(100% - 280px);}
 
 /* 갤러리 리스트 */
-.gallery_list{display:flex;margin:12px 0 0 0;gap:20px;flex-wrap:wrap;}
+.gallery_list{display:flex;margin:12px 0 40px 0;gap:20px;flex-wrap:wrap;}
 .gallery_list>li{width:calc((100%/3) - 14px);}
-.gallery_list a{position:relative;border:1px solid #E2E7EF;}
+.gallery_list a{position:relative;width:100%;border:1px solid #E2E7EF;}
 .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;}
 .gallery_list .primary{background:var(--primary-color);color:#fff;}
 .gallery_list .gray{background:var(--gray-color);color:#fff;}
 
src/main/webapp/publish/adm/images/common/logo.png (Binary) (added)
+++ 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) (added)
+++ 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) (added)
+++ 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 (Binary)
--- 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 (Binary)
--- 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
+++ src/main/webapp/publish/adm/layout/layout.css
@@ -1,6 +1,6 @@
 .wrap{width:100%;height:100%;position:relative;display:flex;font-family:var(--primary-title-font);align-items:stretch;min-width:1240px;}
 .container{width:calc(100% - 280px);}
-.content_wrap{position:relative;padding:0 48px;margin:0 0 60px 0;}
+.content_wrap{position:relative;padding:0 48px;margin:0 0 60px 0;background:#fff;}
 
 .content_title{display:flex;align-items:center;justify-content:space-between;}
 .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 @@
 .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;}
 .menu_wrap .logo{width: 100%; height: 100px; text-align: center; border-bottom: 1px solid #688DD0;}
 .menu_wrap .logo a{height: 100%; display: flex; justify-content: center; align-items: center;}
-.menu_wrap .logo img{margin-left: -15px;}
+.menu_wrap .logo img{margin-left: -15px;mix-blend-mode:luminosity;}
 .depth01{position: relative; border-bottom: 1px solid #688DD0;}
 .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;}
 .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 (Binary)
--- 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
+++ src/main/webapp/publish/adm/login/login.css
@@ -2,13 +2,15 @@
 
 /* 로그인 */
 .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;}
-.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);}
+.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);}
 .login_content .left,.login_content .right{width: 50%;}
 .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;}
 .login_content .left img{margin:50px 0 10px 0;}
-.login_content .right{position: relative; padding: 80px 50px 0 90px; box-sizing: border-box;}
-.login_content h2{position:relative;font-size:34px;font-weight:600;color:var(--primary-color);margin:0 0 32px 0;}
+.login_content .right{position: relative;display:flex;justify-content:center;align-items:center;}
+.login_form_wrap{width:80%;}
+.login_content h2{position:relative;font-size:34px;font-weight:800;color:#222;margin:0 0 32px 0;}
 .login_form{display:flex;margin:0 0 8px 0;flex-direction:column;gap:32px;}
 .login_form li{display:flex;flex-direction:column;gap:8px;}
+.login_form .input{height:48px;border:1px solid #D3D7DE;}
 .btn_wrap{margin:40px 0 0 0;}
-
+.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
List