Commit be0cb252 by amateur

修改头部导航栏点击问题

1 parent 843d13a6
...@@ -160,6 +160,7 @@ section { ...@@ -160,6 +160,7 @@ section {
.nav_left { .nav_left {
display: flex; display: flex;
align-items: center; align-items: center;
z-index: 2;
:active { :active {
opacity: 0.5; opacity: 0.5;
} }
...@@ -182,13 +183,13 @@ section { ...@@ -182,13 +183,13 @@ section {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 18px; font-size: 18px;
z-index: -1;
} }
.nav_right { .nav_right {
min-width: 100px; min-width: 100px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-end; justify-content: flex-end;
z-index: 2;
} }
} }
</style> </style>
\ No newline at end of file \ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!