ProjectMap.css
1.72 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
#container, body, html {
width: 100%;
height: 100%;
overflow: hidden;
margin: 0;
font-family: "微软雅黑"
}
.BMap_bubble_title {
font-weight: 900 !important
}
.iconfont {
font-size: 42px!important
}
/*footer*/
.footer-list {
position: fixed;
bottom: 22px;
z-index: 9999999;
width: 94.9%;
height: 70px;
justify-content: space-evenly;
font-size: 18px
}
.footer-eq, .footer-onlineRate, .footer-project, .footer-tuoRate {
align-items: center;
justify-content: space-around;
width: 16%;
height: 100%;
border: 1px #3795f2 solid;
border-radius: 20px;
background-color: #eee
}
/*数据刷新倒计时*/
.top-refresh-data {
position: fixed;
top: 11px;
left: 120px;
width: 10%;
height: 32px;
line-height: 35px;
background-color: #fff;
font-size: 1vw;
box-shadow: 1px 2px 1px rgba(0,0,0,.15);
border-radius: 3px
}
/*右侧列表搜索框*/
.sidebar-list {
position: fixed;
right: 10px;
top: 10%;
z-index: 990099;
max-height: 300px;
overflow-y: auto;
font-size: 20px;
background-color: #eee
}
.layui-nav {
z-index: 9999
}
/*右侧列表 明细链接*/
.layui-nav-tree .layui-nav-child a {
height: 25px !important;
line-height: 25px !important;
font-size: 11px
}
.layui-nav-child a:hover {
border-bottom: 3px solid #42b983
}
.query-project {
display: none;
position: fixed;
top: 110px;
margin-left: 23px;
z-index: 9;
width: 156px;
height: 24px;
outline: 0;
border-radius: 5px
}
.query-project-head {
position: fixed;
z-index: 99;
width: 160px;
background: #007ddb;
height: 38px !important;
line-height: 38px !important
}