fixcbbank 安卓input偏移问题 && 手动清算同步

master
luoyang 6 years ago
parent f6fbb00dce
commit 435aa9740f

@ -261,11 +261,12 @@ input.value:focus {
} }
.currencyrow { .currencyrow {
display: flex;
box-sizing: border-box; box-sizing: border-box;
margin-top: 0; margin-top: 0;
text-align: left; text-align: left;
margin-bottom: 0px; margin-bottom: 0px;
position: relative; /*position: relative;*/
} }
@media screen and (max-height: 670px) { @media screen and (max-height: 670px) {
@ -293,7 +294,7 @@ input.value:focus {
} }
.currencyrow > * { .currencyrow > * {
display: inline-block; /*display: inline-block;*/
vertical-align: bottom; vertical-align: bottom;
margin-bottom: 0; margin-bottom: 0;
box-sizing: border-box; box-sizing: border-box;
@ -617,11 +618,12 @@ input.value:focus {
.payment-input { .payment-input {
border-radius: 2px; border-radius: 2px;
width: 54%; /*width: 54%;*/
height: 64px; height: 64px;
font-family: PingFang-SC-Heavy; font-family: PingFang-SC-Heavy;
font-size: 25px; font-size: 25px;
color: #000000; color: #000000;
flex-grow:1;
letter-spacing: 2.4px; letter-spacing: 2.4px;
border-style:none; border-style:none;
} }
@ -693,9 +695,11 @@ input.value:focus {
background: #FF6600; background: #FF6600;
color: #fff; color: #fff;
} }
.currency{ .currency {
line-height: 64px;
padding-left: 6px; padding-left: 6px;
height: 52px; padding-right: 6px;
height: 64px;
width: 30px; width: 30px;
font-family: PingFang-SC-Heavy; font-family: PingFang-SC-Heavy;
font-size: 25px; font-size: 25px;

Loading…
Cancel
Save