IonicsoilHeader.less
1.3 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
@import './common.less';
.flex-box-css{
display: flex;
justify-content: center;
}
.header{
display:flex; line-height:85px;
font-size:1.6rem;
justify-content:
flex-end;color:#cfcdcb;
// margin-right: 4rem;
margin-right: 1.25rem;
.header-body{
font-size:14px;
display: flex;
align-items: center;
.line-css{
width:1px;
height:26px;
// margin-right: 2rem;
margin-right: .625rem;
}
.logout-img{
width:18px;
height:20px;
margin-right: .5rem;
}
.logout-css{
// margin-right: 2rem;
margin-right: .625rem;
}
}
}
.n_header{
display:flex; height:85px;
justify-content: center;color:#cfcdcb;
position: relative;
// margin-right: 4rem;
.header-body{
font-size:14px;
display: flex;
align-items: center;
.line-css{
width:1px;
height:26px;
// margin-right: 2rem;
margin-right: .625rem;
}
.logout-img{
width:18px;
height:20px;
margin-right: .5rem;
}
.logout-css{
// margin-right: 2rem;
margin-right: .625rem;
}
}
}