sale_people.css
1.1 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
body{
background-color: #FFFFFF;
}
.position_a{
position: fixed;
bottom:0.2rem;
}
.pic_wrap{
width: 2.3rem;
height: 1.74rem;
margin: 1.17rem auto 0.9rem;
}
.text_item {
box-shadow: 0rem 0rem 0.2rem rgba(0, 0, 0, 0.1) inset;
display: flex;
width: 6.1rem;
height: 1rem;
background-color: #F8F8F8;
align-items: center;
border-radius: 0.2rem;
background-color: #F8F8F8;
position: relative;
margin-bottom: 0.32rem;
margin: 0 auto 0.34rem;
}
.no_margin {
margin: 0;
}
.text_tit {
margin-right: 0.4rem;
font-size: 0.3rem;
margin-left: 0.35rem;
}
.baby_input {
background-color: #F8F8F8;
border: none;
outline: none;
height: 90%;
width: 3.5rem;
font-size: .3rem;
}
.text_item:first-child {
margin-bottom: 0.3rem;
}
.text_tit .iconfont{
font-size: 0.32rem;
margin-right: 0.1rem;
color: #F5AD17;
}
.btn {
width: 6.1rem;
height: 0.88rem;
line-height: 0.88rem;
font-size: 0.36rem;
font-weight: bold;
color: #FFFFFF;
text-align: center;
background-color: #F5AD17;
margin-top: 0.5rem;
border-radius: 0.2rem;
box-shadow: 0.05rem 0px 0.2rem rgba(0, 0, 0, 0.1) inset;
margin: 0.82rem auto;
}