From b2ac650c5d7f1597807a009392abaaa881e27da0 Mon Sep 17 00:00:00 2001 From: Dragon <13925835632@139.com> Date: Fri, 27 Oct 2023 16:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=BD=AE=E6=92=AD=E5=A4=A7?= =?UTF-8?q?=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/peko/activity/2023-halloween/css/index.css | 4 ++-- view/peko/activity/2023-halloween/css/index.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/view/peko/activity/2023-halloween/css/index.css b/view/peko/activity/2023-halloween/css/index.css index 08bfad9..aba99a8 100644 --- a/view/peko/activity/2023-halloween/css/index.css +++ b/view/peko/activity/2023-halloween/css/index.css @@ -111,8 +111,8 @@ body::-webkit-scrollbar { } .giftBox .swiper { - width: 6.56rem; - height: 4rem; + width: 8.02667rem; + height: 4.85333rem; margin: 1.48rem auto 0; } diff --git a/view/peko/activity/2023-halloween/css/index.scss b/view/peko/activity/2023-halloween/css/index.scss index 31656b7..57f4109 100644 --- a/view/peko/activity/2023-halloween/css/index.scss +++ b/view/peko/activity/2023-halloween/css/index.scss @@ -118,8 +118,8 @@ body { overflow: hidden; .swiper { - width: px2rem(492); - height: px2rem(300); + width: px2rem(602); + height: px2rem(364); margin: px2rem(111) auto 0; } }