lin
2026-04-17 e1b981115b2c3594137bea1f6eaef0b4851e0dbe
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
page{
    background-color: #f5f5f7;
    font-size: 26upx;
}
.myTop{
    padding: 120upx 0 50upx 0;
    width: 100%;
    background: linear-gradient(#b3a1cf 12%, #f8f8f8 96%);
    position: relative;
    display: inline-block;
}
.headimg{
    float: left;
    margin-left: 50upx;
    display: flex;
    align-items: center;
    font-size: 28upx;
}
.headimg image{
    width: 110upx;
    height: 110upx;
    margin-right: 20upx;
    border-radius: 50%;
}
.myNavs{
    width: 94%;
    margin: 0 3%;
    padding: 30upx 0;
    background-color: #ffffff;
    border-radius: 10upx;
}
.myNavs .myNavs-view{
    display: flex;
    padding-top: 30upx;
}
.myNavs .myNavs-view .myNavs-item{
    flex: 1;
}
.myNavs .myNavs-item-icon{
    display: block;
    width: 70upx;
    height: 70upx;
    margin: 0 auto 20upx;
}
.myNavs .myNavs-item-text{
    display: block;
    text-align: center;
}
.myNavs-tips{
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 30upx;
}
.myNavs-tips-text{
    padding: 0 30upx;
    font-size: 30upx;
    font-weight: 700;
}
.myNavs-tips-rgt{
    float: right;
    display: flex;
    align-items: center;
    color: #666666;
}
.myNavs-tips-rgt image{
    width: 36upx;
    height: 36upx;
    margin-right: 30rpx;
}
 
.myServe{
    width: 94%;
    margin: 40upx 3%;
    padding: 30upx 0 10upx 0;
    background-color: #ffffff;
    border-radius: 10upx;
}
.myServe-view{
    padding: 50upx 0 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.myServe-item{
    width: 33.33%;
    margin-bottom: 50upx;
}
.myServe-item image{
    display: block;
    width: 55upx;
    height: 55upx;
    margin: 0 auto 20upx;
}
.myServe-item text{
    display: block;
    text-align: center;
}
.myBeiAn{
    margin-top: 20upx;
    text-align: center;
    font-size: 24upx;
    color: #666666;
}
.myBeiAn view{
    margin-bottom: 10upx;
}
.edu{
    margin: 10upx 0 0 10upx;
    font-size: 24upx;
    color: #f92626;
    font-weight: 700;
}
.equity{
    position: relative;
    width: 94%;
    margin: 0 auto 40upx;
    height: 140upx;
}
.equity image{
    width: 100%;
    height: 100%;
}
.equity .times{
    position: absolute;
    left: 32%;
    top: 28%;
    color: #493b1c;
    font-size: 28upx;
    font-weight: 700;
}