调整样式

This commit is contained in:
dragon
2024-09-26 18:01:35 +08:00
parent d36dbd7d09
commit 0027331d6d
2 changed files with 41 additions and 4 deletions

View File

@@ -247,6 +247,8 @@ html {
.transfer_dollars .official_withdraw .pop,
.transfer_dollars .agent_settlement .pop {
min-width: 5.76rem;
top: -0.8rem;
left: 2.9rem;
position: absolute;
top: -2.1rem;
left: 2.52rem;
@@ -420,6 +422,13 @@ html {
font-weight: 500;
}
.pubWithdrawal .pubWithdrawal_in .boxw .left b,
.pubWithdrawal .pubWithdrawal_in .boxw .left p {
color: #7B7B7D;
font-size: 0.37333rem;
font-weight: 500;
}
.pubWithdrawal .pubWithdrawal_in .boxw .right {
color: #313131;
font-size: 0.37333rem;
@@ -792,6 +801,12 @@ html {
transform: rotate(180deg);
}
.arabic .transfer_method .official_withdraw .pop {
left: unset;
right: 3.2rem;
top: -1.5rem;
}
.arabic .my_salary p img {
transform: rotate(180deg);
}
@@ -814,3 +829,8 @@ html {
float: left;
white-space: nowrap;
}
.english .transfer_method .official_withdraw .pop {
top: -2.1rem;
left: 2.52rem;
}

View File

@@ -234,6 +234,8 @@ html {
.pop {
min-width: px2rem(216);
top: -0.8rem;
left: 2.9rem;
// height: px2rem(42);
// background: url(../images/pop.png) no-repeat;
// background-size: 100% 100%;
@@ -408,6 +410,13 @@ html {
color: #7B7B7D;
font-size: px2rem(14);
font-weight: 500;
b,
p {
color: #7B7B7D;
font-size: px2rem(14);
font-weight: 500;
}
}
.right {
@@ -752,10 +761,11 @@ html {
}
}
// .transfer_method .official_withdraw .pop {
// left: unset;
// right: 3.52rem;
// }
.transfer_method .official_withdraw .pop {
left: unset;
right: 3.2rem;
top: -1.5rem;
}
.my_salary p img {
transform: rotate(180deg);
@@ -791,3 +801,10 @@ html {
}
}
}
.english {
.transfer_method .official_withdraw .pop {
top: -2.1rem;
left: 2.52rem;
}
}