1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-12 13:19:31 +08:00

feat: 优化UI

This commit is contained in:
小莫唐尼
2025-06-22 11:06:41 +08:00
parent 2a25727c0b
commit 22f57b7860
4 changed files with 4 additions and 6 deletions
+1 -1
View File
@@ -66,7 +66,7 @@
display: flex;
box-sizing: border-box;
margin: 0 24rpx;
padding: 24rpx;
padding:22rpx 24rpx;
border-radius: 12rpx;
background-color: #ffff;
box-shadow: 0rpx 2rpx 24rpx rgba(0, 0, 0, 0.03);
@@ -43,7 +43,7 @@
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
background-color: rgba(0, 0, 0, 0.25);
backdrop-filter: blur(3rpx);
}