样式修复

This commit is contained in:
dragon
2024-12-31 11:51:15 +08:00
parent 1ac799527d
commit 62c05b58d6
2 changed files with 8 additions and 4 deletions

View File

@@ -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;
}

View File

@@ -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 {