lin
2026-04-22 a170c29ecae3c2be9221f11c644a790f9adaf6fc
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
page{
    background-color: #f5f5f7;
    font-size: 26upx;
}
.profile{
    background-color: #ffffff;
}
.profile-item{
    width: 100%;
    display: flex;
    padding: 30upx 0;
    border-bottom: 1px solid #eeeeee;
}
.profile-item .label{
    display: block;
    display: flex;
    align-items: center;
    width: 200upx;
    margin-left: 30upx;
}
.profile-item view{
    text-align: right;
    width: 80%;
    display: block;
    padding: 0upx 0;
    margin-right: 30upx;
}
.profile-item input{
    font-size: 26upx;
    text-align: right;
    width: 100%;
}
.profile-item image{
    width: 80upx;
    height: 80upx;
}
 
.logout{
    width: 100%;
    margin: 30upx auto;
    height: 86upx;
    background-color: #ffffff;
    color: #333333;
    letter-spacing: 10upx;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 28upx;
}
.red{
    color: #ff5757;
}
 
.Copyright{
    padding-top: 30upx;
    width: 100%;
    color: #666666;
    text-align: center;
}
.Copyright view{
    margin-top: 20upx;
}
.Copyright view text{
    color: #0ca7e7;
}