style: update card backdrop blur and fix shell layout

This commit is contained in:
2026-05-27 23:28:55 +08:00
parent 88ec132579
commit aa5e5a654f
2 changed files with 4 additions and 5 deletions
+1 -4
View File
@@ -45,10 +45,7 @@ const route = useRoute();
position: sticky;
top: 0;
z-index: 10;
background: var(--surface);
}
.shell-main {
}.shell-main {
max-width: 1240px;
width: 100%;
margin: 0 auto;
+3 -1
View File
@@ -27,7 +27,9 @@ a:hover {
}
.surface-card {
background: var(--surface-strong);
background: rgba(255, 255, 255, 0.85);
backdrop-filter: blur(12px);
-webkit-backdrop-filter: blur(12px);
border: 1px solid var(--border-soft);
border-radius: 18px;
box-shadow: var(--shadow-soft);