list_qiuzhi.less 6.2 KB

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