10646c94
Andy
add
|
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
|
/*topbar--------------*/
.ITD-padding-24 .queryBtnGroup div:first-child {
margin-right: 15px;
}
/*echarts 地磁周转*/
.zzl-qbtcc-box {
width: 100%;
height: 260px;
position: relative;
}
.zzl-qbtcc-chart{
position: absolute;
left: 0;
top:0;
right: 0;
bottom: 0;
}
/* new topbar */
.zzl-parking-l {
float: left;
width: 60px;
height: 34px;
line-height: 34px;
}
.zzl-input78{
width: 60%;
height: 34px;
line-height: 34px;
}
.zzl-ITD-model-contbody{
padding: 0 !important;
}
.zzlfoot-opentable{
max-height: 300px;
overflow-y: auto;
}
|