优化样式

This commit is contained in:
dragon
2024-12-30 18:39:44 +08:00
parent 37f2443855
commit 1494612f03
2 changed files with 8 additions and 4 deletions

View File

@@ -502,7 +502,9 @@ body {
height: 0.66667rem;
background: url(../images/bottomBg.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto 0;
margin: -0.2rem auto 0;
position: relative;
z-index: 2;
}
.page1 .content {
@@ -618,7 +620,7 @@ body {
line-height: 0.58667rem;
text-align: center;
padding: 0 0.45333rem;
margin: 0 auto 0.2rem;
margin: 0 auto 0.3rem;
color: #FFF783;
border: 0.02667rem solid #FFF783;
border-radius: 0.58667rem;

View File

@@ -509,7 +509,9 @@ body {
height: px2rem(50);
background: url(../images/bottomBg.png) no-repeat;
background-size: 100% 100%;
margin: 0 auto 0;
margin: -0.2rem auto 0;
position: relative;
z-index: 2;
}
.content {
@@ -624,7 +626,7 @@ body {
line-height: px2rem(44);
text-align: center;
padding: 0 px2rem(34);
margin: 0 auto 0.2rem;
margin: 0 auto 0.3rem;
color: #FFF783;
border: px2rem(2) solid #FFF783;
border-radius: px2rem(44);