diff --git a/app/index/view/default/category/index.html b/app/index/view/default/category/index.html
index 45507fa38..3bd746326 100755
--- a/app/index/view/default/category/index.html
+++ b/app/index/view/default/category/index.html
@@ -17,7 +17,7 @@
{{:ModuleInclude('public/goods_category')}}
-
+
{{if !empty($goods_category_list)}}
{{if $category_level eq 0}}
diff --git a/app/index/view/default/public/header_nav.html b/app/index/view/default/public/header_nav.html
index b2e194ec4..448f7298c 100755
--- a/app/index/view/default/public/header_nav.html
+++ b/app/index/view/default/public/header_nav.html
@@ -93,7 +93,7 @@
{{$nav.name}}
-
+
{{foreach $nav.items as $navs}}
-
{{$navs.name}}
diff --git a/public/static/index/default/css/category.css b/public/static/index/default/css/category.css
index ee2178be9..ccf6dc795 100755
--- a/public/static/index/default/css/category.css
+++ b/public/static/index/default/css/category.css
@@ -1,3 +1,7 @@
+.category-list-level-2-container,
+.category-list-level-3-container {
+ margin-top: 1.2rem;
+}
.category-list-container ul.category-nav,
.category-list-container .category-content {
overflow-y: auto;
@@ -132,11 +136,6 @@
max-height: calc(100vh - 13rem);
}
}
-@media only screen and (min-width: 1025px) {
- .category-list-container {
- margin-top: 1.2rem;
- }
-}
@media only screen and (max-width: 640px) {
.zero-title {
margin: 0 1rem !important;
@@ -355,7 +354,7 @@
}
@media only screen and (max-width: 640px) {
.category-list-container .category-content {
- width: calc(100% - 11rem);
+ width: calc(100% - 13rem);
}
.zero-item {
margin: 0 1.2rem;
diff --git a/public/static/index/default/css/common.css b/public/static/index/default/css/common.css
index f3ab92d3f..8e99fcaae 100755
--- a/public/static/index/default/css/common.css
+++ b/public/static/index/default/css/common.css
@@ -2692,12 +2692,11 @@ table.am-table .am-dropdown.am-active .am-selected-btn.am-btn-default.am-dropdow
}
.shop-navigation .am-topbar-collapse {
- background: #f5f5f5;
border-bottom: 0.2rem solid #d2354c;
}
.shop-navigation .am-nav>li:not(:last-child) {
- border-bottom: 0.1rem solid #e8e8e8;
+ border-bottom: 0.1rem solid #f5f5f5;
}
.shop-navigation .am-topbar-collapse .am-dropdown.am-active .am-dropdown-content li:not(:first-child) {