修改首充弹窗和页面样式问题

This commit is contained in:
chenruiye
2025-07-01 17:21:38 +08:00
parent 86ff6b7fd6
commit 65efbcec5f
8 changed files with 5 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ body {
background-image: url("../images/rewards_bg_two.png");
background-size: 100% 100%;
margin: 0.3333333333rem;
padding-bottom: 0.2666666667rem;
padding-bottom: 0.5066666667rem;
}
.rewards_list .reward_box .title {
font-family: PingFang SC;

View File

@@ -26,7 +26,7 @@ body {
margin: px2rem(25);
// border-radius: px2rem(26);
// height: px2rem(1016);
padding-bottom: px2rem(20);
padding-bottom: px2rem(38);
.title {
font-family: PingFang SC;
font-weight: 600;

View File

@@ -8,7 +8,6 @@ body {
.header {
background-image: url("../images/header.png");
background-size: 100% 100%;
height: 10.7466666667rem;
width: 100%;
padding-bottom: 0.4666666667rem;
}
@@ -21,7 +20,7 @@ body {
font-size: 0.4533333333rem;
color: #130D00;
line-height: 0.56rem;
padding-top: 0.6666666667rem;
padding-top: 0.9333333333rem;
text-align: center;
position: relative;
z-index: 99;

View File

@@ -12,7 +12,7 @@ body {
.header {
background-image: url("../images/header.png");
background-size: 100% 100%;
height: px2rem(806);
// height: px2rem(806);
width: 100%;
padding-bottom: px2rem(35);
.top_img{
@@ -24,7 +24,7 @@ body {
font-size: px2rem(34);
color: #130D00;
line-height: px2rem(42);
padding-top: px2rem(50);
padding-top: px2rem(70);
text-align: center;
position: relative; // 添加相对定位
z-index: 99;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB