diff --git a/src/dede/templets/index_menu2.htm b/src/dede/templets/index_menu2.htm index cc056019..806a1124 100644 --- a/src/dede/templets/index_menu2.htm +++ b/src/dede/templets/index_menu2.htm @@ -57,13 +57,13 @@ div.items { } .flrct { float:left; - padding-top:5px + padding-top:4px } .sitemu li { padding:0 0 0 18px; - height:28px; - line-height:28px; - background:url(images/arr4.gif) no-repeat 6px 11px + height:26px; + line-height:26px; + background:url(images/arr4.gif) no-repeat 6px 10px } a.mmac div { padding:8px 4px 4px 10px; @@ -114,23 +114,23 @@ a.mm:hover div {
会员
getUserType() >= 10) { - ?> + if($cuserLogin->getUserType() >= 10) { + ?>
模板
系统
+ } + ?>
- getUserRank(), 'main'); -?> + getUserRank(), 'main'); + ?>
@@ -147,20 +147,19 @@ GetMenus($cuserLogin->getUserRank(), 'main'); + if(!empty($openitem) && $openitem!=1) + { + ?> + } + ?> - \ No newline at end of file diff --git a/src/dede/templets/login.htm b/src/dede/templets/login.htm index ac17ab55..ea5e4f7c 100755 --- a/src/dede/templets/login.htm +++ b/src/dede/templets/login.htm @@ -14,18 +14,18 @@ body { background-color:#f2f2f2 } header { - background-color:white + background-color:#fff } header .logo { width:260px; padding:1em 0 } .login-from { - max-width:680px; + max-width:620px; width:100% } .login-area { - background-color:white; + background-color:#fff; padding:1em } .login-area .btnLogin {