style: 毛玻璃效果
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped

This commit is contained in:
2025-12-17 10:36:07 +08:00
parent 5b3eb52841
commit 543ac89f9b
2 changed files with 8 additions and 2 deletions

View File

@@ -228,8 +228,8 @@ const handleSignup = () => {
height: 107.8rem;
background: radial-gradient(
100% 100% at 0% 0%,
rgba(115, 115, 115, 0.4) 0%,
rgba(0, 0, 0, 0) 100%
rgba(0, 0, 0, 0.4) 0%,
rgba(0, 0, 0, 0.2) 100%
);
backdrop-filter: blur(35px);
-webkit-backdrop-filter: blur(35px);