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 {