祝贺

1000

缘梦DEX&星落碧莲
愿你为我驻留
transform: scale(0.9); } 100% { opacity: 1; transform: scale(1); } } @keyframes characterFloat { 0%, 100% { transform: translateY(0px) rotate(0deg); } 50% { transform: translateY(-3px) rotate(1deg); } } @keyframes modalFadeIn { from { opacity: 0; backdrop-filter: blur(0px); } to { opacity: 1; backdrop-filter: blur(10px); } } @keyframes modalSlideIn { from { opacity: 0; transform: scale(0.8); } to { opacity: 1; transform: scale(1); } } @keyframes modalFadeOut { from { opacity: 1; backdrop-filter: blur(10px); } to { opacity: 0; backdrop-filter: blur(0px); } } @keyframes glowPulse { 0% { text-shadow: 0 0 10px rgba(255, 255, 255, 0.8), 0 0 20px rgba(200, 180, 255, 0.6), 0 0 30px rgba(200, 180, 255, 0.4); } 100% { text-shadow: 0 0 15px rgba(255, 255, 255, 0.9), 0 0 25px rgba(200, 180, 255, 0.7), 0 0 35px rgba(200, 180, 255, 0.5), 0 0 45px rgba(200, 180, 255, 0.3); } } @keyframes twinkle { 0% { opacity: 0; transform: scale(0); } 50% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0); } } `; document.head.appendChild(style); } // 初始化动态样式 addDynamicStyles();