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
@media only screen and (min-width: 1029px){
.mainPage{
width: 100%;
height: 100vh;
position: relative;
.mapChina{
width: 8rem;
height: 6.24rem;
}
.section{
.leftBlock{
z-index: 1;
.deptIntroduction,.deptOperation,.deptNews{
height: 3.02rem;
background: url("~@/assets/img/l-border-1.png");
background-size: 100% 100%;
}
.deptOperation,.deptNews{
margin-top: .2rem;
}
}
.centerBlock {
position: relative;
.search-box {
position: absolute;
top: .2rem;
left: .2rem;
z-index: 1;
}
.nationwide,.itemNation{
margin-top: .2rem;
height: 3.02rem;
background: url("~@/assets/img/c-border-b.png");
background-size: 100% 100%;
}
}
.rightBlock{
z-index: 1;
.knowledgeGraph,.importantProject{
height: 4.62rem;
background: url("~@/assets/img/r-border-1.png");
background-size: 100% 100%;
}
.importantProject {
margin-top: .2rem;
}
}
}
}
}