trafficManage.css 1.36 KB
.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;
}