恢复登录页抠边背景资源

This commit is contained in:
mars
2026-07-24 11:37:27 +08:00
parent 1fb41fc18e
commit 41dc92a0de
3 changed files with 2 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 73 KiB

View File

@@ -118,7 +118,7 @@ withDefaults(
max-width: 720px;
background:
linear-gradient(rgba(8, 8, 7, 0.18), rgba(8, 8, 7, 0.24)),
url('../../assets/images/generated/auth-panel-bg-v1.webp') center / 100% 100% no-repeat;
url('../../assets/images/generated/auth-panel-bg-v2.webp') center / 100% 100% no-repeat;
backdrop-filter: var(--blur-lg);
-webkit-backdrop-filter: var(--blur-lg);
border: 0;
@@ -137,7 +137,7 @@ withDefaults(
z-index: 0;
pointer-events: none;
opacity: 0;
background: url('../../assets/images/generated/auth-panel-bg-v1.webp') center / 100% 100% no-repeat;
background: url('../../assets/images/generated/auth-panel-bg-v2.webp') center / 100% 100% no-repeat;
filter: brightness(1.28) saturate(1.16);
mix-blend-mode: screen;
transition: opacity 0.22s ease;