You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
181 lines
2.7 KiB
181 lines
2.7 KiB
#pay-code-img { |
|
width: 4rem !important; |
|
} |
|
|
|
#contents { |
|
margin: 0.25rem 0.1rem; |
|
} |
|
|
|
#pay-code-content { |
|
overflow: hidden; |
|
margin: 0.5rem 0 0 0; |
|
height: 6.5rem; |
|
} |
|
|
|
#pay-code-content .mui-icon { |
|
font-size: 1rem; |
|
color: #666666; |
|
} |
|
|
|
#pay-code-title { |
|
font-size: 0.25rem; |
|
color: #666666; |
|
padding-left: 0.35rem; |
|
} |
|
|
|
#pay-code-img { |
|
width: 4rem; |
|
position: relative; |
|
margin: 0.5rem auto; |
|
border: 1px solid #666666; |
|
} |
|
|
|
#pay-code-img span { |
|
height: 4rem; |
|
display: flex; |
|
align-items: center; |
|
} |
|
|
|
#pay-code-img img { |
|
width: 100%; |
|
} |
|
|
|
#pay-code-explain { |
|
height: 2rem; |
|
} |
|
|
|
#pay-code-img .app-btn-side { |
|
position: absolute; |
|
bottom: -0.7rem; |
|
width: 4rem; |
|
color: #666666; |
|
background-color: white; |
|
border: 1px solid #666666; |
|
} |
|
|
|
#pay-code-img .app-btn-side:active { |
|
background-color: #DDDDDD !important; |
|
} |
|
|
|
#pay-code-img .img-contents { |
|
position: absolute; |
|
width: 100%; |
|
height: 100%; |
|
overflow: hidden; |
|
} |
|
|
|
#save { |
|
margin-top: 20px; |
|
} |
|
|
|
|
|
.transfer-input-group { |
|
margin: 15px 0px; |
|
} |
|
|
|
.transfer-input-group:before { |
|
background-color: #FFFFFF; |
|
} |
|
|
|
.transfer-input-group:after { |
|
background-color: #FFFFFF; |
|
} |
|
|
|
.transfer-input-group .transfer-input-row { |
|
height: 50px; |
|
} |
|
|
|
.transfer-input-group .transfer-input-row label { |
|
width: 23%; |
|
line-height: 50px; |
|
padding: 0px; |
|
margin: 0px 2% 0px 5%; |
|
font-size: 17px; |
|
color: #131013; |
|
} |
|
|
|
.transfer-input-group .transfer-input-row label~input { |
|
height: 50px; |
|
width: 65%; |
|
padding: 0px; |
|
margin: 0px 5% 0px 0px; |
|
} |
|
|
|
.transfer-next-group { |
|
padding: 0px 5%; |
|
} |
|
|
|
.transfer-next-group input { |
|
width: 100%; |
|
height: 44px; |
|
font-size: 17px; |
|
border: none; |
|
color: #FFFFFF; |
|
background-color: #FFD031; |
|
} |
|
|
|
.transfer-backdrop { |
|
display: none; |
|
z-index: 20; |
|
} |
|
|
|
.footer-div-bottom { |
|
position: fixed; |
|
z-index: 21; |
|
left: 0px; |
|
bottom: 0px; |
|
width: 100%; |
|
height: 250px; |
|
overflow: hidden; |
|
background-color: #FFFFFF; |
|
display: none; |
|
} |
|
|
|
.transfer-footer-header { |
|
background-color: #c8c7cc; |
|
height: 44px; |
|
} |
|
|
|
.transfer-footer-left { |
|
color: #FFFFFF; |
|
margin: 3px 10px 1px 10px; |
|
font-size: 40px; |
|
} |
|
|
|
.transfer-footer-title { |
|
font-size: 20px; |
|
color: #FFFFFF; |
|
height: 44px; |
|
line-height: 44px; |
|
left: 40px; |
|
right: 40px; |
|
margin: 0px 50px; |
|
text-align: center; |
|
} |
|
|
|
.footer-div-bottom .transfer-password-group { |
|
margin: 20px 0px; |
|
} |
|
|
|
.footer-div-bottom .transfer-password-group .transfer-password-row { |
|
height: 80px; |
|
} |
|
|
|
.footer-div-bottom .transfer-password-group .transfer-password-row:after { |
|
left: 5%; |
|
right: 5%; |
|
} |
|
|
|
.footer-div-bottom .transfer-password-group .transfer-password-row label { |
|
width: 100%; |
|
height: 40px; |
|
line-height: 40px; |
|
} |
|
|
|
.footer-div-bottom .transfer-password-group .transfer-password-row label~input { |
|
width: 100%; |
|
height: 40px; |
|
line-height: 40px; |
|
padding: 0px 5% 0px 5%; |
|
margin: 0px; |
|
}
|
|
|