jobHunting.less 6.2 KB

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