personmaterial.css
1.4 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
*{
padding: 0;
margin: 0;
}
body,html{
width: 100%;
height: 100%;
overflow: hidden;
}
.person_material{
display:flex;
justify-content: space-between;
align-items: center;
height:1.2rem;
padding-left: 0.7rem;
padding-right: 0.7rem;
}
.content{
margin-top: 0.3rem;
}
.sign{
color:#F44141;
font-size: 0.3rem;
}
.person_name{
font-size: 0.34rem;
color:#333333;
margin-left: 0.2rem;
font-weight: bold;
}
.material_name{
display:flex;
justify-content: space-between;
align-items: center;
font-weight: bold;
}
.person_material_name{
font-size: 0.34rem;
color:#333333;
font-weight: bold;
}
.gochose{
display:flex;
justify-content: space-between;
align-items: center;
}
.icon-arrow{
font-size:0.24rem ;
margin-left: 0.2rem;
}
.line{
height:3px;
background: #E4E4E4;
}
.foot{
display:flex;
justify-content: space-between;
align-items: center;
padding-left: 0.2rem;
padding-right: 0.2rem;
margin-top: 3.18rem;
}
.save{
width:3.4rem;
height:0.88rem;
font-size: 0.34rem;
color:#ffffff;
background: #3990F5;
border-radius: 5px;
text-align: center;
line-height: 0.88rem;
}
.cancel{
width:3.4rem;
height:0.88rem;
font-size: 0.34rem;
color:#888888;
background: #ffffff;
border-radius: 5px;
text-align: center;
line-height: 0.88rem;
border:1px solid #888888;
}