sbkzAdminTable3.less 1.8 KB
@import "variable.less";
.KZ_table1_table.Date-look{
	padding-top:20px;
}
.KZ_table1_table{
	table.table2{
		thead tr th,thead tr td{
			background-color:#fceaec;
			color:#e75a62;
		}
		tbody tr td:first-child,tbody tr th:first-child{
			color:#333;
		}
		tbody tr td,tbody tr th{
			padding:15px 0px;
		}
		pre{
			display:inline-block;
		}
		.tab_txt{
			display:inline-block;
			text-align:left;
			line-height:20px;
		}
		.tab-format{
			text-align:center;
		}
	}
}
.kz_msg_fix_block{
	position:fixed;
	left:0px;
	top:0px;
	bottom:0px;
	right:0px;
	z-index:9999;
	display:none;
	.mark_layout{
		width:100%;
		height:100%;
		background-color:rgba(0,0,0,0.3);
	}
	.content_block{
		width:400px;
		height:260px;
		background-color:rgba(255,255,255,1);
		position:absolute;
		left:0px;
		top:0px;
		right:0px;
		bottom:0px;
		margin:auto;
	}
}
.content_block{
	.gx{
		display:block;
		width:6.0em;
		text-align:center;
		color:#fff;
		font-size:14px;
		line-height:30px;
		font-weight:bold;
		background-color:#e75862;
		margin:10px auto;
		.variable-border-radius(4px;);
		.css3-transition(background-color;0.3s;ease-in;);
		&:hover{
			background-color:rgba(231,88,98,0.75);
		}
	}
	.title{
		font-size:14px;
		color:#fff;
		line-height:30px;
		text-align:left;
		font-weight:bold;
		background-color:#e75862;
		padding:0px 8px;
	}
	.table{
		padding:8px;
	}
	table{
		border-spacing:0px;
		width:100%;
		font-size:14px;
		tbody tr td{
			border:1px solid #999;
			.tips{
				font-size:12px;
				vertical-align:baseline;
				color:#e75862;
			}
			input,select{
				border:1px solid #ddd;
				padding:3px;
				color:#000;
				display:block;
				width:100%;
			}
			color:000;
			padding:8px;
			border-right:0px;
			border-bottom:0px;
			&:last-child{
				border-right:1px solid #999;
			}
		}
		tbody tr{
			&:last-child{
				td{
					border-bottom:1px solid #999;
				}
			}
		}
	}
}