mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-16 09:58:13 +08:00
💄 -webkit-backdrop-filter
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user