list_zhaopin.less 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407
  1. @charset "utf-8";
  2. .empty {
  3. width: 100%;
  4. height: 350px;
  5. line-height: 350px;
  6. text-align: center;
  7. .empty_img {
  8. vertical-align: -30px;
  9. margin-right: 20px;
  10. }
  11. .empty_text {
  12. font-size: 26px;
  13. color: #999;
  14. }
  15. }
  16. .pagination11 {
  17. width: 1200px;
  18. margin: 50px auto;
  19. }
  20. //分页
  21. .pagination {
  22. width: 1200px;
  23. height: 34px;
  24. margin-left: 141px;
  25. display: flex;
  26. justify-content: center;
  27. margin: 0;
  28. // 鼠标移入后字体颜色
  29. .el-pagination::v-deep :hover {
  30. color: #255590;
  31. }
  32. .el-pagination.is-background::v-deep .btn-next,
  33. .el-pagination.is-background::v-deep .btn-prev {
  34. width: 70px;
  35. height: 34px;
  36. margin: 0px 10px;
  37. border-radius: 4px;
  38. }
  39. .el-pagination.is-background::v-deep .el-pager li {
  40. margin: 0px 10px;
  41. width: 38px;
  42. height: 34px;
  43. border-radius: 4px;
  44. }
  45. .el-pagination.is-background::v-deep .btn-next.is-active,
  46. .el-pagination.is-background::v-deep .btn-prev.is-active,
  47. .el-pagination.is-background::v-deep .el-pager li.is-active {
  48. background-color: #255590;
  49. color: #fff;
  50. }
  51. }
  52. * {
  53. font-family: "微软雅黑", "microsoft yahei";
  54. }
  55. ul,
  56. ol {
  57. list-style: none;
  58. }
  59. a:active {
  60. text-decoration: none;
  61. }
  62. a:hover {
  63. text-decoration: none;
  64. }
  65. a:visited {
  66. text-decoration: none;
  67. }
  68. a:link {
  69. text-decoration: none;
  70. }
  71. a:focus {
  72. text-decoration: none;
  73. }
  74. body {
  75. position: relative;
  76. }
  77. .clearfix {
  78. overflow: hidden;
  79. }
  80. .clearfix_2::after {
  81. content: '';
  82. display: block;
  83. height: 0;
  84. visibility: hidden;
  85. clear: both;
  86. }
  87. .hiddenColor {
  88. visibility: hidden;
  89. }
  90. .hand {
  91. cursor: pointer;
  92. }
  93. .aTag_parent {
  94. position: relative;
  95. }
  96. .aTag_parent>a,
  97. .aTag {
  98. display: block;
  99. width: 100%;
  100. height: 100%;
  101. position: absolute;
  102. z-index: 99;
  103. border: 0px;
  104. top: 0px;
  105. left: 0px;
  106. background: rgba(0, 0, 0, 0);
  107. }
  108. .dot1 {
  109. display: block;
  110. word-break: keep-all;
  111. white-space: nowrap;
  112. overflow: hidden;
  113. text-overflow: ellipsis;
  114. }
  115. .dot2 {
  116. overflow: hidden;
  117. display: -webkit-box;
  118. -webkit-box-orient: vertical;
  119. -webkit-line-clamp: 2;
  120. }
  121. input,
  122. img {
  123. border: none;
  124. }
  125. .cover100 img {
  126. display: block;
  127. width: 100%;
  128. height: 100%;
  129. object-fit: cover;
  130. }
  131. .back100 {
  132. background-size: 100% 100%;
  133. background-repeat: no-repeat;
  134. }
  135. article,
  136. aside,
  137. footer,
  138. header,
  139. time,
  140. video,
  141. main,
  142. nav,
  143. h4,
  144. h3,
  145. section {
  146. display: block;
  147. }
  148. .index_main {
  149. width: 1200px;
  150. margin: 0 auto;
  151. min-height: 400px;
  152. }
  153. .slow_6 {
  154. -webkit-transition: all .6s;
  155. -moz-transition: all .6s;
  156. -ms-transition: all .6s;
  157. -o-transition: all .6s;
  158. transition: all .6s;
  159. }
  160. .table_head {
  161. border-bottom: solid 1px #E9E9E9;
  162. .table_head_masg {
  163. width: 154px;
  164. }
  165. .table_head_company {
  166. width: 340px;
  167. padding: 0px 8px;
  168. box-sizing: border-box;
  169. margin-left: 80px;
  170. }
  171. .table_head_job {
  172. width: 265px;
  173. padding: 0px 8px;
  174. box-sizing: border-box;
  175. margin-left: 20px;
  176. }
  177. .table_head_address {
  178. width: 140px;
  179. margin-left: 6px;
  180. }
  181. }
  182. .table_head div {
  183. float: left;
  184. height: 61px;
  185. line-height: 61px;
  186. font-size: 16px;
  187. color: #666;
  188. box-sizing: border-box;
  189. }
  190. .table_head .table_head_time {
  191. width: 174px;
  192. float: right;
  193. }
  194. .table_ul {
  195. .table_li {
  196. border-bottom: solid 1px #E9E9E9;
  197. }
  198. .table_li_a {
  199. display: block;
  200. }
  201. .table_li div {
  202. float: left;
  203. box-sizing: border-box;
  204. }
  205. .table_li_masg {
  206. width: 177px;
  207. font-size: 20px;
  208. color: #333;
  209. font-weight: bold;
  210. }
  211. .table_li_company {
  212. width: 340px;
  213. padding: 0px 8px;
  214. box-sizing: border-box;
  215. margin-left: 53px;
  216. font-size: 16px;
  217. color: #333;
  218. }
  219. .table_li_job {
  220. width: 275px;
  221. padding: 0px 8px;
  222. box-sizing: border-box;
  223. font-size: 14px;
  224. color: #999;
  225. margin-left: 20px;
  226. }
  227. .table_li_job_in {
  228. float: left;
  229. line-height: 25px;
  230. height: 25px;
  231. color: #999;
  232. font-size: 14px;
  233. background: #F8F8F8;
  234. margin-top: 33px;
  235. max-width: 100%;
  236. padding: 0px 10px;
  237. box-sizing: border-box;
  238. }
  239. .table_li_address {
  240. width: 131px;
  241. color: #999;
  242. font-size: 16px;
  243. text-indent: 33px;
  244. background: url(@/public/img/25.png) no-repeat left center;
  245. background-size: 22px auto;
  246. }
  247. .table_li_a .table_li_time {
  248. width: 174px;
  249. float: right;
  250. color: #999;
  251. font-size: 16px;
  252. text-indent: 31px;
  253. background: url(@/public/img/26.png) no-repeat left center;
  254. background-size: 22px auto;
  255. }
  256. .table_li_a:hover {
  257. background: #F6F6F6;
  258. }
  259. .table_li_a:hover .table_li_job_in {
  260. background: #F6F6F6;
  261. }
  262. }
  263. @media screen and (min-width:1200px) {
  264. /*pc_1440*/
  265. .table_li div {
  266. height: 86px;
  267. line-height: 86px;
  268. // text-align: center;
  269. }
  270. @media screen and (max-width:1440px) {
  271. /*1200*/
  272. }
  273. .pc_none {
  274. display: none;
  275. }
  276. }
  277. @media screen and (min-width:801px) {
  278. .table_li_masg .table_li_text {
  279. width: 100%;
  280. }
  281. .table_li_company .table_li_text {
  282. width: 100%;
  283. }
  284. .table_li_address .table_li_text {
  285. width: 100%;
  286. }
  287. }
  288. @media screen and (max-width:800px) {
  289. .index_main {
  290. width: 98%;
  291. margin: 6px auto;
  292. }
  293. .table_li {
  294. margin-bottom: 22px;
  295. }
  296. .table_li_a {
  297. display: block;
  298. overflow: hidden;
  299. }
  300. .table_li_a>div {
  301. height: 33px;
  302. line-height: 33px;
  303. width: 100%;
  304. float: none;
  305. display: flex;
  306. width: 100% !important;
  307. margin: 0 !important;
  308. padding: 0px !important;
  309. background: rgba(0, 0, 0, 0) !important;
  310. text-indent: 0px !important;
  311. }
  312. .table_li div {
  313. height: 33px;
  314. line-height: 33px;
  315. overflow: hidden;
  316. }
  317. .table_li_label {
  318. height: 33px;
  319. line-height: 33px;
  320. float: left;
  321. margin-right: 8px;
  322. font-size: 20px;
  323. color: #333;
  324. word-break: keep-all;
  325. white-space: nowrap;
  326. }
  327. .table_li_text {
  328. font-size: 20px !important;
  329. color: #333 !important;
  330. height: 33px !important;
  331. line-height: 33px !important;
  332. margin-top: 0px !important;
  333. background: rgba(0, 0, 0, 0) !important;
  334. padding: 0px !important;
  335. }
  336. .phone_none {
  337. display: none;
  338. }
  339. }
  340. @media screen and (max-width:599px) {}
  341. @media screen and (max-width:320px) {}