lineControl.css 3.55 KB
.z-depth-1 {
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0
		rgba(0, 0, 0, 0.12);
}

.z-depth-2 {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0
		rgba(0, 0, 0, 0.19);
}

.z-depth-3 {
	box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0
		rgba(0, 0, 0, 0.19);
}

.nav-tabs > li > a, .nav-pills > li > a{
	font-size: 16px;
}

/* 自定义阈值  width 大于1200px  */
@media ( min-width : 1200px) {
	/* 非全屏 */
	.card_wrap {
		overflow-x: auto;
	}
	.card_wrap .col-lg-2 {
		width: 23%
	}
	.card_wrap .col-lg-8 {
		width: 53%;
		margin: 0 8px 0 8px;
	}
	
	/* 全屏模式下 */
	.portlet-fullscreen .card_wrap {
		min-width: 1910px;
	}
	.portlet-fullscreen .card_wrap .col-lg-2 {
		width: 21%
	}
	.portlet-fullscreen .card_wrap .col-lg-8 {
		width: 57.2684321%;
    	margin: 0 7px 0 7px;
	}
}

.card_wrap{
	height: 263px;
	text-align: center;
}

.card_wrap .line_chart{
	height: 100%;
	padding: 0;
}

.card_wrap .line_chart .top{
	height: 69px;
    background: #337AB7;
    border-radius: 5px 5px 0 0 !important;
}

.card_wrap .col-lg-2{
	height: 100%;
	overflow: hidden;
	padding: 0;
	border: 1px solid #337ab7;
}

.card_wrap .col-lg-2 .table-advance thead tr th {
    font-size: 15px;
    font-family: 微软雅黑;
}


.card_wrap .col-lg-2 .table>tbody>tr>td,
.card_wrap .col-lg-2 .table>thead>tr>th{
	padding: 7px;
}

.card_wrap .col-lg-2 .table td{
	font-size: 16px;
	font-family: 微软雅黑
}

.card_wrap .col-lg-2.down{
	border: 1px solid #F36A5A;
}

.card_wrap .col-lg-2 .title{
    line-height: 40px;
    color: #fafafa;
    background: #337ab7;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    padding-left: 10px;
}

.card_wrap .col-lg-2 .title .help_text{
	float: right;
	margin-right: 15px;
	color: #fafcfb;
	font-weight: 400;
	font-size: 14px;
}

.card_wrap .col-lg-2.down .title{
	background: #f36a5a;
}

.card_wrap .col-lg-2 .title .badge{
    border-radius: 12px !important;
    padding: 0;
    height: 24px;
    font-size: 14px !important;
    margin-left: 5px;
    font-weight: bold;
    border: 1px solid white;
    background: #337AB7;
    width: 35px;
    line-height: 24px;
    text-indent: -1px;
}

.card_wrap .col-lg-2.down .title .badge{
	background: #f36a5a;
}

.row.card_wrap .table-advance {
	margin-bottom: 0px !important;
}

/* 上下行滚动条颜色 */
.row.card_wrap .slimScrollBar{
	background: #337ab7 !important;
	border-radius: 5px !important;
}

.row.card_wrap .col-lg-2.down .slimScrollBar{
	background: #f36a5a !important;
}

.row.card_wrap {
	margin-left: 0;
	margin-right: 0;
	overflow-y: hidden;
	    background: #eee;
}

/* svg 样式 */
.line_chart svg{
    border: 1px solid #fdfdfd;
    background: #fdfdfd;
    margin-left: 0px;
    margin-right: 0px;
    box-shadow: 0 8px 17px 0 #999, 0 6px 20px 0 #666;
    padding: 10px 0 10px 0;
    height: calc(100% - 70px);
}
.station_circle{
	fill: #e7ecf1;
    r: 7.6;
}

.up_station_circle_inside{
	fill: #337ab7;
    r: 5;
}

.down_station_circle_inside{
	fill: #F36A5A;
    r: 5;
}

.station_text{
	writing-mode: vertical-lr;
	letter-spacing: -2.6px;
}

.station_text.end{
	fill: none;
    stroke: #F36A5A;
}

.station_text.start{
	stroke: #337AB7;
    fill: none;
}

.up_path{
	stroke-width: 7.4px;
	stroke: #337AB7;
}
.down_path{
	stroke-width: 7.4px;
	stroke: #f36a5a;
}
.up-circle-none{
	fill: #337AB7;
    r: 3;
}

.down-circle-none{
    fill: #F36A5A;
    r: 3;
}