jobRecruit.less 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408
  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-top: solid 1px #d9d9d9;
  162. border-bottom: solid 1px #e9e9e9;
  163. .table_head_masg {
  164. width: 154px;
  165. }
  166. .table_head_company {
  167. width: 340px;
  168. padding: 0px 8px;
  169. box-sizing: border-box;
  170. margin-left: 80px;
  171. }
  172. .table_head_job {
  173. width: 265px;
  174. padding: 0px 8px;
  175. box-sizing: border-box;
  176. margin-left: 20px;
  177. }
  178. .table_head_address {
  179. width: 140px;
  180. margin-left: 6px;
  181. }
  182. }
  183. .table_head div {
  184. float: left;
  185. height: 61px;
  186. line-height: 61px;
  187. font-size: 16px;
  188. color: #666;
  189. box-sizing: border-box;
  190. }
  191. .table_head .table_head_time {
  192. width: 174px;
  193. float: right;
  194. }
  195. .table_ul {
  196. .table_li {
  197. border-bottom: solid 1px #E9E9E9;
  198. }
  199. .table_li_a {
  200. display: block;
  201. }
  202. .table_li div {
  203. float: left;
  204. box-sizing: border-box;
  205. }
  206. .table_li_masg {
  207. width: 177px;
  208. font-size: 20px;
  209. color: #333;
  210. font-weight: bold;
  211. }
  212. .table_li_company {
  213. width: 340px;
  214. padding: 0px 8px;
  215. box-sizing: border-box;
  216. margin-left: 53px;
  217. font-size: 16px;
  218. color: #333;
  219. }
  220. .table_li_job {
  221. width: 275px;
  222. padding: 0px 8px;
  223. box-sizing: border-box;
  224. font-size: 14px;
  225. color: #999;
  226. margin-left: 20px;
  227. }
  228. .table_li_job_in {
  229. float: left;
  230. line-height: 25px;
  231. height: 25px;
  232. color: #999;
  233. font-size: 14px;
  234. background: #F8F8F8;
  235. margin-top: 33px;
  236. max-width: 100%;
  237. padding: 0px 10px;
  238. box-sizing: border-box;
  239. }
  240. .table_li_address {
  241. width: 131px;
  242. color: #999;
  243. font-size: 16px;
  244. text-indent: 33px;
  245. background: url(@/public/search/location.png) no-repeat left center;
  246. background-size: 22px auto;
  247. }
  248. .table_li_a .table_li_time {
  249. width: 174px;
  250. float: right;
  251. color: #999;
  252. font-size: 16px;
  253. text-indent: 31px;
  254. background: url(@/public/search/time.png) no-repeat left center;
  255. background-size: 22px auto;
  256. }
  257. .table_li_a:hover {
  258. background: #F6F6F6;
  259. }
  260. .table_li_a:hover .table_li_job_in {
  261. background: #F6F6F6;
  262. }
  263. }
  264. @media screen and (min-width:1200px) {
  265. /*pc_1440*/
  266. .table_li div {
  267. height: 86px;
  268. line-height: 86px;
  269. // text-align: center;
  270. }
  271. @media screen and (max-width:1440px) {
  272. /*1200*/
  273. }
  274. .pc_none {
  275. display: none;
  276. }
  277. }
  278. @media screen and (min-width:801px) {
  279. .table_li_masg .table_li_text {
  280. width: 100%;
  281. }
  282. .table_li_company .table_li_text {
  283. width: 100%;
  284. }
  285. .table_li_address .table_li_text {
  286. width: 100%;
  287. }
  288. }
  289. @media screen and (max-width:800px) {
  290. .index_main {
  291. width: 98%;
  292. margin: 6px auto;
  293. }
  294. .table_li {
  295. margin-bottom: 22px;
  296. }
  297. .table_li_a {
  298. display: block;
  299. overflow: hidden;
  300. }
  301. .table_li_a>div {
  302. height: 33px;
  303. line-height: 33px;
  304. width: 100%;
  305. float: none;
  306. display: flex;
  307. width: 100% !important;
  308. margin: 0 !important;
  309. padding: 0px !important;
  310. background: rgba(0, 0, 0, 0) !important;
  311. text-indent: 0px !important;
  312. }
  313. .table_li div {
  314. height: 33px;
  315. line-height: 33px;
  316. overflow: hidden;
  317. }
  318. .table_li_label {
  319. height: 33px;
  320. line-height: 33px;
  321. float: left;
  322. margin-right: 8px;
  323. font-size: 20px;
  324. color: #333;
  325. word-break: keep-all;
  326. white-space: nowrap;
  327. }
  328. .table_li_text {
  329. font-size: 20px !important;
  330. color: #333 !important;
  331. height: 33px !important;
  332. line-height: 33px !important;
  333. margin-top: 0px !important;
  334. background: rgba(0, 0, 0, 0) !important;
  335. padding: 0px !important;
  336. }
  337. .phone_none {
  338. display: none;
  339. }
  340. }
  341. @media screen and (max-width:599px) {}
  342. @media screen and (max-width:320px) {}