Merge branch 'dev' of 47.111.118.107:wmtx/sdk into dev

master
tping 5 years ago
commit b9ce3d97b4

@ -442,7 +442,7 @@
<div class="bank_window">
<div class="win_heard">
<div class="win_heard_box">
<a href="#"></a>
<a href="#" class="close"></a>
<div>银行卡名称</div>
<div>单笔限额</div>
<div>单日限额</div>
@ -1272,6 +1272,7 @@ function forbit(text) {
$('.forbid_model').show();
$('.forbid_window').show();
$('.payment_code').hide();
}

@ -532,7 +532,8 @@ body{
width: 6.3rem;
height: 8rem;
background-color: #fff;
top: 2.7rem;
top: 50%;
margin-top: -4rem;
left: 50%;
margin-left: -3.15rem;
z-index: 3;
@ -665,9 +666,10 @@ body{
.bank_order_heng .payment_code{
position: fixed;
width: 6.3rem;
height: 3.4rem;
height: 3rem;
background-color: #fff;
top: 0.7rem;
top: 50%;
margin-top: -1.5rem;
left: 50%;
margin-left: -3.15rem;
z-index: 3;
@ -684,7 +686,7 @@ body{
.bank_order_heng .payment_code_top{
padding: 0.1rem 0 0.1rem 0;
width: 100%;
font-size:0.2rem;
font-size:0.18rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(51,51,51,1);
@ -700,7 +702,7 @@ body{
height: 0.15rem;
background-image: url("../img/close2.png");
background-size: 100% 100%;
font-size: 0.16rem;
font-size: 0.14rem;
}
.bank_order_heng .payment_money{
width: 100%;
@ -710,14 +712,14 @@ body{
border-bottom: 1px solid #EAEAEA;
}
.bank_order_heng .payment_money>div:first-child{
font-size:0.18rem;
font-size:0.16rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(51,51,51,1);
}
.bank_order_heng .payment_money>div:last-child{
margin-top: 0.1rem;
font-size:0.25rem;
font-size:0.22rem;
font-family:PingFang SC;
font-weight:800;
color:rgba(51,51,51,1);
@ -727,7 +729,7 @@ body{
margin-top:0.08rem;
display: flex;
align-items: center;
font-size:0.18rem;
font-size:0.16rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(51,51,51,1);
@ -740,14 +742,14 @@ body{
margin-right: 0.26rem;
}
.bank_order_heng .payment_input_code{
margin-top: 0.15rem;
margin-top: 0.1rem;
display: flex;
align-items: center;
width: 100%;
font-size:0.18rem;
font-size:0.16rem;
font-family:PingFang SC;
font-weight:500;
padding-bottom: 0.12rem;
padding-bottom: 0.1rem;
border-bottom: 1px solid #EAEAEA;
}
.bank_order_heng .payment_input_code>div:first-child>img{
@ -768,7 +770,7 @@ body{
}
.bank_order_heng .payment_input_code>div:last-child{
width: 40%;
font-size:0.18rem;
font-size:0.16rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(33,177,235,1);
@ -776,7 +778,7 @@ body{
}
.bank_order_heng .payment_input_phone{
margin-top: 0.1rem;
font-size:0.16rem;
font-size:0.14rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(134,134,134,1);
@ -787,7 +789,7 @@ body{
height:0.35rem;
background:rgba(33,177,235,1);
border-radius:0.35rem;
font-size:0.2rem;
font-size:0.18rem;
font-family:PingFang SC;
font-weight:500;
color:rgba(255,255,255,1);

Loading…
Cancel
Save