huangsijun
2025-09-22 a78c011de350b188afb03beb2f26a73f35f71986
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
 
page {
    background-color: #F2F2F2;
}
.txje {
    font-size: 32rpx;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    margin-top: 16rpx;
}
.apply-cash {
    /* padding-top: 16rpx; */
}
.form-wrap {
    /* border-radius: 20rpx; */
    background: #FFFFFF;
    /* box-shadow: 0 0 16rpx 0 rgba(0, 0, 0, .2); */
}
.form-item {
    margin-bottom: 20rpx;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28rpx;
}
.form-item .field-name {
    width: 140rpx;
}
.form-item input {
    font-size: 28rpx;
}
.txbt {
    border-top: 16rpx solid #F2F2F2;
}
.form-item .text-price {
    padding: 0 10rpx;
    height: 80rpx;
    line-height: 80rpx;
    border-radius: 40rpx;
    border: 1px solid #CCCCCC;
}
.agreement-content {
    max-height: 60vh;
    overflow-y: auto;
}
.iconfont.icon-xuanze {
    font-size: 30rpx;
}
.form-item .active .iconfont.icon-xuanze {
    color: #FF5649;
}
.apply-cash .btn-red {
    height: 88rpx;
    line-height: 88rpx;
    border-radius: 44rpx;
    background: #FF5649;
    border-color: #FF5649;
    border: none;
    font-size: 32rpx;
}
.withd-b {
    background-color: #FFFFFF;
    margin-bottom: 97rpx;
}
.withd-bct {
    height: 92rpx;
    padding-top: 59rpx;
    padding-right: 49rpx;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1rpx solid #d0d0d0;
}
.tx-inpt {
    background-color: #FFFFFF;
    font-size: 48rpx;
    line-height: 92rpx;
}
.withd-bcb {
    font-size: 26rpx;
    color: #999999;
    padding: 27rpx 0 49rpx 0;
}
.withdrawal-btn {
    margin: 0 30rpx;
    background-color: #f36a24;
    height: 60rpx;
    line-height: 60rpx;
    color: #FFFFFF;
    text-align: center;
    border-radius: 30rpx;
    padding: 0;
    font-size: 24rpx;
}
.border-tb{
    border: none;
    border-top: 1rpx solid #eeeeee;
    border-bottom: 1rpx solid #eeeeee;
}