yfx
2026-03-17 e23e3299e0211c590f2dd8f16c9bb4755f0156b4
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
page{
    background-color: #fbf8f8;
    font-size: 26upx;
}
.auth{
    padding-bottom: 60upx;
}
.tips{
    padding: 30upx;
}
.tips-title{
    font-size: 30upx;
    font-weight: 700;
    margin-bottom: 10upx;
}
.tips-desc{
    font-size: 24upx;
    color: #000000;
    line-height: 40upx;
}
.authView{
    width: 94%;
    margin: 50upx auto 30upx;
    padding: 30upx 0;
    background-color: #ffffff;
}
.auth-title{
    padding: 20upx 30upx;
}
.auth-title-w{
    font-weight: 700;
    font-size: 30upx;
}
.auth-tips{
    float: right;
    display: flex;
    align-items: center;
    font-size: 24upx;
    background-color: #e5eeff;
    padding: 8upx 20upx;
    border-radius: 30upx;
    font-weight: 700;
    margin-top: -8upx;
    color: #7e94bd;
}
.auth-tips image{
    width: 36upx;
    height: 36upx;
    margin-right: 10upx;
}
.auth-desc{
    padding: 0 30upx 20upx 30upx;
    font-size: 24upx;
    color: #666666;
    margin-bottom: 50upx;
}
 
.authImg{
    width: 400upx;
    margin: 0 auto 40upx;
    position: relative;
}
.authImg:last-child{
    margin: 0 auto;
}
.authImg image{
    width: 100%;
    height: 260upx;
    margin-bottom: 20upx;
    border: 1px solid #dddddd;
}
.authImg-desc{
    text-align: center;
    font-weight: 700;
}
.authImg-desc text:nth-child(2){
    color: #7e94bd;
}
.authBtn{
    width: 94%;
    margin: 10upx auto 30upx;
}
.addrItem{
    margin-bottom: 55upx;
}
.authBtn-icon{
    width: 48upx;
    height: 48upx;
    margin-top: 2upx;
    margin-right: 10upx;
}
.authBtn-desc{
    display: flex;
    align-items: center;
    font-size: 24upx;
}
.blue{
    color: #7e94bd;
}
.auth-btn{
    width: 100%;
    margin-top: 30upx;
    height: 90upx;
    background-color: #bfbfbf;
    color: #ffffff;
    letter-spacing: 10upx;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 28upx;
    border-radius: 50upx;
}
.authBtn .active{
    background-color: #e3b400;
}
 
.del{
    position: absolute;
    right: -15upx;
    top: -15upx;
    width: 56upx !important;
    height: 56upx !important;
    z-index: 999;
    border: none !important;
}
.realname{
    padding: 10upx 0;
    font-size: 24upx;
    margin-top: 20upx;
    color: #409EFF;
    background-color: #f3f3f3;
    border-radius: 10upx;
}