💄 -webkit-backdrop-filter

This commit is contained in:
BTMuli
2023-12-12 22:12:56 +08:00
parent 845bcdaae0
commit 86c87344ea
12 changed files with 20 additions and 0 deletions

View File

@@ -58,6 +58,7 @@ onUpdated(async () => {
align-items: center;
justify-content: center;
border-radius: 50%;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background: rgb(0 0 0/40%);
}
@@ -71,6 +72,7 @@ onUpdated(async () => {
justify-content: center;
padding: 3px;
border-radius: 50%;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background-color: rgb(0 0 0 / 40%);
}

View File

@@ -54,6 +54,7 @@ onUpdated(async () => {
height: 40px;
padding: 5px;
border-radius: 50%;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background: rgba(0 0 0 /40%);
}