审查视图

public/assets/css/post_list.css 2.8 KB
景龙 authored
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167
.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);
}