From 24534b2b5327614c8b3431ef0d4b147cbb404dba Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 25 Mar 2024 20:06:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packkey/style.css b/packkey/style.css index 1ba381e..e1fadef 100644 --- a/packkey/style.css +++ b/packkey/style.css @@ -129,14 +129,14 @@ a { .countdown { position: absolute; - top: 50%; + top: 2%; left: 50%; display: flex; align-items: center; color: #fff; z-index: 999; /* 使用transform属性进行微调,确保完全居中 */ - transform: translate(-50%, -50%); + transform: translate(-50%, 0%); } .countdown p {