my.wxss
3.3 KB
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
/* pages/my/my.wxss */
@import "../../templates/templates.wxss";
@import "../../pages/css/modal.wxss";
.head-box {
position: relative;
}
.head-box .head {
width: 100%;
height: 314rpx;
background-image: url('http://pic.97uimg.com/back_pic/20/15/11/05/f87b770c518ed891c289e9c3ee1f2d80.jpg');
background-repeat: no-repeat;
-webkit-background-size: cover;
background-size: cover;
padding: 40rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: flex-start;
-webkit-filter: blur(2rpx); /* Chrome, Opera */
-moz-filter: blur(2rpx);
-ms-filter: blur(2rpx);
filter: blur(2rpx);
}
.left {
position: absolute;
top:65%;
left:102rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.head-box .left .class-box {
display: flex;
flex-direction: column;
margin-top: -10rpx;
align-items: center;
}
.head-box .left .class-box image {
width: 50rpx;
height: 64rpx;
margin-bottom: 10rpx;
/*-webkit-filter: blur(10px); !* Chrome, Opera *!*/
/*-moz-filter: blur(10px);*/
/*-ms-filter: blur(10px);*/
/*filter: blur(10px);*/
}
.head-box .left .class-box text {
width: 36rpx;
height: 15rpx;
text-align: center;
line-height: 15rpx;
/*padding: 6rpx 10rpx;*/
background-color: #E2C8B1;
color: #ffffff;
font-size: 10rpx;
border-radius: 4rpx;
}
.user-img {
position: absolute;
top:40rpx;
left:40rpx;
width: 173rpx;
height: 173rpx;
border-radius: 50%;
}
.head-box .right {
position: absolute;
top: 13%;
left: 250rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
color: #ffffff;
}
.head-box .right .name {
font-size: 34rpx;
margin-bottom: 6rpx;
}
.head-box .right .area {
font-size: 28rpx;
display: flex;
align-items: center;
margin-bottom: 32rpx;
}
.head-box .right .area .iconfont {
color: #ffffff;
font-size: 34rpx;
margin-right: 6rpx;
}
.head-box .right .qian {
font-size: 24rpx;
}
.menu-box {
display: flex;
flex-direction: column;
padding: 0 36rpx;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.btn-box {
display: flex;
align-items: center;
border-bottom: 1rpx solid #f2f2f2;
/* justify-content: space-between; */
}
.button {
margin: 0;
padding: 0;
line-height: normal !important;
background-color: #fff;
border:0;
}
.button::after {
border:0;
line-height: 0;
}
.icon-money {
width: 52rpx;
height: 52rpx;
margin-right: 42rpx;
}
.icon-safety {
width: 50rpx;
height: 46rpx;
margin-right: 42rpx;
}
.icon-authentication {
width: 54rpx;
height: 48rpx;
margin-right: 36rpx;
}
.icon-address {
width: 48rpx;
height: 42rpx;
margin-right: 42rpx;
}
.icon-customer {
width: 52rpx;
height: 50rpx;
margin-right: 38rpx;
}
.icon-walker {
width: 38rpx;
height: 40rpx;
margin-right: 40rpx;
}
.btn-box .right {
display: flex;
align-items: center;
flex:1;
padding: 32rpx 0;
justify-content: space-between;
}
.btn-box .right .text {
color: #252729;
font-size: 28rpx;
}
.btn-box .right .arrow {
width: 14rpx;
height: 26rpx;
}