月充值 - 更新弹窗背景图

This commit is contained in:
2025-09-20 15:41:39 +08:00
parent 392a5f1b70
commit d1c6b029ef
3 changed files with 12 additions and 20 deletions

View File

@@ -1165,13 +1165,13 @@ body {
display: none;
}
.pub .pub_in {
width: 8.4rem;
height: 8.8rem;
width: 9.9333333333rem;
height: 10.6933333333rem;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: url(../images/Recharge_Bg.png) no-repeat;
background: url(../images/pub_in_bg.png) no-repeat;
background-size: 100% 100%;
}
.pub .pub_in .close {
@@ -1183,8 +1183,6 @@ body {
}
.pub .pub_in .title {
width: 5.7333333333rem;
height: 1.44rem;
line-height: 1.3066666667rem;
text-align: center;
color: #FFF783;
font-size: 0.4rem;
@@ -1192,9 +1190,7 @@ body {
position: absolute;
left: 50%;
transform: translateX(-50%);
background: url(../images/title.png) no-repeat;
background-size: 100% 100%;
top: -0.2666666667rem;
top: 0.9333333333rem;
}
.pub .pub_in .centent {
width: 100%;
@@ -1205,8 +1201,8 @@ body {
transform: translateX(-50%);
top: 0.1333333333rem;
box-sizing: border-box;
padding: 0 1.2rem;
margin-top: 1.3333333333rem;
padding: 0 1.5733333333rem;
margin-top: 2.4rem;
}
.pub .pub_in .centent::-webkit-scrollbar {
display: none;

View File

@@ -1362,13 +1362,13 @@ body {
display: none;
.pub_in {
width: px2rem(630);
height: px2rem(660);
width: px2rem(745);
height: px2rem(802);
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
background: url(../images/Recharge_Bg.png) no-repeat;
background: url(../images/pub_in_bg.png) no-repeat;
background-size: 100% 100%;
.close {
@@ -1381,8 +1381,6 @@ body {
.title {
width: px2rem(430);
height: px2rem(108);
line-height: px2rem(98);
text-align: center;
color: #FFF783;
font-size: px2rem(30);
@@ -1390,9 +1388,7 @@ body {
position: absolute;
left: 50%;
transform: translateX(-50%);
background: url(../images/title.png) no-repeat;
background-size: 100% 100%;
top: px2rem(-20);
top: px2rem(70);
}
.centent {
@@ -1404,8 +1400,8 @@ body {
transform: translateX(-50%);
top: px2rem(10);
box-sizing: border-box;
padding: 0 px2rem(90);
margin-top: px2rem(100);
padding: 0 px2rem(118);
margin-top: px2rem(180);
&::-webkit-scrollbar {
display: none;

Binary file not shown.

After

Width:  |  Height:  |  Size: 322 KiB