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
/* pages/memberChange/memberChange.wxss */
.con_memberChange{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
width: 260px;
height: 280px;
}
.top_memberChange{
width: 100%;
text-align: left;
font-size: 14px;
}
.money_memberChange{
width: 100%;
font-size: 14px;
}
.money_memberChange>text{
margin-left: 20px;
}
.huiyuan{
font-size: 12px;
}
.btn{
width: 100%;
display: flex;
justify-content: space-between;
margin-top: 20px!important;
}
.btn>view{
width: 120px;
height: 30px;
text-align: center;
line-height: 30px;
border-radius: 5px;
background: rgb(91,155,213);
color: #fff;
font-size: 14px;
}
.con_memberChange>view{
margin-top: 15px;
}