54 lines
944 B
Plaintext
54 lines
944 B
Plaintext
/* 余额 */
|
|
.withdrawal{
|
|
background-color: #fff;
|
|
text-align: center;
|
|
padding: 30rpx 0;
|
|
}
|
|
|
|
.withdrawal-img {
|
|
width: 180rpx;
|
|
height: 180rpx;
|
|
}
|
|
|
|
.withdrawal-price {
|
|
color: #df0000;
|
|
font-size: 50rpx;
|
|
margin: 10rpx 0;
|
|
}
|
|
|
|
.withdrawal-name {
|
|
font-size: 28rpx;
|
|
color: #666666;
|
|
}
|
|
|
|
.withdrawalTips {
|
|
padding: 30rpx 20rpx;
|
|
box-sizing: border-box;
|
|
font-size: 28rpx;
|
|
color: #b9c6d2;
|
|
}
|
|
|
|
.withdrawalForm-label {
|
|
background-color: #fff;
|
|
margin-bottom: 30rpx;
|
|
padding: 30rpx 20rpx;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
}
|
|
|
|
.withdrawalForm-label input {
|
|
background-color: transparent;
|
|
padding-left: 50rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.withdrawalForm-btn {
|
|
background-color: #ff6d6d;
|
|
width: calc(100% - 40rpx) !important;
|
|
color: #fff;
|
|
height: 90rpx !important;
|
|
line-height: 90rpx !important;
|
|
padding: 0;
|
|
margin-top: 40rpx;
|
|
font-size: 32rpx;
|
|
} |