dealingproject.css 1.73 KB
.div-search{
	border: 1px solid #cac8c8;
	border-radius:2px;
    float: left;
	margin-right: 10px;
	font-size: 14px;
}
.div-search input[type="text"] {
	border: none;
	width: 475px;
	height: 36px;
	/* margin-left:15px; */
	padding-left: 15px;
	border-radius:2px;
}
.triangleUp{
	width: 16px;
	height: 16px;
	position: relative;
	top: -6px;
}
.triangleDown{
	width: 16px;
    height: 16px;
    position: relative;
    top: 4px;
    left: -20px;
}
/* ��ɫ��ͼ�갴ť��ʽ */
.btn-gray,.btn-gray:focus{
	border-radius:2px;
    background-color:white;
    border:1px solid #cacaca;
    color:#c9c9c9;
   /*  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.08), 0 1px 2px 0 rgba(0, 0, 0, 0.08); ȥ����Ӱ*/
}
.btn-gray:hover{
	color:white;
	background-color:#979797;
}
.btn-gray:hover span,.btn-gray:hover a{
	color:white;
}
.btn-gray img{
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: -5px;
    font-size:12px;
}
.btn-gray a {
    color:#b1b5b7;
    text-decoration:none;
} 
.btn-gray,.btn-default{
    padding:4px 16px;
    margin-right: 7px;
}

.btn-gray[disabled] span{
	 color: rgba(0,0,0,0.5);
}
#datalist td{
	text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100px;
}
.startTime{
	float: left;
	border: 1px solid #b1b5b7;
	height:32px;
	border-right: none;
}
.startTime span{
	line-height: 30px;
	margin:10px;
	color: black;
}
.div-search img:hover{
	cursor: pointer;
}


/* 已办页面表格分页样式 */
.layui-laypage {
    font-weight: bold;
}
.layui-laypage a, .layui-laypage span{
	margin-left: 5px;
	color: #606266;
}
.layui-laypage .layui-laypage-skip{
	margin-left: 30px;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
	background-color: #1890ff!important;
}
.layui-laypage-btn{
	display: none;
}