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
 
page{
    background-color: #FFFFFF;
}
.apply-agent .banner {
    background-repeat: no-repeat;
    background-size: 100%;
}
.apply-agent .banner image {
    width: 750rpx;
    height: 348rpx;
}
.form-wrap {
    background: #FFFFFF;
    box-shadow: 0 0 8rpx 0 rgba(0, 0, 0, .2);
}
.form-item {
    padding: 20rpx 0;
    /* margin-bottom: 20rpx; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28rpx;
    height: 100rpx;
    box-sizing: border-box;
}
.form-item .field-name {
    width: 180rpx;
}
.form-item input {
    font-size: 28rpx;
}
.agreement-content {
    max-height: 60vh;
    overflow-y: auto;
}
.apply-agent .btn-red{
    width: 600rpx;
    height: 88rpx;
    line-height: 88rpx;
    border-radius: 44rpx;
    background: #FF5649;
    border-color: #FF5649;
}