From 62c05b58d678529fffb6774da6784db4f41ca3e7 Mon Sep 17 00:00:00 2001 From: dragon <3013557874@qq.com> Date: Tue, 31 Dec 2024 11:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- view/molistar/activity/2024-newYear/css/index.css | 6 ++++-- view/molistar/activity/2024-newYear/css/index.scss | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/view/molistar/activity/2024-newYear/css/index.css b/view/molistar/activity/2024-newYear/css/index.css index 194f3bf..f1c199b 100644 --- a/view/molistar/activity/2024-newYear/css/index.css +++ b/view/molistar/activity/2024-newYear/css/index.css @@ -735,7 +735,8 @@ body { position: relative; background: url(../images/topBg2.png) no-repeat; background-size: 100% 100%; - margin: 0 auto 0; + margin: 0 auto -0.2rem; + position: relative; } .page2 .top .tab { @@ -776,6 +777,7 @@ body { margin: 0 auto 0; background: url(../images/contentBg.png) no-repeat; background-size: 100% 100%; + overflow: hidden; } .page2 .content .box { @@ -783,7 +785,7 @@ body { height: 42.21333rem; background: url(../images/rewardBg.png) no-repeat; background-size: 100% 100%; - margin: 0 auto 0; + margin: 0.2rem auto 0; position: relative; } diff --git a/view/molistar/activity/2024-newYear/css/index.scss b/view/molistar/activity/2024-newYear/css/index.scss index d4531f4..d926ce8 100644 --- a/view/molistar/activity/2024-newYear/css/index.scss +++ b/view/molistar/activity/2024-newYear/css/index.scss @@ -742,7 +742,8 @@ body { position: relative; background: url(../images/topBg2.png) no-repeat; background-size: 100% 100%; - margin: 0 auto 0; + margin: 0 auto -0.2rem; + position: relative; .tab { width: px2rem(648); @@ -783,13 +784,14 @@ body { margin: 0 auto 0; background: url(../images/contentBg.png) no-repeat; background-size: 100% 100%; + overflow: hidden; .box { width: px2rem(680); height: px2rem(3166); background: url(../images/rewardBg.png) no-repeat; background-size: 100% 100%; - margin: 0 auto 0; + margin: 0.2rem auto 0; position: relative; .bo {