index.scss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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. .main {
  282. margin-top: 0 !important;
  283. &.isMobile {
  284. width: 100vw;
  285. }
  286. }