diff --git a/app/index/view/default/index/index.html b/app/index/view/default/index/index.html
index 2656ac77f..ce8c4f1a5 100755
--- a/app/index/view/default/index/index.html
+++ b/app/index/view/default/index/index.html
@@ -72,7 +72,7 @@
{{if !empty($article_list)}}
-
{{:MyLang('index.banner_right_not_login_first')}}
+
{{:MyLang('index.banner_right_article_title')}}
{{foreach $article_list as $article}}
-
diff --git a/public/static/index/default/css/common.css b/public/static/index/default/css/common.css
index 34c7511e1..428e633a7 100755
--- a/public/static/index/default/css/common.css
+++ b/public/static/index/default/css/common.css
@@ -87,7 +87,7 @@ input.add,input.min{width:15px}
.mui-mbar-tabs{ display:none;}
/* 顶部小导航 */
-.header-top { background-color: #fafafa; border-bottom: solid 1px #f0f0f0; height: 30px; line-height: 30px; }
+.header-top, .top-nav-right { background-color: #fafafa; border-bottom: solid 1px #f0f0f0; height: 30px; line-height: 30px; }
.header{ max-width:1000px; margin:0px auto; font-size:12px;position: relative; }
.mobile-navigation{position: fixed;bottom:0px ;width: 100%;z-index: 999;background:#fff ;}
@@ -198,10 +198,11 @@ input.add,input.min{width:15px}
.category-content .category-info em{ top:9px; }
}
@media only screen and (max-width: 640px) {
- .header-top { background: #d2354c; border-bottom-color: #cb2f46; padding: 0 10px; }
+ .header-top { padding: 0 10px; }
+ .header-top, .top-nav-right { background: #d2354c; border-bottom-color: #cb2f46; }
.header-top * { color: #ececec; }
- .header-top .top-nav-items,.top-nav-left { float: left; }
- .top-nav-right { background: #d2354c; }
+ .header-top .top-nav-items, .top-nav-left { float: left; }
+ .top-nav-left, .top-nav-right { max-height: 30px; }
.top-nav-right .top-nav-items:not(:last-child) { margin-right: 8px; }
.header-top a:hover, .header-top a:focus { color: #ffd6d6; }
.top-nav-right .top-nav-items a span,