ionicindex.less
1011 字节
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
@import 'common.less';
.aside-body{
height: 100%;
background-color: #2c2c2c;
.aside{
color: white;
.homeImg{
top:0;
background-color: #2c2c2c;
display: flex;
justify-content: center;
align-items: center;
height: 85PX;
width: 120PX;
.home-size{
width: 38PX;
height: 35PX;
}
}
.aside-menu{
cursor: pointer;
background-color: #2c2c2c;
display: flex;
justify-content: center;
align-items: center;
flex-flow: column;
height: 105PX;
.aside-img{
width: 66PX;
height: 42PX;
}
.aside-text{
font-size: 13PX;
margin-top: 14PX;
}
}
}
}
@media (max-width: 700px){
.aside-body{
display: none;
}
}