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
 
page {
    background: #FF3D19;
}
.bg_image image{
    width: 100%;
    height: 1200rpx;
}
.iconfont {
    font-size: 48rpx;
}
.index {
    width: 750rpx;
}
.certification {
    width: 675rpx;
    margin: 0 auto;
    border-radius: 30rpx;
    padding: 30rpx;
    box-sizing: border-box;
    background-color: white;
    position: absolute;
    top: 260rpx;
    left: 37.5rpx;
    margin-bottom: 50rpx;
}
.certification_head {
    width: 100%;
}
.certification_head_body {
    width: 100%;
}
.certification_head_body_item {
    width: 100%;
    height: 100rpx;
    display: flex;
    align-items: center;
    font-size: 32rpx !important;
}
.certification_head_body_item view {
    margin-right: 10rpx;
}
.certification_head_body_item button {
    width: 172rpx;
    height: 56rpx;
    line-height: 56rpx;
    border: 1rpx #E2231A solid;
    border-radius: 40rpx;
    font-size: 26rpx;
    color: #E2231A;
    padding: 0 20rpx;
}
.certification_body {}
.login_index_updata_name {
    margin-top: 28rpx;
    margin-left: 48rpx;
}
.login_index_updata_updata {
    width: 90%;
    height: 360rpx;
    margin: 0 auto;
    margin-top: 35rpx;
}
.login_index_updata_updata_item2 {
    width: 100%;
    height: 360rpx;
    border: 1rpx #9a9a9a dotted;
    border-radius: 15rpx;
    text-align: center;
}
.login_index_updata_updata_item_body {
    width: 150rpx;
    height: 360rpx;
    text-align: center;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.img image {
    width: 554rpx;
    height: 360rpx;
    position: relative;
}
.login_index_btn {
    position: relative;
    top: 30rpx;
    margin-bottom: 30rpx;
}
.login_index_btn button {
    width: 90%;
    height: 80rpx;
    background-color: #F36A24;
    border-radius: 50rpx;
    line-height: 80rpx;
    margin: 0 auto;
    color: white;
    font-size: 30rpx;
}
.certification_rule {
    position: relative;
    left: 500rpx;
    top: -10rpx;
}
.certification_rule text {
    color: #8a8a8a;
}
.certification_rule image {
    width: 24rpx;
    height: 24rpx;
    display: inline-block;
}
.classify_text {
    color: #808080;
    margin-left: 40rpx;
}
.select input {
    padding-left: 60rpx;
    color: #808080;
}
.make-item{
    padding-left: 60rpx;
}