调整样式
This commit is contained in:
@@ -247,6 +247,8 @@ html {
|
|||||||
.transfer_dollars .official_withdraw .pop,
|
.transfer_dollars .official_withdraw .pop,
|
||||||
.transfer_dollars .agent_settlement .pop {
|
.transfer_dollars .agent_settlement .pop {
|
||||||
min-width: 5.76rem;
|
min-width: 5.76rem;
|
||||||
|
top: -0.8rem;
|
||||||
|
left: 2.9rem;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -2.1rem;
|
top: -2.1rem;
|
||||||
left: 2.52rem;
|
left: 2.52rem;
|
||||||
@@ -420,6 +422,13 @@ html {
|
|||||||
font-weight: 500;
|
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 {
|
.pubWithdrawal .pubWithdrawal_in .boxw .right {
|
||||||
color: #313131;
|
color: #313131;
|
||||||
font-size: 0.37333rem;
|
font-size: 0.37333rem;
|
||||||
@@ -792,6 +801,12 @@ html {
|
|||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.arabic .transfer_method .official_withdraw .pop {
|
||||||
|
left: unset;
|
||||||
|
right: 3.2rem;
|
||||||
|
top: -1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.arabic .my_salary p img {
|
.arabic .my_salary p img {
|
||||||
transform: rotate(180deg);
|
transform: rotate(180deg);
|
||||||
}
|
}
|
||||||
@@ -814,3 +829,8 @@ html {
|
|||||||
float: left;
|
float: left;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.english .transfer_method .official_withdraw .pop {
|
||||||
|
top: -2.1rem;
|
||||||
|
left: 2.52rem;
|
||||||
|
}
|
||||||
|
@@ -234,6 +234,8 @@ html {
|
|||||||
|
|
||||||
.pop {
|
.pop {
|
||||||
min-width: px2rem(216);
|
min-width: px2rem(216);
|
||||||
|
top: -0.8rem;
|
||||||
|
left: 2.9rem;
|
||||||
// height: px2rem(42);
|
// height: px2rem(42);
|
||||||
// background: url(../images/pop.png) no-repeat;
|
// background: url(../images/pop.png) no-repeat;
|
||||||
// background-size: 100% 100%;
|
// background-size: 100% 100%;
|
||||||
@@ -408,6 +410,13 @@ html {
|
|||||||
color: #7B7B7D;
|
color: #7B7B7D;
|
||||||
font-size: px2rem(14);
|
font-size: px2rem(14);
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
|
||||||
|
b,
|
||||||
|
p {
|
||||||
|
color: #7B7B7D;
|
||||||
|
font-size: px2rem(14);
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
@@ -752,10 +761,11 @@ html {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// .transfer_method .official_withdraw .pop {
|
.transfer_method .official_withdraw .pop {
|
||||||
// left: unset;
|
left: unset;
|
||||||
// right: 3.52rem;
|
right: 3.2rem;
|
||||||
// }
|
top: -1.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.my_salary p img {
|
.my_salary p img {
|
||||||
transform: rotate(180deg);
|
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