trafficManage.css
1021 Bytes
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
.tab_line{
background-color: #ffffff;
height: 800px;
padding-left: 3px;
padding-right: 3px;
}
.tab_line .breadcrumb{
color: #3f444a;
padding-top:10px;
}
.tab_line .panel-wrap{
height: 100%;
padding-left: 3px;
padding-right: 3px;
}
.tab_line .panel-wrap ._panel{
border: 1px solid #ddd;
box-shadow: 0 2px 5px 0 rgba(221, 221, 221, 0.32),0 2px 10px 0 rgba(221, 221, 221, 0.32);
width: 100%;
height: 100%;
position: relative;
/* overflow: auto; */
}
.tab_line .panel-wrap ._panel ._head{
height: 42px;
line-height: 42px;
padding-left: 15px;
font-size: 16px;
font-family: 微软雅黑;
}
.table-striped>tbody>tr:nth-of-type(even) {
background-color: #eee;
}
.breadcruma {
margin:0 auto;
}
.breadcruma li {
text-align:center;
margin:0 auto;
list-style-type:none;
}
.divVerHorCenter{
line-height: 3;
position: absolute;
padding-left: initial;
top: 50%;
left: 50%;
width:50%;
-webkit-transform: translateX(-50%) translateY(-50%);
}