From beb4e87123066cc1e81eb7ad9ac2c983277b15e8 Mon Sep 17 00:00:00 2001 From: zhx Date: Thu, 25 Jun 2026 14:28:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- activity/cp/index.html | 2 +- activity/cp/style.css | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/activity/cp/index.html b/activity/cp/index.html index 36c613e..fcdb27d 100644 --- a/activity/cp/index.html +++ b/activity/cp/index.html @@ -8,7 +8,7 @@ /> Last Weekly CP - +
diff --git a/activity/cp/style.css b/activity/cp/style.css index 34d01aa..dd95060 100644 --- a/activity/cp/style.css +++ b/activity/cp/style.css @@ -655,12 +655,13 @@ button { .reward-grid { position: absolute; - left: 106px; + left: 50%; top: 220px; display: grid; grid-template-columns: repeat(3, 217px); gap: 24px 84px; - width: 750px; + width: 819px; + transform: translateX(-50%); } .reward-card {