Commit df13c52e authored by GuanHua's avatar GuanHua

feat:导航样式修改

parent 59746874
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
# mockStatic # mockStatic
/.idea /.idea
config/base.config.json /config/base.config.json
/src/services/index.ts /src/services/index.ts
.vscode .vscode
...@@ -9,21 +9,20 @@ ...@@ -9,21 +9,20 @@
background-color: #FFF; background-color: #FFF;
&_container { &_container {
.common_page_container(); .common_page_container();
height: 40px; height: 40px;
display: flex;
&>.nav { &>.nav {
padding: 0; padding: 0;
margin: 0; margin: 0;
position: relative; position: relative;
float: left;
margin-left: 20px; margin-left: 20px;
display: flex;
.nav_item { .nav_item {
list-style: none; list-style: none;
display: inline-block;
height: 40px; height: 40px;
line-height: 40px; line-height: 40px;
padding: 0 20px; padding: 0 20px;
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
.category_type { .category_type {
position: relative; position: relative;
float: left;
width: 190px; width: 190px;
height: 40px; height: 40px;
background-color: var(--mall_main_color); background-color: var(--mall_main_color);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment