[feih] fix: resolve gfe spotlight ad issue on safari (#518)

This commit is contained in:
Zhou Yuhang 2025-06-28 15:32:43 +08:00 committed by GitHub
parent 671de13e03
commit 7b981a5f02
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

View File

@ -64,6 +64,14 @@
display: flex;
border-radius: var(--border-radius);
background-color: transparent;
position: relative;
}
.container::before {
content: '';
position: absolute;
inset: 0;
border-radius: inherit;
background-image:
conic-gradient(
from var(--border-angle-1) at 10% 15%,
@ -90,6 +98,7 @@
rotateBackground 3s linear infinite,
rotateBackground2 8s linear infinite,
rotateBackground3 13s linear infinite;
z-index: -1;
}
.container:hover {