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
| .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: 30px;
| line-height: 30px;
| font-weight: 900;
| }
| .name{
| font-size: 14px;
| margin-left: 0.5rem;
| }
| .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{
| display: flex;
| padding: 0.5rem 1rem;
| width: 100%;
| height: 30px;
| align-items: center;
| }
| .van-swipe-cell__right{
| padding: 0.7rem;
| width: 100%;
| background-color: red;
| color: #FFF;
| }
|
|