trafficManage.css
1.36 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
.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%);
}
.inputCommon{
height: 30px;
padding: 5px 10px;
font-size: 12px;
line-height: 1.5;
box-shadow: none !important;
border: 1px solid #c2cad8;
background-color: #fff;
}
.dateRange {
width: 40px;
text-align: center;
}
.dateTime {
width: 100px;
}
.inputCarPlate {
width: 100px;
}
.inLine_block {
display: inline-block;
}