PersonCenter.css
3.0 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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
.container{
padding: 0 0.4rem;
position: relative;
font-family:PingFangSC-Regular;;
}
/*遮罩*/
.wrap{
width: 7.5rem;
height: 100%;
background-color:rgba(0,0,0,0.5);
position: fixed;
z-index: 2;
margin-left: -0.4rem;
display: none;
}
/*弹层*/
.popup{
width: 5.48rem;
height: 3.2rem;
position: absolute;
z-index: 3;
background-color: #FFFFFF;
left: 1rem;
top: 4.63rem;
display: flex;
flex-direction: column;
align-items: center;
border-radius: 0.15rem;
overflow: hidden;
}
.popup p{
font-size: 0.26rem;
color: #999999;
margin-top: 0.7rem;
text-align: center;
}
.popup span{
font-size: 0.42rem;
margin-top: 0.4rem;
color: #333333;
text-align: center;
}
.popup_footer{
width: 5.48rem;
height: 0.8rem;
position: absolute;
bottom: 0;
left: 0;
background-color: #FFB800;
text-align: center;
line-height: 0.8rem;
color: #FFFFFF;
font-size: 0.3rem;
}
/*个人信息*/
.person_info{
display: flex;
align-items: center;
margin-top: 0.42rem;
}
.person_info img{
width: 1.08rem;
height: 1.08rem;
display: block;
border-radius: 50%;
margin-right: 0.41rem;
}
.person_name{
font-size: 0.34rem;
color: #333333;
margin-right: 2.1rem;
white-space: nowrap;
width:1.3rem;
}
.person_info_btn{
font-size: 0.26rem;
color: #FEAD00;
display: block;
width: 1.68rem;
height: 0.57rem;
line-height: 0.57rem;
text-align: center;
border: 1px solid #FEAD00;
border-radius: 0.29rem;
}
/*待支付-制作中*/
.white{
display: flex;
margin-top: 0.64rem;
}
.white .iconfont{
font-size: 0.4rem;
text-align: center;
margin-bottom: 0.14rem;
}
.white_item{
display: flex;
flex-direction: column;
width: 25%;
position: relative;
}
.white_item p{
font-size: 0.26rem;
color: #666666;
text-align: center;
}
.white_item_num{
position: absolute;
width: 0.28rem;
height: 0.28rem;
background-color: #FF4800;
right: 0.3rem;
top: -0.1rem;
border-radius: 50%;
color: #FFFFFF;
font-size: 0.2rem;
text-align: center;
line-height: 0.28rem;
}
/*我的钱包*/
.menu_list{
margin-top: 0.3rem;
}
.menu_item{
display: flex;
height: 1.1rem;
line-height: 1.1rem;
border-bottom: 1px solid #E4E4E4;
}
.menu_item p{
font-size: 0.3rem;
color: #333333;
margin-left: 0.21rem;
white-space: nowrap;
position: relative;
}
.menu_item span{
font-size: 0.2rem;
position: absolute;
right: 0.57rem;
}
.menu_list .icon-qianbao{
color: #FEE19D;
font-size: 0.3rem;
}
.menu_list .icon-youhuiquan{
color: #FEBAAE;
font-size: 0.24rem;
}
.menu_list .icon-liwu{
font-size: 0.3rem;
color: #FEBF8C;
}
.menu_list .icon-erji{
font-size: 0.3rem;
color: #CDBEEC;
}
/*footer*/
.footer{
position: fixed;
bottom: 0;
left: 0;
width: 7.5rem;
left: 50%;
margin-left: -3.75rem;
border-top: 1px solid #CCCCCC;
background-color: #FFFFFF;
font-size: 0.22rem;
height: 1rem;
display: flex;
justify-content: space-around;
}
.footer_item {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.footer_item span{
color: #999999;
}
.footer_item img{
width: 0.7rem;
height: 0.7rem;
}
.footer_active span{
color: #FEAD00;
}