24/10/17 관리자페이지 > 메뉴관리 수정
This commit is contained in:
parent
625673278b
commit
906fd5892f
@ -918,11 +918,11 @@ function set_bbs(){
|
||||
<!-- btn_wrap -->
|
||||
<div class="btn_wrap mt20">
|
||||
<div class="area_left">
|
||||
<button type="button" class="btn btn_text btn_46 red_border" onClick="fn_delete_menuInfo(); return false;">삭제</button>
|
||||
<button type="button" class="btn btn_text btn_46 red_border main1_delete_btn" onClick="fn_delete_menuInfo(); return false;">삭제</button>
|
||||
</div>
|
||||
<div class="area_right">
|
||||
|
||||
<button type="button" class="btn btn_text btn_46 blue_fill" onClick="fn_save_menuInfo(); return false;">저장</button>
|
||||
<button type="button" class="btn btn_text btn_46 blue_fill main1_save_btn" onClick="fn_save_menuInfo(); return false;">저장</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //btn_wrap -->
|
||||
|
||||
@ -31,12 +31,12 @@ html{font-size:62.5%;}
|
||||
.header .menu_depth01{width:calc(100% / 5);}
|
||||
.header .menu_depth01>a{display:flex;height:80px;font-size:2.3rem;font-weight:700;color:#333;text-align:center;align-items:center;justify-content:center;}
|
||||
.header .sub_menu_wrap{position:absolute;display:none;width:100%;left:0;background:#fff;border-top:1px solid #d8d8d8;margin:-1px 0 0 0;top:79px;box-shadow:0px 8px 8px rgba(0,0,0,.08);}
|
||||
.header .sub_menu{display:flex;}
|
||||
.header .sub_menu{display:flex;width:100%;}
|
||||
.header .sub_menu_wrap .sub_menu_title_wrap{width:400px;background:#2e40ba;color:#fff;text-align:right;padding:52px 70px 0 0;}
|
||||
.header .sub_menu_wrap .sub_menu_title_wrap h2{position:relative;font-size:3.3rem;font-weight:700;}
|
||||
.header .sub_menu_wrap .sub_menu_title_wrap h2::after{position:absolute;content:"";width:13px;height:13px;background:#fe9a17;border-radius:100%;right:-18px;top:-16px;}
|
||||
.header .sub_menu_wrap .sub_menu_title_wrap h2 span{display:block;width:100%;font-size:1.5rem;opacity:0.2;margin:17px 0 0 0;}
|
||||
.header .sub_menu_wrap .sub_menu_ul{display:flex;width:calc(100% - 645px);padding:50px 0 50px 50px;flex-wrap:wrap;gap:45px;}
|
||||
.header .sub_menu_wrap .sub_menu_ul{display:flex;width:calc(100% - 500px);padding:50px 0 50px 50px;flex-wrap:wrap;gap:45px;}
|
||||
.header .sub_menu_wrap .sub_menu_ul .menu_depth02{width:calc((100% / 4) - 34px);}
|
||||
.header .sub_menu_wrap .sub_menu_title{display:flex;width:100%;height:42px;margin:0 0 23px 0;font-size:2.1rem;font-weight:700;color:#2e40ba;border:1px solid #6b75c9;border-radius:5px;align-items:center;justify-content:center;}
|
||||
.header .sub_menu_wrap .menu_depth03{display:flex;padding:0 10px;flex-direction:column;gap:16px;}
|
||||
@ -93,6 +93,8 @@ html{font-size:62.5%;}
|
||||
|
||||
@media screen and (max-width: 1440px){
|
||||
.inner{padding:0 30px;}
|
||||
|
||||
.header .sub_menu_wrap .sub_menu_ul .menu_depth02{width:calc((100% / 3 ) - 34px);}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1199px){
|
||||
@ -102,7 +104,6 @@ html{font-size:62.5%;}
|
||||
|
||||
.full_all_menu{display:none !important;}
|
||||
|
||||
|
||||
/* header */
|
||||
|
||||
.header{border-top:0;}
|
||||
|
||||
@ -31,7 +31,8 @@
|
||||
.icon.td_time{width:34px;height:34px;background:url(/kofair_case_seed/usr/images/component/icon_td_time.png) no-repeat center center;}
|
||||
|
||||
/* sub layout */
|
||||
.sub_content{width:calc(100% - 366px);margin:10px 0 0 0;}
|
||||
.sub_content,.wrap>.sub>.inner>form[method="post"]:not(#listForm,#searchForm){width:calc(100% - 366px);margin:10px 0 0 0;}
|
||||
.wrap>.sub>.inner>form .sub_content{width:100%;}
|
||||
.page_location{display:flex;align-items:center;}
|
||||
.page_location li{position:relative;padding:0 13px;font-size:1.6rem;color:#888;}
|
||||
.page_location li::after{position:absolute;content:"";width:7px;height:13px;right:-4px;top:5px;background:url(/kofair_case_seed/usr/images/component/icon_arrow_right.png) no-repeat center center;}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user