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.

115 lines
2.7 KiB

5 years ago
.mui-content,
body {
background: #FFFFFF; }
#code-input {
width: 80%; }
.transfer-money {
display: flex;
width: 5.8rem;
height: 1.48rem;
background: linear-gradient(-90deg, #d43436, #ff927d);
margin: 0 auto;
margin-top: .2rem;
text-align: center;
padding-top: .3rem;
color: #fff;
font-size: .24rem; }
.transfer-money .account-left {
flex: 1; }
.transfer-money .account-left .account1 {
width: 1.06rem;
height: .27rem;
font-size: .27rem;
font-weight: 500;
color: #FFFFFF;
line-height: .27rem; }
.transfer-money .account-left .money1 {
width: 1.39rem;
height: .17rem;
font-size: .20rem;
font-weight: 400;
color: white;
line-height: .17rem; }
.transfer-money .icon-transfer {
flex: 1; }
.transfer-money .icon-transfer img {
width: .70rem;
height: .7rem; }
.transfer-money .account-right {
flex: 1; }
.transfer-money .account-right .account2 {
width: 1.06rem;
height: .27rem;
font-size: .27rem;
font-weight: 500;
color: #FFFFFF;
line-height: .27rem; }
.transfer-money .account-right .money2 {
width: 1.39rem;
height: .17rem;
font-size: .20rem;
font-weight: 400;
color: #FFFFFF;
line-height: .17rem; }
.transfer-num {
margin-top: .52rem; }
.transfer-num .transfer1 {
width: 2.26rem;
height: .27rem;
font-size: .27rem;
font-family: PingFangSC-Regular;
font-weight: 400;
margin-left: .27rem; }
.transfer-num .transfer2 {
position: relative;
margin-top: .25rem; }
.transfer-num .transfer2 input {
display: inline-block;
width: 100%;
height: .69rem;
background: none;
border: none;
border-bottom: 1px solid #DDDDDD; }
.transfer-num .transfer2 input::-webkit-input-placeholder {
color: #666666;
font-size: .2rem;
padding: 0 !important; }
.transfer-num .transfer2 span {
position: absolute;
height: .69rem;
font-size: .2rem;
right: .1rem;
text-align: center;
line-height: .69rem;
color: #007849;
width: 20%;
border-bottom: 1px solid #DDDDDD; }
.transfer-num .transfer3 {
width: 153px;
height: 12px;
font-size: 12px;
font-weight: 400;
color: #999999;
margin-left: .27rem; }
.btn {
text-align: center;
width: 100%; }
.btn .mui-btn {
display: inline-block;
width: 40%;
height: .75rem;
background: linear-gradient(90deg, #ff9d00 0%, #ffcd34 100%);
border-radius: 4px;
margin: 0 .2rem;
margin-top: 1.84rem;
line-height: .2rem;
border: 1px solid #FFD031;
font-size: .27rem;
color: #FFFFFF; }
/*# sourceMappingURL=transfer.css.map */