优化样式,调整背景模糊效果和颜色透明度,以提升用户界面视觉效果。

This commit is contained in:
jxxghp
2025-05-14 14:22:44 +08:00
parent 5c0d0d5a95
commit a82a89afd3
2 changed files with 39 additions and 86 deletions
+2 -2
View File
@@ -183,8 +183,8 @@ const showDynamicButton = computed(() => {
.footer-nav-card {
position: relative;
overflow: hidden;
backdrop-filter: blur(12px);
background-color: rgba(var(--v-theme-surface), 0.8);
backdrop-filter: blur(16px);
background-color: rgba(var(--v-theme-surface), 0.6);
pointer-events: auto;
transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);