<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hide{
	display:none !important;
}
.clearList{
	cursor: pointer;
	font-style: normal;
	margin-left: 5px;
}
.yx_selecter_cont{
	height: auto !important;
	color:#858080;
	position:relative;
	left: 6px;
	border:1px solid #d5d5d5;
}
.yx_selecter_cont li{
	list-style:none;
}
.yx_selecter_downIcon{
	border:5px solid #000;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	position:absolute;
	top:45%;
	right:5px;
}
.yx_selecter_input{
	width:100%;
	color:#adadad;
	max-height:200px;
	min-height:30px;
	background:#fff;
	overflow:hidden;
}
.view_list_input{
	float: left;
	color: #CABBBB;
	min-width:30px;
	width:30px;
}
.yx_selecter_list.selectedStyle{
	background: #1E90FF;
	color: #fff;
}
.yx_selecter_list.selectHover{
	background:#1E90FF;
	color: #fff;
}
.yx_selecter_input .yx_selecter_list_input{
	border:none;
	outline:none;
	padding: 0 0 0 10px;
	width:50px;
	height:30px;
	background:none;
	box-shadow:none !important;

}
ul.yx_selecter_contenter{
	background: #fefefe;
	position: absolute;
	border: 1px solid #d5d5d5;
	max-height: 310px;
	overflow: auto;
	z-index: 999;
	white-space: nowrap;
	width: auto;
	margin: 0;
	box-sizing: content-box;
	left: -1px;
}
.yx_selected_list{
	margin: 0;
}
.yx_selecter_list_style{
	padding:5px 15px;
	cursor:pointer;
}

.yx_grid_contenter{
	position:absolute;
	top:0;
	width:400px;
	background:#333;
	border:1px solid #494444;
	z-index:9999;
}
.yx_grid_contenter .grid_save{
	padding:15px 0;
	text-align:center;
	background:#063a76;
	color:#fffafa;
	cursor:pointer;
}
.yx_selecter_grid_btn{
	position:absolute;
	padding:2px 10px;
	border-radius:5px;
	bottom:4px;
	font-size:19px;
	right:5px;
	cursor:pointer;
}
.view_list {
	float: left;
	background: #87b87f;
	border-radius: 3px;
	margin: 6px 2px;
	padding: 2px 0px 2px 10px;
	color: #fff;
}
/*字典start*/
#dic_add_view{
	padding: 0 50px;
}
.yx_selecter_list_dic{
	text-align: center;
	padding: 9px 0;
	background: #F1F1F1;
	color: #666;
}
.dic_add_content input.dic_vlaue{
	width: 150px;
	border: none;
	padding: 5px;
	outline: none;
}
.dic_add_content table{
	border:1px solid;
	border-color:#d1cece;
}
.dic_add_content tr{
	height:30px;
	border-bottom:1px solid #d1cece;
}
.dic_add_content tr:hover .dic_vlaue{
	background:#f8f7fe;
}
#dic_add_form:hover .del_dic_list{
	display:block;
}
.dic_add_content th{
	text-align:center;
	font-weight:normal;
}
.dic_add_content .table_a{
	border-right:1px solid #d1cece;
	position:relative;
}
.dic_add_content .table_b{
	position:relative;
}
.dic_add_content .del_dic_list{
	position: absolute;
	top: 5px;
	right: -40px;
	color: #979292;
	font-style: normal;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid;
	padding: 0 2px;
	border-radius: 2px;
}
.dic_add_content .del_dic_list.dic_list_Disable{

	color:#c29b9b;
}
.dic_add_content .del_dic_list.dic_list_Enable{
	color:green;
}
.dic_add_content .del_dic_list:hover{
	color: red;
}
.dic_add_content input.check_default{
	position: absolute;
	left: -25px;
	top: 9px;
}
/*字典end*/










</pre></body></html>