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