的发放
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 01:08:42 +08:00
parent 635bc9b913
commit 8ff4c21c57
2 changed files with 27 additions and 5 deletions

View File

@@ -20,10 +20,10 @@
padding-right: var(--container-padding-x);
}
/* 首页 Header 深色玻璃态覆盖 */
/* 首页 Header 深色玻璃态覆盖 - 确保最高层级 */
#index #header {
background: transparent;
z-index: 999;
z-index: 9999 !important;
}
#index .nav-shadow {
@@ -72,12 +72,12 @@
background: rgba(56, 189, 248, 0.1);
}
/* 首页下拉菜单优化 */
/* 首页下拉菜单优化 - 确保高层级 */
#index .nav-cont {
background: rgba(15, 23, 42, 0.95);
backdrop-filter: blur(20px);
border-bottom: 1px solid rgba(148, 163, 184, 0.15);
z-index: 998;
z-index: 9998 !important;
}
#index .nav-item-box {
@@ -1817,7 +1817,12 @@ html {
#index .section.banner {
background: transparent;
position: relative;
z-index: 0;
z-index: 0 !important;
}
/* banner 整体容器也降到最低 */
#index .banner-cont {
z-index: 0 !important;
}
#index .section.service {