79 lines
1.4 KiB
Plaintext
79 lines
1.4 KiB
Plaintext
.withdraw .header {
|
|
height: auto;
|
|
color: #fff;
|
|
padding: 48rpx 20rpx;
|
|
background: #fea23d;
|
|
position: relative;
|
|
}
|
|
|
|
.withdraw .header .text {
|
|
color: #fff;
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.withdraw .header .btn.pull-right {
|
|
position: absolute;
|
|
top: 5rpx;
|
|
right: 5rpx;
|
|
border: 0;
|
|
color: #9d5200;
|
|
text-decoration: underline;
|
|
font-size: 24rpx;
|
|
}
|
|
|
|
.withdraw .header .text .num {
|
|
font-size: 1.5rem;
|
|
}
|
|
|
|
.withdraw .header .btn {
|
|
height: 50rpx;
|
|
width: auto;
|
|
padding: 0 15rpx;
|
|
border: 1px solid #fff;
|
|
line-height: 50rpx;
|
|
border-radius: 25rpx;
|
|
font-size: 30rpx;
|
|
color: inherit;
|
|
}
|
|
|
|
.withdraw .fui-cell-group .fui-cell .fui-cell-icon {
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.withdraw .fui-cell-group .fui-cell .fui-cell-label {
|
|
width: auto;
|
|
}
|
|
|
|
.withdraw .fui-cell-group .fui-cell .fui-cell-text {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.withdraw .fui-cell-group .color {
|
|
color: #333;
|
|
}
|
|
|
|
.send-code {
|
|
display: none;
|
|
}
|
|
|
|
.fui-cell-group.toggleSend-group .send-code {
|
|
display: block;
|
|
font-size: 26rpx;
|
|
padding: 6rpx 30rpx 20rpx 30rpx;
|
|
color: #666;
|
|
}
|
|
|
|
.fui-cell-group.toggleSend-group .fui-cell .fui-cell-remark::after {
|
|
transform: rotate(135deg);
|
|
}
|
|
|
|
.fui-navbar,.fui-footer {
|
|
height: 90rpx;
|
|
}
|
|
|
|
.fui-navbar .nav-item.btn.btn-warning {
|
|
height: 90rpx;
|
|
border-radius: 0;
|
|
} |