odc.xiaohui
2023-04-07 f693c859cdaf607c2a146ef89a7a2ce0d9476d1a
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
.input-view{
    width: 100%;
    height: 50px;
}
.input{
    margin-left: 10%;
    position:absolute; top:10px;
    height: 30px;
    width: 80%;
    background-color:     #F5F5F9;
    border-radius: 10px;
}
.manager{
   width: 100%;
}
.wenzi{
    font-size: 14px;
    margin-left: 2%;
    background-color:     #F5F5F9;
    height: 40px;
}
.radio{
    float: right;
    margin-top: -8%;
}
.name{
    font-size: 14px;
    margin-left: 13%;
    margin-top: -6%;
    width: 30%;
}
.button{
width: 10%;
float: right;
margin-top: -6%;
}
.center{
    text-align:center;
}
.managerIcon{
    margin-left: 2%;
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
/* .member{
    height: 30px;
    font-size: 14px;
    background-color:     #F5F5F9;
} */
.list{
    margin-top: 2%;
    margin-bottom: 2%;
    width: 100%;
    height: 30px;
}