index.scss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462
  1. @import "../scssCommon";
  2. .jobList {
  3. .topArea {
  4. position: relative;
  5. width: 100%;
  6. background-color: #fff;
  7. margin-top: 10px;
  8. }
  9. .contentArea {
  10. background-color: #f7f7f7;
  11. width: 1000px;
  12. margin: 0 auto;
  13. box-sizing: border-box;
  14. .selectArea {
  15. display: flex;
  16. padding: 45px 45px 45px 10px;
  17. flex-direction: column;
  18. background: #fff;
  19. .selectContent {
  20. margin-top: 30px;
  21. &:first-child {
  22. margin-top: 0;
  23. }
  24. .content {
  25. width: 100%;
  26. display: flex;
  27. justify-content: flex-start;
  28. align-items: center;
  29. position: relative;
  30. .left {
  31. flex-shrink: 0;
  32. width: 90px;
  33. display: flex;
  34. align-items: center;
  35. justify-content: center;
  36. height: 38px;
  37. align-self: flex-start;
  38. p {
  39. text-align: left;
  40. height: 21px;
  41. font-size: 15px;
  42. color: rgba(46, 55, 67, 1);
  43. line-height: 21px;
  44. font-weight: 500;
  45. }
  46. }
  47. .right {
  48. flex-grow: 1;
  49. display: flex;
  50. justify-content: flex-start;
  51. flex-wrap: wrap;
  52. .cell {
  53. width: 88px;
  54. height: 38px;
  55. border-radius: 2px;
  56. border: 1px solid rgba(239, 239, 239, 1);
  57. display: flex;
  58. justify-content: center;
  59. align-items: center;
  60. margin-left: 10px;
  61. cursor: pointer;
  62. &:nth-child(8n+1), &:first-child {
  63. margin-left: 0;
  64. }
  65. &:nth-child(n+9) {
  66. margin-top: 10px;
  67. }
  68. p {
  69. height: 20px;
  70. font-size: 14px;
  71. font-weight: 400;
  72. color: rgba(85, 85, 85, 1);
  73. line-height: 20px;
  74. }
  75. &.selected {
  76. border: 1px solid rgba(48, 142, 255, 1);
  77. p {
  78. color: rgba(48, 142, 255, 1);
  79. font-weight: 500;
  80. height: 21px;
  81. font-size: 15px;
  82. line-height: 21px;
  83. }
  84. }
  85. &.noneClick {
  86. opacity: 0.6;
  87. cursor: not-allowed;
  88. }
  89. }
  90. }
  91. .more {
  92. position: absolute;
  93. right: 0;
  94. top: 0;
  95. line-height: 38px;
  96. color: #999;
  97. cursor: pointer;
  98. }
  99. }
  100. .smallContent {
  101. background-color: #f7f7f7;
  102. min-height: 50px;
  103. width: 750px;
  104. margin-top: 10px;
  105. margin-left: 90px;
  106. border-radius: 8px;
  107. flex-grow: 1;
  108. display: flex;
  109. justify-content: flex-start;
  110. flex-wrap: wrap;
  111. padding: 20px;
  112. .cell {
  113. width: 88px;
  114. height: 38px;
  115. border-radius: 2px;
  116. display: flex;
  117. justify-content: center;
  118. align-items: center;
  119. margin-left: 10px;
  120. cursor: pointer;
  121. //
  122. //&:nth-child(8n+1), &:first-child {
  123. // margin-left: 0;
  124. //}
  125. //&:nth-child(n+9) {
  126. // margin-top: 10px;
  127. //}
  128. p {
  129. height: 20px;
  130. font-size: 14px;
  131. font-weight: 400;
  132. color: rgba(85, 85, 85, 1);
  133. line-height: 20px;
  134. }
  135. &.selected {
  136. background-color: #dcefff;
  137. p {
  138. color: #2994f2;
  139. font-weight: 500;
  140. height: 21px;
  141. font-size: 15px;
  142. line-height: 21px;
  143. }
  144. }
  145. }
  146. }
  147. }
  148. }
  149. .breadcrumb {
  150. margin-top: 30px;
  151. display: flex;
  152. a, p, h1 {
  153. color: #666;
  154. font-size: 14px;
  155. }
  156. }
  157. .listArea {
  158. //margin-top: 80px;
  159. .sTitle {
  160. height: 25px;
  161. font-size: 18px;
  162. font-weight: 500;
  163. color: rgba(34, 34, 34, 1);
  164. line-height: 25px;
  165. margin-bottom: 14px;
  166. }
  167. .list {
  168. .cell {
  169. background: #FFF;
  170. display: flex;
  171. justify-content: center;
  172. height: 180px;
  173. width: 100%;
  174. margin-top: 10px;
  175. cursor: pointer;
  176. flex-direction: column;
  177. padding: 30px 20px;
  178. .topArea {
  179. width: 100%;
  180. height: 24px;
  181. display: flex;
  182. justify-content: space-between;
  183. align-items: center;
  184. .left {
  185. height:24px;
  186. font-size:17px;
  187. font-weight:500;
  188. color:rgba(34,34,34,1);
  189. line-height:24px;
  190. }
  191. .right {
  192. height:22px;
  193. font-size:19px;
  194. font-weight:bold;
  195. color:rgba(255,51,30,1);
  196. line-height:22px;
  197. }
  198. }
  199. .workDesc {
  200. margin-top: 5px;
  201. flex-shrink: 0;
  202. width: 90%;
  203. height:25px;
  204. line-height: 25px;
  205. font-size:13px;
  206. font-weight:500;
  207. color:rgba(102,102,102,1);
  208. text-align: left;
  209. word-break: keep-all;
  210. white-space: nowrap;
  211. overflow: hidden;
  212. text-overflow: ellipsis;
  213. }
  214. .labelList {
  215. margin-top: 5px;
  216. width: 100%;
  217. display: flex;
  218. .label {
  219. margin-left: 10px;
  220. background:rgba(238,238,238,1);
  221. border-radius:1px;
  222. box-sizing: content-box;
  223. padding: 3px 10px;
  224. &:nth-child(1) {
  225. margin-left: 0;
  226. }
  227. p {
  228. height:17px;
  229. font-size:12px;
  230. font-weight:400;
  231. color:rgba(102,102,102,1);
  232. line-height:17px;
  233. }
  234. }
  235. }
  236. .companyInfo {
  237. margin-top: 20px;
  238. display: flex;
  239. width: 100%;
  240. justify-content: flex-start;
  241. align-items: center;
  242. cursor: pointer;
  243. .logo {
  244. width:20px;
  245. height:20px;
  246. font-size: 0;
  247. img {
  248. width:20px;
  249. height:20px;
  250. border-radius: 2px;
  251. }
  252. }
  253. .companyName {
  254. margin-left: 7px;
  255. height:18px;
  256. font-size:13px;
  257. font-weight:400;
  258. color:rgba(51,51,51,1);
  259. line-height:18px;
  260. text-align: left;
  261. }
  262. }
  263. }
  264. .noneData {
  265. min-height: 100px;
  266. display: flex;
  267. justify-content: center;
  268. align-items: center;
  269. p {
  270. text-align: center;
  271. }
  272. }
  273. }
  274. }
  275. }
  276. .pagination {
  277. margin: 50px;
  278. text-align: center;
  279. }
  280. }
  281. .jobListMobile {
  282. width: 100vw;
  283. height: 100vh;
  284. overflow: hidden;
  285. a {
  286. display: block;
  287. }
  288. .topSelect {
  289. height: pxtovw(45);
  290. margin-bottom: pxtovw(5);
  291. }
  292. .listArea {
  293. height: calc(100vh - 50px);
  294. width: 100%;
  295. overflow-x: hidden;
  296. overflow-y: scroll;
  297. background-color: #f6f5f8;
  298. .sTitle {
  299. height: 25px;
  300. font-size: 18px;
  301. font-weight: 500;
  302. color: rgba(34, 34, 34, 1);
  303. line-height: 25px;
  304. margin-bottom: 14px;
  305. }
  306. .list {
  307. .cell {
  308. background: #FFF;
  309. display: flex;
  310. justify-content: center;
  311. min-height: pxtovw(170);
  312. width: 100%;
  313. margin-top: pxtovw(5);
  314. cursor: pointer;
  315. flex-direction: column;
  316. padding: pxtovw(17) pxtovw(10) pxtovw(7) pxtovw(10);
  317. .topArea {
  318. width: 100%;
  319. height: pxtovw(22);
  320. display: flex;
  321. justify-content: space-between;
  322. align-items: center;
  323. .left {
  324. max-width:pxtovw(231);
  325. height:pxtovw(22);
  326. font-size:pxtovw(16);
  327. font-weight:600;
  328. color:rgba(34,34,34,1);
  329. line-height:pxtovw(22);
  330. overflow: hidden;
  331. text-overflow: ellipsis;
  332. word-break: keep-all;
  333. white-space: nowrap;
  334. }
  335. .right {
  336. height:pxtovw(20);
  337. font-size:pxtovw(17);
  338. font-weight:600;
  339. color:rgba(48,142,255,1);
  340. line-height:pxtovw(20);
  341. }
  342. }
  343. .workDesc {
  344. margin-top: pxtovw(7);
  345. flex-shrink: 0;
  346. height:pxtovw(36);
  347. font-size:pxtovw(13);
  348. font-weight:400;
  349. color:rgba(102,102,102,1);
  350. line-height:pxtovw(18);
  351. display: -webkit-box;
  352. overflow: hidden;
  353. text-overflow: ellipsis;
  354. -webkit-box-orient: vertical;
  355. -webkit-line-clamp: 2;
  356. }
  357. .labelList {
  358. margin-top: pxtovw(11);
  359. width: 100%;
  360. display: flex;
  361. overflow: hidden;
  362. .label {
  363. margin-left: pxtovw(10);
  364. background:rgba(238,238,238,1);
  365. border-radius: pxtovw(1);
  366. box-sizing: content-box;
  367. padding: pxtovw(5) pxtovw(10);
  368. &:nth-child(1) {
  369. margin-left: 0;
  370. }
  371. p {
  372. height:pxtovw(16);
  373. font-size:pxtovw(15);
  374. font-weight:500;
  375. color:rgba(102,102,102,1);
  376. line-height:pxtovw(16);
  377. transform: scale(0.733);
  378. transform-origin: center;
  379. }
  380. }
  381. }
  382. .companyInfo {
  383. margin-top: pxtovw(11);
  384. padding-top: pxtovw(11);
  385. display: flex;
  386. width: 100%;
  387. justify-content: flex-start;
  388. align-items: center;
  389. cursor: pointer;
  390. border-top:pxtovw(1) solid rgba(136,136,136,0.1);;
  391. .logo {
  392. width:pxtovw(18);
  393. height:pxtovw(18);
  394. font-size: 0;
  395. img {
  396. width:pxtovw(18);
  397. height:pxtovw(18);
  398. border-radius: pxtovw(2);
  399. }
  400. }
  401. .companyName {
  402. margin-left: pxtovw(7);
  403. height:pxtovw(16);
  404. font-size:pxtovw(11);
  405. font-weight:400;
  406. color:rgba(102,102,102,1);
  407. line-height:pxtovw(16);
  408. }
  409. }
  410. }
  411. .noneData {
  412. min-height: pxtovw(100);
  413. display: flex;
  414. justify-content: center;
  415. align-items: center;
  416. p {
  417. text-align: center;
  418. }
  419. }
  420. }
  421. }
  422. }
  423. .main {
  424. margin-top: 0 !important;
  425. &.isMobile {
  426. width: 100vw;
  427. }
  428. }