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.
35 lines
564 B
35 lines
564 B
|
|
.wanl-withdraw .money .symbol{
|
|
font-size: 60rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
.wanl-withdraw .money .price{
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.wanl-withdraw .money .price input{
|
|
|
|
height: 100rpx;
|
|
min-height: 100rpx;
|
|
|
|
width: 100%;
|
|
font-size: 100rpx;
|
|
}
|
|
.wanl-withdraw .bank{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #ffffff;
|
|
padding: 20rpx 25rpx;
|
|
}
|
|
.wanl-withdraw .bank image{
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
margin-right: 25rpx;
|
|
}
|
|
.wanl-withdraw .bank .content{
|
|
flex: 1;
|
|
}
|
|
.wanl-withdraw .bank .action{
|
|
}
|
|
|
|
|