72 lines
1.2 KiB
Plaintext
72 lines
1.2 KiB
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;
|
|
}
|
|
|
|
.withdrawalForm-url {
|
|
text-align: center;
|
|
width: 100%;
|
|
margin-top: 20rpx;
|
|
position: relative;
|
|
color: #ff6d6d;
|
|
}
|
|
|
|
.withdrawalForm-url::after {
|
|
position: absolute;
|
|
content: '';
|
|
left: calc(50% - 60rpx);
|
|
bottom: 0rpx;
|
|
width: 120rpx;
|
|
height: 4rpx;
|
|
background-color: #ff6d6d;
|
|
} |