调整样式
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
@@ -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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user