post_list.css 2.8 KB
.post_1 .path{
	font-size: 14px;
	color:rgba(51,51,51,1);
	margin-top:0.73rem;
}
.post_1 .hr_{
	border-bottom: 1px solid rgba(228,228,228,1);
	margin-top:0.2rem;
}
.post_list{
	padding-top:0.48rem;
	padding-bottom: 0.37rem;
	border-bottom: 1px solid rgba(228,228,228,1);
}
.post_right{
	border-right: 1px dashed rgba(228,228,228,1);
}
.post_list .title{
	font-size: 18px;
	color:rgba(51,51,51,1);
}
.post_list .education{
	font-size: 14px;
	color:rgba(102,102,102,1);
	margin-top:0.16rem;
}
.post_center{
	border-right: 1px dashed rgba(228,228,228,1);
}
.post_center .annual_salary{
	font-size: 18px;
	color:rgba(230,115,22,1);
}
.post_center .time{
	font-size:14px;
	color:rgba(153,153,153,1);
	margin-top:0.18rem;
}
.post_monad{
	border-right:0;
}
.post_monad .annual_salary{
	font-size: 18px !important;
	color:rgba(51,51,51,1);
	text-align: center;
}
.post_monad .time{
	font-size: 14px !important;
	color:rgba(102,102,102,1);
	text-align: center;
}
/*
 * 页数按钮样式
 */
.page_div {
	/*margin-left: 85px;*/
	margin-top: 52px;
	/* margin-bottom: 20px; */
	font-size: 15px;
	font-family: "microsoft yahei";
	color: #666666;
	margin-right: 10px;
	padding-left: 20px;
	box-sizing: border-box;
}
#page{
	
}
.page_div a {
	min-width: 40px;
	min-height: 40px;
	height: 28px;
	border: 1px solid rgba(200, 200, 200, 1) !important;
	border-radius: 6px;
	text-align: center;
	margin: 0 4px;
	cursor: pointer;
	line-height: 40px;
	color: #666666;
	font-size: 16px;
	display: inline-block;
}
#firstPage,
#lastPage {
	width: 40px;
	height: 40px;
	color: #0073A9;
	border: 1px solid #0073A9!important;
}
#prePage,
#nextPage {
	top: 0px;
	position: relative;
	width: 40px;
	color: #0073A9;
	height: 40px;
}
#prePage img {
	width: 13px;
	height: 12px;
	margin: 0 auto;
	margin-top: -2px;
}
#nextPage img {
	width: 13px;
	height: 12px;
	margin: 0 auto;
	margin-top: -2px;
}
.page_div .current {
	background-color: rgba(230,115,22,1);
	border-color: #0073A9;
	color: rgba(255, 255, 255, 1);
}
.totalPages {
	margin: 0 10px;
}
.totalPages span,
.totalSize span {
	color: #0073A9;
	margin: 0 5px;
}


.right_header{
	margin-top:0.67rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid rgba(228,228,228,1);
}
.right_header .title{
	font-size: 18px;
	color:rgba(51,51,51,1);
}
.right_header .more{
	font-size:14px;
	color:rgba(102,102,102,1);
	padding-top:0.05rem;
}
.right_list{
	font-size: 16px;
	color:rgba(102,102,102,1);
}
.right_list span{
	margin-right: 0.1rem;
}
.right_list .list{
	margin-top:0.19rem;
}

/* 2017.10.28 add by rui  分页样式*/
.pagination {
	width: 100%;
	text-align: center;
}
.pagination > li {
	display: inline-block;
	margin: 0 4px;
}
.pagination > li > a, .pagination > li > span {
	border-radius: 6px;
	color: #666666;
	padding: 9px 15px;
}
.pagination .active >span {
	background-color: rgba(230,115,22,1);
	border-color: rgba(230,115,22,1);
}