IonicHome.less
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
@import 'common.less';
.IonicHometop1{
height: 100%;
// width:50rem;
color: white;
// margin-top:15px;
// margin-left:50px;
// margin-right:50px;
// margin: 15px 0;
.top1_echarts{
height: 50%;
// height:350px;
background:#2c2c2c ;
}
.IonicHometop2{
display:flex; margin-top:20px;
.IonicHomedetail1{
width: 17.1875rem;
// width:275px;
height:250px;
background:#2c2c2c ;
}
.IonicHomedetail2{
width: 13.75rem;
height: 250px;
// width: 220px;
display: flex;
flex-flow: column;
justify-content: center;
align-items: center;
.IonicHomedetail2_imgsize{
height:30px;width:30px;
}
.IonicHomedetail2_text{
margin-top:15px;font-size:13px;
}
}
}
}