index.wxss 5.6 KB

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