index-search.vue 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326
  1. <template>
  2. <view class="index-search">
  3. <view class="search-header">
  4. <u-search placeholder="请输入" v-model="keyword1" :show-action="false" @search="tosearch(1)"></u-search>
  5. <view class="navbar-down">
  6. <view class="scroll-down u-flex u-row-between">
  7. <view class="u-flex down-left">
  8. <text class="text1" :class="{textactive:paixu == 1}" @click="changepaixu(1)">按职位</text>
  9. <text class="text1" :class="{textactive:paixu == 2}" @click="changepaixu(2)">搜公司</text>
  10. </view>
  11. <view class="u-flex down-right">
  12. <view @click="opencity = true" class="u-flex right-item u-row-center">
  13. <text class="text">{{city.name || '全国'}}</text>
  14. <u-icon name="arrow-down-fill" size="20"></u-icon>
  15. </view>
  16. <view @click="$refs.shaixuan.openshaixuan = true" class="u-flex right-item u-row-center">
  17. <text class="text">筛选</text>
  18. <u-icon name="arrow-down-fill" size="20"></u-icon>
  19. </view>
  20. </view>
  21. </view>
  22. </view>
  23. </view>
  24. <view style="height: 70vh;display: flex;justify-content: center;align-items: center;" v-if="list.length == 0">
  25. <u-empty text="暂无数据" mode="list"></u-empty>
  26. </view>
  27. </view>
  28. </template>
  29. <script>
  30. import {getList,getareacity} from "@/units/inquire.js"
  31. export default {
  32. data() {
  33. return {
  34. }
  35. },
  36. onLoad() {
  37. },
  38. onReachBottom() {
  39. if (this.total != this.list.length) {
  40. this.page++
  41. this.getlist()
  42. }
  43. },
  44. methods: {
  45. }
  46. }
  47. </script>
  48. <style lang="scss">
  49. page {
  50. background-color: #F3F3F3;
  51. }
  52. .index-search {
  53. .change-city-popup {
  54. height: calc(100vh - 144rpx);
  55. .change-city-scroll {
  56. min-height: 1rpx;
  57. .change-scroll-right {
  58. height: 100%;
  59. .scroll-left-shi {
  60. line-height: 100rpx;
  61. text-align: center;
  62. font-size: 32rpx;
  63. font-family: PingFangSC-Regular, PingFang SC;
  64. font-weight: 400;
  65. color: #333333;
  66. padding: 0 32rpx;
  67. }
  68. .shiactive {
  69. color: #0C66C2;
  70. }
  71. }
  72. .change-scroll-left {
  73. width: 304rpx;
  74. height: 100%;
  75. background-color: #F5F5F5;
  76. .scroll-left-sheng {
  77. text-align: center;
  78. font-size: 32rpx;
  79. font-family: PingFangSC-Regular, PingFang SC;
  80. font-weight: 400;
  81. color: #333333;
  82. padding: 28rpx 32rpx;
  83. }
  84. .shengactive {
  85. background-color: #fff;
  86. color: #0C66C2;
  87. }
  88. }
  89. }
  90. .change-city-down {
  91. padding: 12rpx 32rpx;
  92. text:first-child {
  93. width: 208rpx;
  94. line-height: 84rpx;
  95. background: #F3F3F3;
  96. border-radius: 10rpx;
  97. text-align: center;
  98. font-size: 32rpx;
  99. font-family: PingFangSC-Medium, PingFang SC;
  100. font-weight: 500;
  101. color: #555555;
  102. }
  103. text:last-child {
  104. width: 454rpx;
  105. line-height: 84rpx;
  106. background: #0C66C2;
  107. border-radius: 10rpx;
  108. text-align: center;
  109. font-size: 32rpx;
  110. font-family: PingFangSC-Medium, PingFang SC;
  111. font-weight: 500;
  112. color: #FFFFFF;
  113. }
  114. }
  115. .change-city-header {
  116. height: 120rpx;
  117. padding: 0 32rpx;
  118. .text {
  119. font-size: 36rpx;
  120. font-family: PingFangSC-Medium, PingFang SC;
  121. font-weight: 500;
  122. color: #222222;
  123. }
  124. }
  125. }
  126. .index-item {
  127. width: 702rpx;
  128. background: #FFFFFF;
  129. border-radius: 20rpx;
  130. margin: 20rpx auto;
  131. padding: 0 20rpx 24rpx 20rpx;
  132. .item-down {
  133. text:first-child {
  134. font-size: 22rpx;
  135. font-family: SFPro-Regular, SFPro;
  136. font-weight: 400;
  137. color: #666666;
  138. }
  139. text:last-child {
  140. font-size: 22rpx;
  141. font-family: PingFangSC-Regular, PingFang SC;
  142. font-weight: 400;
  143. color: #666666;
  144. }
  145. }
  146. .item-gongsi {
  147. margin-bottom: 16rpx;
  148. .text2 {
  149. font-size: 24rpx;
  150. font-family: SFPro-Regular, SFPro;
  151. font-weight: 400;
  152. color: #666666;
  153. }
  154. .logo {
  155. width: 42rpx;
  156. height: 42rpx;
  157. border-radius: 10rpx;
  158. margin-right: 16rpx;
  159. }
  160. .text1 {
  161. max-width: 192rpx;
  162. font-size: 24rpx;
  163. font-family: PingFangSC-Regular, PingFang SC;
  164. font-weight: 400;
  165. color: #444444;
  166. margin-right: 12rpx;
  167. }
  168. }
  169. .item-label {
  170. margin-bottom: 20rpx;
  171. text {
  172. margin-right: 16rpx;
  173. line-height: 46rpx;
  174. background: #F7F7F7;
  175. border-radius: 4rpx;
  176. padding: 0 14rpx;
  177. font-size: 24rpx;
  178. font-family: PingFangSC-Regular, PingFang SC;
  179. font-weight: 400;
  180. color: #5F5F5F;
  181. }
  182. }
  183. .item-top {
  184. height: 88rpx;
  185. .text1 {
  186. font-size: 32rpx;
  187. font-family: PingFangSC-Medium, PingFang SC;
  188. font-weight: 500;
  189. color: #222222;
  190. margin-right: 16rpx;
  191. }
  192. .text2 {
  193. width: 50rpx;
  194. line-height: 32rpx;
  195. background: rgba(255, 83, 53, 0.1);
  196. border-radius: 4rpx;
  197. text-align: center;
  198. font-size: 20rpx;
  199. font-family: PingFangSC-Regular, PingFang SC;
  200. font-weight: 400;
  201. color: #FF5335;
  202. margin-right: 12rpx;
  203. }
  204. .text3 {
  205. width: 90rpx;
  206. line-height: 32rpx;
  207. background: #FFF2E8;
  208. border-radius: 4rpx;
  209. text-align: center;
  210. font-size: 20rpx;
  211. font-family: PingFangSC-Regular, PingFang SC;
  212. font-weight: 400;
  213. color: #FF8620;
  214. margin-right: 12rpx;
  215. }
  216. .text4 {
  217. line-height: 32rpx;
  218. background: #E6EFF8;
  219. border-radius: 4rpx;
  220. padding: 0 4rpx;
  221. text-align: center;
  222. font-size: 20rpx;
  223. font-family: SFPro-Regular, SFPro;
  224. font-weight: 400;
  225. color: #0C66C2;
  226. }
  227. .text5 {
  228. font-size: 32rpx;
  229. font-family: JDZhengHT-Regular, JDZhengHT;
  230. font-weight: 400;
  231. color: #0C66C2;
  232. }
  233. }
  234. }
  235. .search-header {
  236. position: sticky;
  237. top: 0;
  238. left: 0;
  239. z-index: 10;
  240. background-color: #fff;
  241. padding: 20rpx 24rpx;
  242. .navbar-down {
  243. padding-top: 20rpx;
  244. .scroll-down {
  245. .down-right {
  246. .right-item {
  247. // width: 100rpx;
  248. padding: 0 20rpx;
  249. height: 52rpx;
  250. background: #F3F3F3;
  251. border-radius: 4rpx;
  252. margin-left: 20rpx;
  253. .text {
  254. font-size: 26rpx;
  255. font-family: PingFangSC-Regular, PingFang SC;
  256. font-weight: 400;
  257. color: #666666;
  258. margin-right: 4rpx;
  259. }
  260. image {
  261. width: 16rpx;
  262. height: 16rpx;
  263. }
  264. }
  265. }
  266. .down-left {
  267. .text1 {
  268. font-size: 28rpx;
  269. font-family: PingFangSC-Regular, PingFang SC;
  270. font-weight: 400;
  271. color: #777;
  272. margin-right: 32rpx;
  273. }
  274. .textactive {
  275. color: #222222;
  276. }
  277. }
  278. }
  279. }
  280. }
  281. }
  282. </style>