新修改了UI颜色。准备隐藏商城菜单

This commit is contained in:
lym
2026-03-11 00:25:09 +08:00
parent ebd073c838
commit db5bb8e5d7
4 changed files with 9 additions and 8 deletions

View File

@@ -7,11 +7,12 @@
background: white;
display: flex;
padding-bottom: env(safe-area-inset-bottom);
background-color: #292929;
background-color: #FFFFFF;
box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
}
.tab-bar-border {
background-color: rgba(0, 0, 0, 0.1);
background-color: rgba(107, 163, 240, 0.2);
position: absolute;
left: 0;
top: 0;