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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
 
page {
    background: #FFFFFF;
}
.gray {
    color: #808080;
}
.font-28 {
    font-size: 28rpx;
}
.font-36 {
    font-size: 36rpx;
}
.index {
    width: 750rpx;
}
.index-head {
    width: 750rpx;
    margin: 0 auto;
    padding: 30rpx 20rpx;
    padding-bottom: 50rpx;
    box-sizing: border-box;
    background-color: white;
    border-top: 16rpx solid #f2f2f2;
}
.index-head-top {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-direction: column;
}
.head-top-botm {
    color: #999999;
    font-size: 26rpx;
    margin-top: 20rpx;
}
.index-head-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index-head-bottom-item {
    position: relative;
    width: 220rpx;
    height: 128rpx;
    border: 1rpx solid #999999;
    background-color: #FFFFFF;
    color: #333333;
    text-align: center;
    border-radius: 15rpx;
    line-height: 128rpx;
    margin-top: 20rpx;
    font-size: 48rpx;
}
.index-head-bottom-item-active {
    position: relative;
    width: 220rpx;
    height: 128rpx;
    color: #323333;
    background: #FFE6E3;
    border: 1rpx solid #F6220C;
    text-align: center;
    border-radius: 12rpx;
    line-height: 128rpx;
    margin-top: 20rpx;
    font-size: 48rpx;
}
.givemoney {
    position: absolute;
    top: 0;
    left: 0;
    width: 90rpx;
    height: 33rpx;
    background-color: #F6220C;
    color: #FFFFFF;
    font-size: 20rpx;
    line-height: 33rpx;
    text-align: center;
    border-top-left-radius: 12rpx;
    border-bottom-right-radius: 12rpx;
}
.index-body {
    width: 750rpx;
}
.index-body-top {
    /* width: 660rpx; */
    height: 100rpx;
    padding: 0 20rpx;
    border: 1rpx solid #f7f7f7;
    border-radius: 15rpx;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #4b4b4b;
    margin-bottom: 15rpx;
}
.active {
    background-color: #FDE34880;
    color: #323333;
}
.index-body-top view {
    width: 20%;
}
.index-body-top input {
    width: 80%;
    text-align: right;
}
.index-body-bottom {
    width: 750rpx;
    padding: 30rpx 20rpx;
    background-color: white;
    border-top: 16rpx solid #f2f2f2;
    margin-top: 20rpx;
    box-sizing: border-box;
}
.checkbox {
    display: flex;
    align-items: center;
}
.index-body-bottom-info {
    /* margin-top: 65rpx; */
}
.index-body-bottom-info view {
    margin-top: 10rpx;
}
.btn {
    margin-top: 50rpx;
}
.btn button {
    width: 710rpx;
    height: 80rpx;
    line-height: 80rpx;
    border-radius: 40rpx;
    margin: 0 auto;
    color: white;
    font-size: 32rpx;
    background: linear-gradient(90deg, #FF6B6B 4%, #F6220C 100%);
}
.rule text {
    margin-left: 15rpx;
    color: #88B5D1;
}