style: 底部 tabBar 去掉虚线边框,改用阴影做层级

This commit is contained in:
2026-08-06 17:03:12 +08:00
parent 1624e33f5e
commit d2488d1da2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
display: flex;
justify-content: space-around;
align-items: center;
border-top: 3px dashed #A0C4FF;
box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.08);
padding-bottom: constant(safe-area-inset-bottom);
padding-bottom: env(safe-area-inset-bottom);
z-index: 1000;
@@ -17,7 +17,7 @@
/* 自定义组件样式隔离:两套主题配色在组件内自包含,不依赖全局 app.wxss */
.custom-tab-bar.theme-dark {
background: #191919;
border-top-color: #5b8cff;
box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.5);
}
.tab-item {