导航菜单主题色
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2026-01-10 17:56:38 +08:00
parent 9e3ae74b12
commit 6a70e41f88
2 changed files with 37 additions and 23 deletions

View File

@@ -11,8 +11,9 @@
box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
border-top: 1px solid rgba(56, 189, 248, 0.15);
z-index: 1000;
overflow: visible;
overflow: hidden;
transition: height 0.3s ease-out;
height: 0;
}
/* Mega Menu 两栏布局 */
@@ -27,6 +28,7 @@
margin: 0 auto;
height: 100%;
min-height: 400px;
padding: 0;
}
/* 左侧二级菜单栏 - 深色背景 */
@@ -86,7 +88,7 @@
/* 右侧三级菜单区域 - 深色背景 */
.nav-right-content {
flex: 1;
padding: 24px 32px;
padding: 16px 24px;
background: rgba(15, 23, 42, 0.6);
overflow-y: auto;
max-height: none;