From c96f337fc3a3778fa91d02fcea8c1f20dcfa336e Mon Sep 17 00:00:00 2001 From: MickyDot Date: Mon, 16 Dec 2024 18:59:24 +0800 Subject: [PATCH] Update styles.css style: change animation speed --- styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 78a189f..9753866 100644 --- a/styles.css +++ b/styles.css @@ -7,7 +7,7 @@ @keyframes fadeIn { 0% { opacity: 0; /* 初始透明度为0 */ - transform: translateY(20px); /* 向下移动20px */ + transform: translateY(22px); /* 向下移动20px */ } 100% { opacity: 1; /* 最终透明度为1 */