position.wxss 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. /* components/fulltime/fulltime.wxss */
  2. /* 列表 */
  3. .box-item {
  4. min-height: 276rpx;
  5. padding: 30rpx;
  6. display: flex;
  7. font-size: 26rpx;
  8. color: #444;
  9. box-sizing: border-box;
  10. position: relative;
  11. background: #fff;
  12. }
  13. .item-hover {
  14. background: #f5f5f5;
  15. }
  16. .box-item .box-item-img {
  17. display: flex;
  18. flex: 0 0 auto;
  19. width: 150rpx;
  20. height: 150rpx;
  21. border-radius: 6rpx;
  22. background: #fff;
  23. }
  24. .box-item .box-item-info {
  25. display: flex;
  26. flex-direction: column;
  27. justify-content: space-between;
  28. flex-grow: 1;
  29. box-sizing: border-box;
  30. overflow: hidden;
  31. }
  32. .box-item .one {
  33. display: flex;
  34. flex-direction: row;
  35. align-items: center;
  36. justify-content: space-between;
  37. color: #232327;
  38. }
  39. .box-item .one .left {
  40. display: flex;
  41. flex-grow: 1;
  42. align-items: center;
  43. font-size: 32rpx;
  44. font-family: SourceHanSansCN-Regular;
  45. font-weight: 400;
  46. color: rgba(35, 35, 39, 1);
  47. width: 60%;
  48. }
  49. .box-item .one .salary {
  50. font-size: 32rpx;
  51. font-family: ArialMT;
  52. font-weight: 400;
  53. color: #ff401a;
  54. display: flex;
  55. align-items: center;
  56. justify-content: flex-end;
  57. }
  58. /* .box-item .one .salary image {
  59. width: 18rpx;
  60. height: 24rpx;
  61. } */
  62. .box-item .two {
  63. max-height: 55rpx;
  64. overflow: hidden;
  65. display: flex;
  66. /* align-items: center; */
  67. justify-content: space-between;
  68. color: #444;
  69. font-size: 26rpx;
  70. margin-top: 20rpx;
  71. /* transition: all 1s; */
  72. }
  73. /* .box-item .two .limit {
  74. display: flex;
  75. flex-direction: row;
  76. flex-grow: 1;
  77. overflow: hidden;
  78. margin-right: 20rpx;
  79. width: 80%;
  80. color: #444;
  81. }
  82. .box-item .two .limit image {
  83. width: 18rpx;
  84. height: 18rpx;
  85. margin-right: 10rpx;
  86. }
  87. .box-item .two .limit text {
  88. margin-left: 10rpx;
  89. } */
  90. .box-item .two .limit_1 {
  91. display: flex;
  92. flex-direction: row;
  93. flex-grow: 1;
  94. overflow: hidden;
  95. width: 80%;
  96. color: #868b92;
  97. flex-wrap: wrap;
  98. }
  99. /* .box-item .two .limit_1 image {
  100. width: 18rpx;
  101. height: 18rpx;
  102. margin-right: 10rpx;
  103. } */
  104. /* .box-item .two .limit_1 text {
  105. margin-left: 10rpx;
  106. } */
  107. .box-item .two .time {
  108. color: #444;
  109. font-size: 26rpx;
  110. }
  111. .tag-class {
  112. margin-right: 15rpx;
  113. white-space: nowrap;
  114. border: 1rpx solid #0177ff !important;
  115. background: transparent !important;
  116. border-radius: 8rpx !important;
  117. margin-bottom: 15rpx;
  118. color: #0177ff;
  119. font-size: 24rpx !important;
  120. padding: 5rpx 10rpx !important;
  121. }
  122. .tag-class1 {
  123. margin-right: 8rpx;
  124. white-space: nowrap;
  125. border: none !important;
  126. background: rgba(245, 245, 245, 1) !important;
  127. border-radius: 14px !important;
  128. margin-bottom: 12rpx;
  129. font-size: 20rpx;
  130. }
  131. .box-item .three {
  132. display: flex;
  133. justify-content: space-between;
  134. align-items: center;
  135. font-size: 20rpx;
  136. margin-top: 20rpx;
  137. }
  138. /*
  139. .box-item .three image {
  140. width: 16rpx;
  141. height: 19rpx;
  142. } */
  143. .box-item .three .area {
  144. color: #868b92;
  145. font-size: 24rpx;
  146. }
  147. .box-item .three .area .area-name {
  148. margin-left: 10rpx;
  149. color: #444;
  150. font-size: 26rpx;
  151. }
  152. /*.box-item .three .limit {
  153. display: flex;
  154. flex-grow: 1;
  155. overflow: hidden;
  156. margin-right: 10rpx;
  157. width: 80%;
  158. flex-direction: row;
  159. }
  160. .box-item .three .limit i-tag {
  161. margin-left: 10rpx;
  162. }
  163. .box-item .three .time {
  164. flex: 0 0 auto;
  165. color: #868b92;
  166. }
  167. .box-item .three .time image {
  168. width: 18rpx;
  169. height: 18rpx;
  170. }
  171. .box-item .three .time text {
  172. margin-left: 6rpx;
  173. font-size: 20rpx;
  174. } */
  175. .box-item .three .fan {
  176. display: flex;
  177. flex-direction: row;
  178. background: rgba(254, 114, 53, 0.14);
  179. color: #FD7235;
  180. font-size: 22rpx;
  181. align-items: center;
  182. padding: 5rpx 10rpx;
  183. border-radius: 8rpx;
  184. }
  185. /* .box-item .three .fan image {
  186. width: 24rpx;
  187. height: 24rpx;
  188. margin-right: 10rpx;
  189. } */
  190. .box-item .four {
  191. display: flex;
  192. justify-content: space-between;
  193. color: #909090;
  194. font-size: 22rpx;
  195. margin-top: 18rpx;
  196. align-items: center;
  197. }
  198. /* .box-item .four .limit {
  199. display: flex;
  200. flex-direction: row;
  201. flex-grow: 1;
  202. overflow: hidden;
  203. margin-right: 30rpx;
  204. width: 80%;
  205. color: #868b92;
  206. }
  207. .box-item .four .limit image {
  208. width: 18rpx;
  209. height: 18rpx;
  210. }
  211. .box-item .four .limit i-tag {
  212. margin-left: 10rpx;
  213. }
  214. .box-item .four .limit text {
  215. margin-left: 10rpx;
  216. } */
  217. .box-item .four .time {
  218. color: #706f6f;
  219. font-size: 20rpx;
  220. }
  221. .box-item .four .commpany {
  222. flex: 1;
  223. font-size: 26rpx;
  224. color: #444;
  225. }
  226. .box-item .four .area {
  227. width: 175rpx;
  228. text-align: right;
  229. color: #444;
  230. font-size: 26rpx;
  231. }
  232. /* .box-item .four .area image {
  233. width: 16rpx;
  234. height: 19rpx;
  235. } */
  236. .box-item .four .area .area-name {
  237. margin-left: 10rpx;
  238. color: #444;
  239. font-size: 26rpx;
  240. }
  241. .parttime {
  242. font-size: 26rpx;
  243. color: #444;
  244. }
  245. .parttime-text {
  246. margin-left: 0;
  247. }
  248. .address {
  249. font-size: 26rpx;
  250. color: #444;
  251. margin-top: 20rpx;
  252. }
  253. .gaoxin,
  254. .pintuan {
  255. width: 60rpx;
  256. height: 38rpx;
  257. text-align: center;
  258. line-height: 38rpx;
  259. color: #fff;
  260. font-size: 24rpx;
  261. /* background: #05c3ff; */
  262. border-radius: 8rpx;
  263. margin-right: 15rpx;
  264. position: absolute;
  265. left: 0;
  266. top: 0;
  267. }
  268. .gaoxin-image,
  269. .pintuan-image {
  270. height: 65rpx;
  271. width: 65rpx;
  272. }
  273. /*
  274. .pintuan {
  275. background: #ffa835;
  276. } */
  277. .arrow-image {
  278. width: 22rpx;
  279. height: 12rpx;
  280. }
  281. .box-item .down {
  282. max-height: 250rpx;
  283. }
  284. .loading_no {
  285. display: flex;
  286. justify-content: center;
  287. align-items: center;
  288. height: 60rpx;
  289. font-size: 22rpx;
  290. color: #696969;
  291. background: transparent;
  292. }
  293. .box-item .five {
  294. border-top: 2rpx solid #ddd;
  295. display: flex;
  296. justify-content: space-between;
  297. color: #909090;
  298. margin-top: 30rpx;
  299. align-items: center;
  300. font-size: 20rpx;
  301. }
  302. .box-item .five .pt-member {
  303. color: #525255;
  304. margin-top: 18rpx;
  305. }
  306. .box-item .five .number {
  307. color: #ff8f01;
  308. font-weight: 700;
  309. }
  310. .box-item .five .endtime {
  311. color: #888;
  312. margin-top: 18rpx;
  313. }
  314. .time {
  315. color: #ff8f01;
  316. font-weight: 700;
  317. }