@@ -140,7 +140,7 @@ html, body {
.breathe-glow-text {
/* 应用呼吸灯动画:3秒一个周期,缓入缓出,无限循环 */
- animation: breatheGlow 3s ease-in-out infinite;
+ animation: breatheGlow 5s ease-in-out infinite;
}
/* 呼吸灯动画关键帧 */
@keyframes breatheGlow {