风大四发是
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
yiqiu
2025-11-23 01:48:18 +08:00
parent 7c18065b53
commit a5d48e7ca9

View File

@@ -284,18 +284,20 @@
margin-bottom: 0; margin-bottom: 0;
display: inline-block; display: inline-block;
width: auto; width: auto;
position: relative;
background: linear-gradient(120deg, background: linear-gradient(120deg,
rgba(255, 255, 255, 0.3) 0%, rgba(230, 230, 230, 1) 0%,
rgba(255, 255, 255, 0.3) 40%, rgba(230, 230, 230, 1) 40%,
rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1) 50%,
rgba(255, 255, 255, 0.3) 60%, rgba(230, 230, 230, 1) 60%,
rgba(255, 255, 255, 0.3) 100% rgba(230, 230, 230, 1) 100%
); );
background-size: 200% 200%; background-size: 200% 200%;
-webkit-background-clip: text; -webkit-background-clip: text;
background-clip: text; background-clip: text;
-webkit-text-fill-color: transparent; -webkit-text-fill-color: transparent;
animation: shine 6s linear infinite; animation: shine 6s linear infinite;
filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.3));
} }
@keyframes shine { @keyframes shine {