index.wxss 5.6 KB

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