index.vue 24 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042
  1. <template>
  2. <view>
  3. <view class="topArea">
  4. <image class="topArea-Bg" :src="$getImageUrl('static/images/applet/index/topBg.png')"></image>
  5. <view class="topArea-top" :style="{height:navBarTop + 'px',width:navBarWidth + 'px'}"></view>
  6. <view class="topArea-nav"
  7. :style="{width:navBarWidth + 'px',height:navBarHeight + 'px',lineHeight:navBarHeight + 'px'}">
  8. <view class="nav-title">晋江零工服务平台</view>
  9. <view class="nav-search" :style="{width:navSearchWidth + 'px', height:navBarHeight+'px'}"><u-search
  10. inputAlign="center" :height="navBarHeight-5" placeholder="搜索" :showAction="false"
  11. @search="goSearch"></u-search>
  12. </view>
  13. </view>
  14. <view class="topArea-main">
  15. <view class="main-title">
  16. <view>灵活用工已成</view>
  17. <view>企业用人新趋势</view>
  18. </view>
  19. <view class="main-banner">
  20. <image class="main-banner-image" :src="$getImageUrl('static/images/applet/index/topBanner.png')"
  21. mode="aspectFit">
  22. </image>
  23. </view>
  24. </view>
  25. </view>
  26. <view class="summary">
  27. <view class="topMenu">
  28. <view class="topMenu-item" @click="goLPage('/pages/comjobs/recruitFast')">
  29. <image class="item-icon" :src="$getImageUrl('static/images/applet/index/topMenuA.png')"></image>
  30. <view class="item-title">晋快招</view>
  31. <view class="item-explain">悬赏招聘</view>
  32. </view>
  33. <view class="topMenu-item" @tap="goJbangjia()">
  34. <image class="item-icon" :src="$getImageUrl('static/images/applet/index/topMenuB.png')"></image>
  35. <view class="item-title">晋帮家</view>
  36. <view class="item-explain">家政服务</view>
  37. </view>
  38. <view class="topMenu-item" @tap="goLPage('/pages/comjobs/jobDemands')">
  39. <image class="item-icon" :src="$getImageUrl('static/images/applet/index/topMenuC.png')"></image>
  40. <view class="item-title">晋全能</view>
  41. <view class="item-explain">零工服务</view>
  42. </view>
  43. <view class="topMenu-item" @tap="goLPage('/pages/comjobs/businessHelp')">
  44. <image class="item-icon" :src="$getImageUrl('static/images/applet/index/topMenuD.png')"></image>
  45. <view class="item-title">晋企帮</view>
  46. <view class="item-explain">订单分包</view>
  47. </view>
  48. </view>
  49. <!-- <view class="topMenu-fill"></view> -->
  50. <view class="topApply">
  51. <view class="topApply-left">
  52. <image class="left-icon" :src="$getImageUrl('static/images/applet/index/topApplyIcon.png')"></image>
  53. </view>
  54. <view class="topApply-center">经纪人福利多多</view>
  55. <view class="topApply-right" @tap="pageUrl(1,'/pages/broker/brokerform')">立即申请</view>
  56. </view>
  57. <view class="hot">
  58. <view class="hot-left" @tap="develop()">
  59. <image class="hot-left-image" :src="$getImageUrl('static/images/applet/index/hotLeft.png')"
  60. mode="aspectFit"></image>
  61. </view>
  62. <view class="hot-right">
  63. <view class="hot-right-item" @click="goLPage('/pages/train/joinlist')">
  64. <view class="item-top">
  65. <view class="item-top-title">
  66. <view class="title-first">培训专场</view>
  67. <view class="title-second">职场提升小技巧</view>
  68. </view>
  69. <image class="item-top-hotRightOne"
  70. :src="$getImageUrl('static/images/applet/index/hotRighrOne.png')"></image>
  71. </view>
  72. <view class="item-bottom">我要报名</view>
  73. </view>
  74. <view class="hot-right-item" @tap="develop()">
  75. <image class="item-hotRightTwo"
  76. :src="$getImageUrl('static/images/applet/index/hotRightTwo.png')"></image>
  77. </view>
  78. </view>
  79. </view>
  80. <view class="tabs">
  81. <view :class="selectID == 0 ? 'tabs-item-select' : 'tabs-item'" @click="selectTab(0)">
  82. <image v-if="selectID != 0" class="item-icon"
  83. :src="$getImageUrl('static/images/applet/index/tabOneA.png')"></image>
  84. <image v-if="selectID == 0" class="item-icon"
  85. :src="$getImageUrl('static/images/applet/index/tabOneB.png')"></image>
  86. <text class="item-title">悬赏聘</text>
  87. </view>
  88. <view :class="selectID == 1 ? 'tabs-item-select' : 'tabs-item'" @click="selectTab(1)">
  89. <image v-if="selectID != 1" class="item-icon"
  90. :src="$getImageUrl('static/images/applet/index/tabTwoA.png')"></image>
  91. <image v-if="selectID == 1" class="item-icon"
  92. :src="$getImageUrl('static/images/applet/index/tabTwoB.png')"></image>
  93. <text class="item-title">超值秒杀</text>
  94. </view>
  95. <view :class="selectID == 2 ? 'tabs-item-select' : 'tabs-item'" @click="selectTab(2)">
  96. <image v-if="selectID != 2" class="item-icon"
  97. :src="$getImageUrl('static/images/applet/index/tabThreeA.png')"></image>
  98. <image v-if="selectID == 2" class="item-icon"
  99. :src="$getImageUrl('static/images/applet/index/tabThreeB.png')"></image>
  100. <text class="item-title">推荐服务</text>
  101. </view>
  102. <!-- <view :class="selectID == 3 ? 'tabs-item-select' : 'tabs-item'" @click="selectTab(3)">
  103. <image v-if="selectID != 3" class="item-icon" :src="$getImageUrl('static/images/applet/index/tabFourA.png')"></image>
  104. <image v-if="selectID == 3" class="item-icon" :src="$getImageUrl('static/images/applet/index/tabFourB.png')"></image>
  105. <text class="item-title">手工单</text>
  106. </view> -->
  107. </view>
  108. </view>
  109. <view class="listContent" v-if="selectID == 0">
  110. <view class="listContent-card" v-for="(item,index) in plist" :key="index" @tap="goDetail(item.id)">
  111. <view class="card-infor">
  112. <view class="card-infor-left">
  113. <view class="left-job card-center">
  114. <image class="card-icon" :src="$getImageUrl('static/images/applet/index/cardA.png')">
  115. </image><text class="job-title">岗位:{{item.title}}</text>
  116. </view>
  117. <view class="left-time card-center">
  118. <image class="card-icon" :src="$getImageUrl('static/images/applet/index/cardB.png')">
  119. </image><text>工作时间:8:00-18:00</text>
  120. </view>
  121. </view>
  122. <view class="card-infor-right">
  123. <view class="right-money card-center">
  124. <image class="card-icon" :src="$getImageUrl('static/images/applet/index/cardC.png')">
  125. </image><text>赏金</text><text class="right-money-num">{{item.retmoney}}元</text>
  126. </view>
  127. <view class="right-place card-center">
  128. <image class="card-icon" :src="$getImageUrl('static/images/applet/index/cardD.png')">
  129. </image><text>地点:{{item.district}}</text>
  130. </view>
  131. </view>
  132. </view>
  133. <view class="card-botInfor">
  134. <view class="card-botInfor-company">{{item.worker.title}}</view>
  135. <view class="card-botInfor-more">...</view>
  136. </view>
  137. </view>
  138. <uni-load-more :status="pstatus"></uni-load-more>
  139. </view>
  140. <view class="developing" style="text-align: center;padding: 30rpx 0;color:#797979" v-if="selectID != 0">
  141. 正在开发中,敬请期待
  142. </view>
  143. <view class="padding-sm"></view>
  144. <view class="padding-xl"></view>
  145. <view class="cu-bar tabbar bg-white foot">
  146. <view class="action text-red" @tap="goNavPage('/pages/index/index')">
  147. <view class="cuIcon-cu-image">
  148. <image src="../../static/tabbar/indexSelected.png"></image>
  149. </view>
  150. 首页
  151. </view>
  152. <view class="action text-gray" @tap="goNavPage('/pages/comjobs/comjobs')">
  153. <view class="cuIcon-cu-image">
  154. <image src="../../static/tabbar/jobs.png"></image>
  155. </view>
  156. 招聘
  157. </view>
  158. <!-- #ifndef MP-WEIXIN -->
  159. <view class="action text-gray videoimg" @tap="goNavPage('/pages/video/videolist')">
  160. <view class="cuIcon-cu-image">
  161. <image src="../../static/tabbar/video.png"></image>
  162. </view>
  163. 微工作
  164. </view>
  165. <!-- #endif -->
  166. <view class="action text-gray" @tap="goNavPage('/pages/broker/brokerlist')">
  167. <view class="cuIcon-cu-image">
  168. <image src="../../static/tabbar/broker.png"></image>
  169. </view>
  170. 经纪人
  171. </view>
  172. <view class="action text-gray" @tap="goNavPage('/pages/my/my')">
  173. <view class="cuIcon-cu-image">
  174. <image src="../../static/tabbar/my.png"></image>
  175. </view>
  176. 我的
  177. </view>
  178. </view>
  179. <wxContact ref="wxContact"></wxContact>
  180. </view>
  181. </template>
  182. <script>
  183. import uniLoadMore from "@/components/uni-load-more/uni-load-more.vue";
  184. import QQMapWX from '@/common/qqmap-wx-jssdk';
  185. var _this;
  186. export default {
  187. components: {
  188. uniLoadMore
  189. },
  190. data() {
  191. return {
  192. userinfo: null,
  193. workerinfo: null,
  194. param: [],
  195. slide: [],
  196. cardCur: 0,
  197. searchval: "",
  198. article: [],
  199. navigation: [],
  200. pstatus: 'more',
  201. pstatusn: 'more',
  202. ppage: 1,
  203. ppagen: 1,
  204. psize: 6,
  205. psizen: 20,
  206. plist: [],
  207. plistn: [],
  208. plistl: [],
  209. status: 0,
  210. latitude: 0.000000,
  211. longitude: 0.000000,
  212. useraddress: "",
  213. navBarTop: 0,
  214. navBarHeight: 0,
  215. navBarWidth: 0,
  216. navSearchWidth: 0,
  217. selectID: 0,
  218. };
  219. },
  220. onLoad: function(option) {
  221. _this = this;
  222. _this.status = option.status || 0;
  223. _this.userinfo = uni.getStorageSync('userinfo') || false;
  224. _this.workerinfo = uni.getStorageSync('workerinfo') || false;
  225. if (_this.workerinfo !== false) {
  226. uni.reLaunch({
  227. url: "/pages/worker/worker"
  228. });
  229. return false;
  230. }
  231. uni.getLocation({
  232. success: function(res) {
  233. console.log(res);
  234. console.log('纬度:' + res.latitude);
  235. console.log('经度:' + res.longitude);
  236. _this.latitude = res.latitude;
  237. _this.longitude = res.longitude;
  238. // _this.qqmapsdk.reverseGeocoder({
  239. // location: {
  240. // latitude: res.latitude,
  241. // longitude: res.longitude
  242. // },
  243. // success: function (res) {
  244. // console.log(res.result.address_component);
  245. // //addressinfo=res.result.address_component;
  246. // _this.useraddress = res.result.address_component.province + " " + res.result.address_component.city + " " + res.result.address_component.district;
  247. // },
  248. // fail: function (res) {
  249. // console.log(res)
  250. // },
  251. // complete: function (res) {
  252. // // console.log(res)
  253. // }
  254. // })
  255. }
  256. });
  257. _this.$req.ajax({
  258. path: "index/getindexdata",
  259. }).then((data) => {
  260. _this.param = data.param;
  261. _this.slide = data.slide;
  262. _this.navigation = data.navigation;
  263. _this.article = data.article;
  264. _this.getMore();
  265. }).catch((err) => {
  266. uni.showModal({
  267. title: '信息提示',
  268. content: err,
  269. showCancel: false
  270. });
  271. });
  272. _this.qqmapsdk = new QQMapWX({
  273. // 在腾讯平台自己申请的秘钥
  274. key: 'L2PBZ-J53WR-FUXW6-WB3SD-NWCFO-WYBS6'
  275. });
  276. // let statuBar = uni.getSystemInfoSync()
  277. let menuButtonInfo = uni.getMenuButtonBoundingClientRect();
  278. _this.navBarWidth = menuButtonInfo.left;
  279. _this.navBarTop = menuButtonInfo.top;
  280. _this.navBarHeight = menuButtonInfo.height;
  281. _this.navSearchWidth = menuButtonInfo.width;
  282. console.log("除去胶囊的屏幕宽度", _this.navBarWidth, menuButtonInfo)
  283. },
  284. onShareAppMessage: function(res) {
  285. return {
  286. title: "晋江人力",
  287. path: "/pages/index/index"
  288. }
  289. },
  290. // onPullDownRefresh: function() {
  291. // if (_this.status == 0) {
  292. // _this.ppage = 1;
  293. // _this.plist = [];
  294. // _this.pstatus = 'more';
  295. // } else if (_this.status == 1) {
  296. // _this.ppagen = 1;
  297. // _this.plistn = [];
  298. // _this.pstatusn = 'more';
  299. // } else if (_this.status == 2) {
  300. // _this.ppagen = 1;
  301. // _this.plistn = [];
  302. // _this.plistl = 'more';
  303. // }
  304. // _this.getMore();
  305. // },
  306. onReachBottom: function() {
  307. if (_this.status == 0) {
  308. if (_this.pstatus !== 'more') {
  309. return;
  310. }
  311. } else {
  312. if (_this.pstatusn !== 'more') {
  313. return;
  314. }
  315. }
  316. _this.getMore();
  317. },
  318. methods: {
  319. selectTab(id) {
  320. _this.selectID = id;
  321. },
  322. goSearch(e) {
  323. _this.searchval = e;
  324. console.log("搜索", e, _this.searchval)
  325. if (_this.searchval == "") {
  326. uni.showModal({
  327. title: '信息提示',
  328. content: "请输入要搜索的关键字...",
  329. showCancel: false
  330. });
  331. return false;
  332. }
  333. uni.navigateTo({
  334. url: '/pages/comjobs/comjobs?searchval=' + _this.searchval
  335. });
  336. },
  337. goLPage: function(pageurl) {
  338. _this.userinfo = _this.checkLogin("/pages/index/index");
  339. if (_this.userinfo === false) {
  340. return false;
  341. }
  342. uni.navigateTo({
  343. url: pageurl,
  344. fail: function() {
  345. uni.switchTab({
  346. url: pageurl
  347. });
  348. }
  349. });
  350. },
  351. showConcatModel: function() {
  352. this.$refs.wxContact.showConcatModel();
  353. },
  354. goHome: function() {
  355. uni.setStorageSync('identityinfo', false);
  356. uni.setStorageSync('workerinfo', null);
  357. uni.reLaunch({
  358. url: "/pages/index/home"
  359. });
  360. },
  361. tabSelect: function(e) {
  362. _this.status = e.currentTarget.dataset.status;
  363. _this.pageRefresh();
  364. },
  365. // 搜索
  366. bindInput: function(e) {
  367. _this.searchval = e.detail.value;
  368. },
  369. btnSearch: function() {
  370. if (_this.searchval == "") {
  371. uni.showModal({
  372. title: '信息提示',
  373. content: "请输入要搜索的关键字...",
  374. showCancel: false
  375. });
  376. return false;
  377. }
  378. uni.navigateTo({
  379. url: '/pages/comjobs/comjobs?searchval=' + _this.searchval
  380. });
  381. },
  382. pageRefresh: function() {
  383. if (_this.status == 0) {
  384. _this.pstatus = 'more';
  385. _this.ppage = 1;
  386. _this.plist = [];
  387. } else if (_this.status == 1) {
  388. _this.pstatusn = 'more';
  389. _this.ppagen = 1;
  390. _this.plistn = [];
  391. } else if (_this.status == 2) {
  392. _this.pstatusn = 'more';
  393. _this.ppagen = 1;
  394. _this.plistl = [];
  395. }
  396. _this.getMore();
  397. },
  398. getMore: function() {
  399. // 热门职位
  400. if (_this.status == 0) {
  401. _this.$req.ajax({
  402. path: "comjobs/listcomjobs",
  403. data: {
  404. ppage: _this.ppage,
  405. psize: _this.psize,
  406. rectype: 2
  407. }
  408. }).then((data) => {
  409. _this.pstatus = data.pstatus;
  410. _this.plist = _this.plist.concat(data.plist);
  411. _this.ppage += 1;
  412. console.log("列表数据", _this.plist)
  413. uni.stopPullDownRefresh();
  414. }).catch((err) => {
  415. uni.showModal({
  416. title: '信息提示',
  417. content: err,
  418. showCancel: false
  419. });
  420. });
  421. } else if (_this.status == 1) {
  422. // 附近职位
  423. _this.$req.ajax({
  424. path: "index/listComjobsofnear",
  425. data: {
  426. ppage: _this.ppagen,
  427. psize: _this.psizen,
  428. lat: _this.latitude,
  429. lng: _this.longitude
  430. }
  431. }).then((data) => {
  432. _this.pstatusn = data.pstatus;
  433. _this.plistn = _this.plistn.concat(data.plist);
  434. _this.ppagen += 1;
  435. uni.stopPullDownRefresh();
  436. }).catch((err) => {
  437. uni.showModal({
  438. title: '信息提示',
  439. content: err,
  440. showCancel: false
  441. });
  442. });
  443. } else if (_this.status == 2) {
  444. // 猜你喜欢
  445. _this.$req.ajax({
  446. path: "index/listComjobsLike",
  447. data: {
  448. ppage: _this.ppagen,
  449. psize: _this.psizen,
  450. userid: _this.userinfo.id,
  451. }
  452. }).then((data) => {
  453. _this.pstatusn = data.pstatus;
  454. _this.plistl = _this.plistl.concat(data.plist);
  455. _this.ppagen += 1;
  456. uni.stopPullDownRefresh();
  457. }).catch((err) => {
  458. uni.showModal({
  459. title: '信息提示',
  460. content: err,
  461. showCancel: false
  462. });
  463. });
  464. }
  465. },
  466. goDetail: function(comjobsid) {
  467. uni.navigateTo({
  468. url: '/pages/comjobs/detail?comjobsid=' + comjobsid
  469. });
  470. },
  471. goShop: function(workerid) {
  472. uni.navigateTo({
  473. url: '/pages/worker/shop?workerid=' + workerid
  474. });
  475. },
  476. onClick: function(index) {
  477. var nav = that.navigation[index.index];
  478. if (nav.type == 1) {
  479. uni.navigateTo({
  480. url: nav.link
  481. });
  482. } else {
  483. // #ifdef H5
  484. location.href = nav.link;
  485. // #endif
  486. // #ifndef H5
  487. uni.navigateTo({
  488. url: '/pages/tool/webview?pagesrc=' + encodeURIComponent(nav.link)
  489. });
  490. // #endif
  491. }
  492. },
  493. develop() {
  494. uni.showModal({
  495. title: '信息提示',
  496. content: '正在开发中,敬请期待',
  497. showCancel: false
  498. });
  499. },
  500. goJbangjia() {
  501. uni.navigateToMiniProgram({
  502. appId: 'wx7c3f5350fb154209',
  503. envVersion: 'release',
  504. success(res) {
  505. console.log("跳转小程序成功!",res);
  506. }
  507. })
  508. },
  509. goNavPage: function(pageurl) {
  510. uni.redirectTo({
  511. url: pageurl
  512. });
  513. },
  514. // 轮播图
  515. cardSwiper: function(e) {
  516. _this.cardCur = e.detail.current
  517. },
  518. pageUrl: function(type, tilurl) {
  519. if (type == 1) {
  520. uni.navigateTo({
  521. url: tilurl,
  522. fail: function() {
  523. uni.switchTab({
  524. url: tilurl
  525. });
  526. }
  527. });
  528. } else {
  529. uni.navigateTo({
  530. url: '/pages/tool/webview?pagesrc=' + encodeURIComponent(tilurl)
  531. });
  532. }
  533. },
  534. }
  535. };
  536. </script>
  537. <style lang="scss">
  538. .selectok {
  539. border-bottom: #007AFF solid 2px;
  540. }
  541. .echo-top {
  542. position: relative;
  543. }
  544. .echo-topbg {
  545. width: 750rpx;
  546. position: absolute;
  547. top: 0rpx;
  548. z-index: 0;
  549. }
  550. .cu-list.grid {
  551. background-color: transparent !important;
  552. }
  553. .card-swiper {
  554. height: 300rpx !important;
  555. }
  556. /* 通知 */
  557. .noticbox {
  558. display: flex;
  559. align-items: center;
  560. image {
  561. display: block;
  562. margin: 0rpx;
  563. padding: 0rpx;
  564. width: 150rpx;
  565. height: 35rpx;
  566. }
  567. .uni-swiper-msg-icon {
  568. width: 150rpx;
  569. }
  570. swiper-item {
  571. line-height: 80rpx !important;
  572. }
  573. swiper {
  574. height: 80rpx;
  575. }
  576. navigator {
  577. display: block;
  578. line-height: 80rpx;
  579. height: 80rpx;
  580. font-size: 32rpx;
  581. }
  582. }
  583. /* 热门岗位 */
  584. .echo-page-title {
  585. width: 660rpx;
  586. border-radius: 8rpx 8rpx 0rpx 0rpx;
  587. }
  588. .echo-comjobs-list-item {
  589. padding: 30rpx 15rpx;
  590. margin: 0rpx 17rpx 20rpx 17rpx;
  591. border-radius: 8rpx;
  592. }
  593. .echo-comjobs-list-item:first-child {
  594. border-radius: 0rpx 0rpx 8rpx 8rpx;
  595. }
  596. .join-group {
  597. display: flex;
  598. margin-top: 20px;
  599. box-sizing: border-box;
  600. width: 100%;
  601. padding: 0 60rpx;
  602. }
  603. .join-group .join-right {
  604. margin-left: 40rpx;
  605. width: 450rpx;
  606. }
  607. .join-group .arrow {
  608. position: relative;
  609. }
  610. .join-group .arrow:before {
  611. position: absolute;
  612. top: 0;
  613. right: -20rpx;
  614. bottom: 0;
  615. display: block;
  616. margin: auto;
  617. width: 30rpx;
  618. height: 30rpx;
  619. color: var(--grey);
  620. content: "\e6a3";
  621. text-align: center;
  622. font-size: 34rpx;
  623. font-family: "cuIcon";
  624. line-height: 30rpx;
  625. margin-top: auto;
  626. margin-right: auto;
  627. margin-bottom: auto;
  628. margin-left: auto;
  629. }
  630. .lw-nav-broker {
  631. width: 710rpx;
  632. padding: 20rpx 0 10rpx 0;
  633. margin: 0 auto;
  634. display: flex;
  635. justify-content: space-around;
  636. }
  637. .lw-nav-broker .img {
  638. width: 710rpx;
  639. height: 160rpx;
  640. }
  641. .lw-nav {
  642. width: 710rpx;
  643. padding: 10rpx 0 20rpx 0;
  644. margin: 0 auto;
  645. display: flex;
  646. justify-content: space-around;
  647. }
  648. .lw-nav .img {
  649. width: 160rpx;
  650. height: 160rpx;
  651. }
  652. .topArea {
  653. width: 750rpx;
  654. height: 400rpx;
  655. position: relative;
  656. .topArea-Bg {
  657. position: absolute;
  658. width: 100%;
  659. height: 400rpx;
  660. z-index: -100;
  661. }
  662. .topArea-nav {
  663. padding: 0 20rpx;
  664. display: flex;
  665. justify-content: space-between;
  666. .nav-title {
  667. font-size: 32rpx;
  668. font-family: PingFang SC, PingFang SC;
  669. font-weight: 500;
  670. color: #FFFFFF;
  671. }
  672. .nav-search {}
  673. }
  674. .topArea-main {
  675. width: 100%;
  676. margin-top: 30rpx;
  677. padding: 0 20rpx;
  678. display: flex;
  679. align-items: center;
  680. .main-title {
  681. flex: 1;
  682. display: flex;
  683. flex-direction: column;
  684. justify-content: center;
  685. text-align: center;
  686. color: #FFFFFF;
  687. font-size: 34rpx;
  688. line-height: 50rpx;
  689. }
  690. .main-banner {
  691. flex: 1;
  692. .main-banner-image {
  693. width: 272rpx;
  694. height: 214rpx;
  695. }
  696. }
  697. }
  698. }
  699. .summary {
  700. width: 100%;
  701. margin-top: 60rpx;
  702. background-color: #FFFFFF;
  703. }
  704. .topMenu {
  705. position: relative;
  706. top: -110rpx;
  707. margin: 0 20rpx;
  708. padding: 50rpx 0;
  709. background: #FFFFFF;
  710. box-shadow: 0rpx 6rpx 12rpx 2rpx rgba(0, 0, 0, 0.16);
  711. border-radius: 26rpx 26rpx 26rpx 26rpx;
  712. opacity: 1;
  713. display: flex;
  714. align-items: center;
  715. justify-content: space-between;
  716. .topMenu-item {
  717. flex: 1;
  718. width: 100%;
  719. display: flex;
  720. flex-direction: column;
  721. align-items: center;
  722. justify-content: center;
  723. color: #707070;
  724. font-size: 32rpx;
  725. font-weight: 400;
  726. .item-icon {
  727. width: 60rpx;
  728. height: 60rpx;
  729. margin-bottom: 20rpx;
  730. }
  731. .item-title {
  732. font-weight: 600;
  733. color: #000000;
  734. }
  735. .item-explain {
  736. margin-top: 10rpx;
  737. font-size: 23rpx;
  738. color: #a1a1a1;
  739. }
  740. }
  741. }
  742. .topApply {
  743. margin: -70rpx 20rpx 0;
  744. padding: 20rpx 30rpx;
  745. // height: 141rpx;
  746. background: linear-gradient(270deg, #484353 0%, #6F6F6F 100%);
  747. border-radius: 78rpx;
  748. display: flex;
  749. align-items: center;
  750. justify-content: space-between;
  751. .topApply-left {
  752. width: 98rpx;
  753. height: 98rpx;
  754. border-radius: 50%;
  755. box-shadow: 0rpx 4rpx 8rpx 2rpx rgba(0, 0, 0, 0.3);
  756. opacity: 1;
  757. .left-icon {
  758. width: 98rpx;
  759. height: 98rpx;
  760. border-radius: 50%;
  761. }
  762. }
  763. .topApply-center {
  764. height: 82rpx;
  765. padding: 0 30rpx;
  766. border-left: 2rpx solid rgba(255, 232, 171, 0.16);
  767. font-size: 32rpx;
  768. line-height: 82rpx;
  769. color: #E0E0E0;
  770. }
  771. .topApply-right {
  772. width: 186rpx;
  773. height: 72rpx;
  774. line-height: 72rpx;
  775. text-align: center;
  776. background: linear-gradient(180deg, #FAE7B5 0%, #F3CA7E 100%);
  777. border-radius: 56rpx 56rpx 56rpx 56rpx;
  778. opacity: 1;
  779. font-size: 24rpx;
  780. color: #3F3852;
  781. }
  782. }
  783. .hot {
  784. margin: 40rpx 20rpx 0;
  785. height: 434rpx;
  786. display: flex;
  787. justify-content: space-between;
  788. .hot-left {
  789. width: 49%;
  790. height: 434rpx;
  791. .hot-left-image {
  792. height: 434rpx;
  793. }
  794. }
  795. .hot-right {
  796. width: 49%;
  797. height: 434rpx;
  798. display: flex;
  799. flex-direction: column;
  800. justify-content: space-between;
  801. .hot-right-item {
  802. width: 100%;
  803. height: 208rpx;
  804. background-color: #F0FEFF;
  805. border-radius: 24rpx;
  806. display: flex;
  807. flex-direction: column;
  808. align-items: center;
  809. .item-top {
  810. width: 100%;
  811. margin-top: 30rpx;
  812. padding: 0 30rpx;
  813. display: flex;
  814. justify-content: space-between;
  815. .item-top-title {
  816. color: #017AFE;
  817. .title-first {
  818. font-size: 32rpx;
  819. }
  820. .title-second {
  821. font-size: 20rpx;
  822. border-bottom: 4rpx solid #017AFE;
  823. }
  824. }
  825. .item-top-hotRightOne {
  826. width: 120rpx;
  827. height: 106rpx;
  828. }
  829. }
  830. .item-bottom {
  831. margin-top: 10rpx;
  832. width: 190rpx;
  833. height: 50rpx;
  834. border-radius: 25rpx;
  835. background-color: #B4F6FF;
  836. line-height: 50rpx;
  837. text-align: center;
  838. font-size: 28rpx;
  839. color: #017AFE;
  840. }
  841. .item-hotRightTwo {
  842. width: 100%;
  843. height: 208rpx;
  844. }
  845. }
  846. }
  847. }
  848. .tabs {
  849. padding-top: 20rpx;
  850. display: flex;
  851. align-items: center;
  852. justify-content: space-between;
  853. .tabs-item-select {
  854. flex: 1;
  855. height: 76rpx;
  856. display: flex;
  857. align-items: center;
  858. justify-content: center;
  859. font-size: 28rpx;
  860. color: #CA151C;
  861. border-bottom: 4rpx solid #CA151C;
  862. }
  863. .tabs-item {
  864. flex: 1;
  865. height: 76rpx;
  866. display: flex;
  867. align-items: center;
  868. justify-content: center;
  869. font-size: 28rpx;
  870. color: #717171;
  871. border-bottom: 4rpx solid transparent;
  872. }
  873. .item-icon {
  874. width: 27rpx;
  875. height: 27rpx;
  876. }
  877. .item-title {
  878. margin-left: 15rpx;
  879. }
  880. }
  881. .listContent {
  882. width: 100%;
  883. padding: 20rpx 26rpx;
  884. .listContent-card {
  885. margin-bottom: 24rpx;
  886. width: 100%;
  887. height: 268rpx;
  888. background-color: #FFFFFF;
  889. border-radius: 12rpx;
  890. .card-infor {
  891. height: 182rpx;
  892. padding: 0 20rpx;
  893. border-bottom: 2rpx solid #E2E2E2;
  894. display: flex;
  895. align-items: center;
  896. justify-content: space-between;
  897. font-size: 28rpx;
  898. color: #747474;
  899. .card-icon {
  900. margin-right: 10rpx;
  901. width: 35rpx;
  902. height: 35rpx;
  903. }
  904. .card-center {
  905. height: 56rpx;
  906. display: flex;
  907. align-items: center;
  908. }
  909. .card-infor-left {
  910. width: 60%;
  911. .left-job {
  912. margin-bottom: 30rpx;
  913. color: #383838;
  914. font-weight: 600;
  915. .job-title {
  916. width: 340rpx;
  917. overflow: hidden;
  918. text-overflow: ellipsis;
  919. -webkit-line-clamp: 1;
  920. display: -webkit-box;
  921. -webkit-box-orient: vertical;
  922. }
  923. }
  924. }
  925. .card-infor-right {
  926. width: 40%;
  927. .right-money {
  928. margin-bottom: 30rpx;
  929. .right-money-num {
  930. margin-left: 10rpx;
  931. font-size: 40rpx;
  932. color: #FF0000;
  933. font-weight: 600;
  934. }
  935. }
  936. }
  937. }
  938. .card-botInfor {
  939. height: 86rpx;
  940. padding: 0 20rpx;
  941. display: flex;
  942. align-items: center;
  943. justify-content: space-between;
  944. }
  945. }
  946. }
  947. </style>