💄 -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

@@ -340,6 +340,7 @@ function switchBg(): void {
right: 0;
bottom: 0;
padding: 2px 5px;
-webkit-backdrop-filter: blur(10px);
backdrop-filter: blur(10px);
background: var(--common-shadow-2);
border-bottom-right-radius: 5px;
@@ -362,6 +363,7 @@ function switchBg(): void {
left: calc(50% - 80px);
width: 160px;
border-radius: 5px;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background: var(--tgc-white-1);
color: var(--tgc-yellow-1);

View File

@@ -194,6 +194,7 @@ onUnmounted(() => {
align-items: center;
justify-content: center;
border-radius: 5px;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);
background: var(--tgc-btn-1);
}