adaptation dark mode

This commit is contained in:
Timi
2025-12-10 15:02:17 +08:00
parent ad755c7d0e
commit 69bf186f0e
11 changed files with 195 additions and 201 deletions

View File

@ -45,7 +45,6 @@
.location {
flex: 1;
color: #999;
display: flex;
overflow: hidden;
font-size: 24rpx;
white-space: nowrap;
@ -91,7 +90,7 @@
z-index: 999;
display: flex;
position: fixed;
background: #FFF;
background: var(--theme-bg-card);
box-shadow: 0 -2rpx 20rpx rgba(0, 0, 0, .15);
border-radius: 24rpx 24rpx 0 0;
flex-direction: column;