@charset "utf-8";

body{
	padding: 10px;
}
#div_main{
	min-height: 400px;
}

/* 表格头不要背景颜色 */
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	background: none;
	position: relative;
}
table {
	font-size: 14px;
}
/* 表格的图片 */
.table_img{
	width: 80px;
}


.scrollTable{
	overflow-x:scroll;
	max-width:100%;
	position:relative;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	opacity: 1;
	background: none;
}

/* 选中的颜色 */
.cation-list dd a.on,
.cation-list a:hover {
	color: #00acac;
}

/* 组件栏 */
.bfedit_panel {
	z-index: 999;
	position: fixed;
	bottom: 0rem;
	left: 0;
	width: 100%;
	background: #FFFFff;
	height: 300px;
	border-top: #585D62 2px dotted;
}

/* 只要是可以移动的，都加一个虚线 */
.sortable {
	border: #585D62 2px dotted;
	min-height: 30px;
}

/* 栅格显示用 */
.bfRow {
	/* 方便拖拽表格 */
	padding-top: 10px;
	/* background: #FFF2F6; */
	/* border: #585D62 1px solid; */
}

.bfRow>[class^=col-] {
	border: #585D62 2px dotted;
	padding: 10px;
}

.lajixiang {
	z-index: 9999;
	overflow: hidden;
	position: absolute;
	top: 50%;
	right: 10px;
	background: #ffffff;
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/* 表单 */
.layui-form-label{
	width:130px
}
.layui-input-block{
	margin-left:150px;
	width: 60%;
}

/* 图片上传 */
.imgUploadedList{
	display: flex;
	flex-wrap:wrap;
}
.imgUploadedItem{
	width: 120px;
	margin: 10px;
	position: relative;
}
.imgUploadedList img{
	padding-top: 20px;
	width: 120px;
	max-height: 120px;
}
.imgUploadedItem:hover{
	position: relative;
	background: #FFFFF0;
}
.imgUploadedItem i{
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 20px;
	color: red;
}

/* 复选框颜色 */
.layui-form-checked span, .layui-form-checked:hover span{
	background-color:#1E9FFF;
}
.layui-form-checked i, .layui-form-checked:hover i{
	color:#1E9FFF;
}
.layui-form-checked[lay-skin=primary] i{
	border-color:#1E9FFF;
	background-color:#1E9FFF;
}

/* 表格筛选 */
.sx-search-right{
	display: flex;width: 250px;float: right;
}
.fixed-table-pagination{
	display: flex;
	justify-content: space-between
}