sbkzAdminTable2.less 1.8 KB
@import "variable.less";
.KZ_table1_table{
	&.RZR{
		padding-top:0px;
	}
	table.table1{
		thead tr td,thead tr th{
			border:1px solid #ccc;
			border-right:0px;
			&:last-child{
				border-right:1px solid #ccc;
			}
		}
		tbody{
			tr td,tr th{
				&:first-child{
					color:#e75a62;
				}
			}
			.bj{
				font-size:16px;
				font-weight:normal;
				line-height:20px;
				display:block;
			}
			.tm{
				font-size:12px;
				line-height:15px;
				display:block;
			}
		}
	}
}
.RZR{
	.search-box{
		padding:20px 0px;
		font-size:14px;
		color:#e75a62;
		font-weight:bold;
		.search-btn{
			display:inline-block;
			width:6.0em;
			color:#fff;
			background-color:rgba(231,91,98,1);
			line-height:38px;
			text-align:center;
			.variable-border-radius(5px);
			.css3-transition(all;0.5s;ease-in;);
			&:hover{
				background-color:rgba(231,91,98,0.6);
			}
		}
		.key-item{
			display:inline-block;
			line-height:38px;
			margin-right:1.5em;
			input{
				display:inline-block;
				vertical-align:middle;
				line-height:20px;
				font-size:14px;
				color:#333;
				padding:8px 5px;
				border:1px solid #ccc;
				outline:none;
			}
		}
	}
}
.KZJD_table_container{
	.top-navigation{
		&:after{
			.clear-float();
		}
		background:-moz-linear-gradient(left, #195dab, #195dab);
		background:-webkit-linear-gradient(left, #195dab, #195dab);
		background:linear-gradient(left, #195dab, #195dab);
		line-height:40px;
		padding:5px 30px 0px;
		color:#fff;
		.nav-name{
			float:left;
			font-size:20px;
			font-weight:bold;
		}
		.nav-list{
			float:right;
		}
	}
}
.nav-list{
	ul{
		list-style:none;
		font-size:16px;
		li{
			float:left;
			text-align:center;
			padding:0em 1.5em;
			.variable-border-radius(6px;);
			.css3-transition(background-color;0.4s;ease-in);
			&:hover{
				background-color:#428add;
			}
		}
	}
	a{
		color:inherit;
	}
}