index.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855
  1. <template>
  2. <view class="index-page">
  3. <view class="index-navbar">
  4. <view style="position: relative;overflow: hidden;">
  5. <!-- :style="{height:tab1==1?'130rpx':''}" -->
  6. <image class="index-bg" src="../../static/images/index-header.png" mode=""></image>
  7. <u-navbar :fixed="false" bgColor='rgba(0,0,0,0)' placeholder:safeAreaInsetTop="true" ref="nav">
  8. <view id="height" class="index-header u-flex u-row-between" slot="left"
  9. style="position: relative;">
  10. <view class="" style="margin-left: -11rpx;">
  11. <u-tabs :current="tab1" :list="list4" lineWidth="28" lineHeight="5" :lineColor="bgImage"
  12. :activeStyle="{
  13. color: '#303133',
  14. fontWeight: 'bold',
  15. }" :inactiveStyle="{
  16. color: '#606266',
  17. }" itemStyle="font-size:36rpx; padding-right: 15px; height: 34px;" @click="TabsTop">
  18. </u-tabs>
  19. </view>
  20. <view class="" style="" @click="toindexsearch">
  21. <view class="index-search u-flex" slot="center">
  22. <u-icon name="search" color="#444444" size="28"></u-icon>
  23. <input type="text" class="text1" placeholder="搜索职位" :disabled="true">
  24. </view>
  25. </view>
  26. </view>
  27. </u-navbar>
  28. <view v-if="tab1 == 1" class="">
  29. <view v-if="is_auth == 0" class="unverified">
  30. <image style="width: 380rpx;height: 254rpx;" src="/static/images/unverified.png" mode="">
  31. </image>
  32. <text>您的账号未完成学校认证 无法查看校企招聘信息</text>
  33. <button @click="torenzheng">前往认证</button>
  34. </view>
  35. <view v-if="is_auth == 1" class="" style="padding:0rpx 24rpx;">
  36. <hx-school></hx-school>
  37. </view>
  38. </view>
  39. <view v-if="tab1 == 0" class="header-down " ref="header">
  40. <view class="u-flex u-row-between">
  41. <scroll-view scroll-x="true" class="" style="white-space: nowrap;width: 500rpx;">
  42. <text style="margin-right: 30rpx;display: inline-block; "
  43. v-for="(item,index) in job_intention" :key="index"
  44. @click="changeid(index,item.category_job_id)"
  45. :style="{'color' : index==colo?'#000':'#606266','fontSize':index==colo?'48rpx':'36rpx'}">
  46. {{item.category_job_name||""}}
  47. </text>
  48. </scroll-view>
  49. <!-- <scroll-view></scroll-view> -->
  50. <!--<view class="font" v-if="" @click="apply(2,id)">
  51. {{job_intention[0].category_industry_name||""}}
  52. </view> -->
  53. <view class="font" style="font-size: 50rpx;" @click="apply(1)">
  54. <image src="/static/images/plus1.png" style="width: 36rpx;height: 36rpx;" mode=""></image>
  55. </view>
  56. </view>
  57. <view class="u-flex u-row-between" style="margin-left: -11rpx;margin-top: 14rpx;">
  58. <view class="down-left u-flex u-row-center" @click="showpaixu = true">
  59. <u-tabs :current="tab2" :list="list1" @click="click"></u-tabs>
  60. </view>
  61. <view class="u-flex">
  62. <view :style="{background:city.name!=''?'#EDF2F8':'#f3f3f3'}"
  63. class="right-item u-flex u-row-center" @click="opencity1">
  64. <text :style="{color:city.name!=''?'#0C66C2':'#666666'}"
  65. class="text">{{city.name || '全国'}}</text>
  66. <u-icon v-if="city.name !='' " color="#0C66C2" name="arrow-down-fill" size="8"></u-icon>
  67. <u-icon v-if="city.name ==''" name="arrow-down-fill" size="8"></u-icon>
  68. </view>
  69. <view :style="{background:Object.keys(search_data).length!=0?'#EDF2F8':'#f3f3f3'}"
  70. class="right-item u-flex u-row-center" @click="openshaixuan">
  71. <text :style="{color:Object.keys(search_data).length!=0?'#0C66C2':'#666666'}"
  72. class="text">筛选</text>
  73. <u-icon v-if="Object.keys(search_data).length!=0 " color="#0C66C2"
  74. name="arrow-down-fill" size="8"></u-icon>
  75. <u-icon v-if="Object.keys(search_data).length==0" name="arrow-down-fill"
  76. size="8"></u-icon>
  77. </view>
  78. </view>
  79. </view>
  80. </view>
  81. </view>
  82. <view v-if="tab1 == 0" class="" style="padding:0rpx 24rpx;background-color: #F3F3F3 ;height: 100%;">
  83. <view class="content" @click="todetails(item.id)" v-for="(item,index) in positionlist" :key="item.id">
  84. <view class="u-flex u-row-between">
  85. <view class="u-flex">
  86. <view class="font">{{item.job_name}}</view>
  87. <view class="back" v-if="item.is_urgent == 1">急聘</view>
  88. </view>
  89. <view class="money">{{item.salary_min}}-{{item.salary_max}}K
  90. <text v-if="item.salary_structure">·{{item.salary_structure}}</text>
  91. </view>
  92. </view>
  93. <view class="u-flex" style="margin: 16rpx 0 14rpx 0;">
  94. <text class="introduce">{{item.companys.name}}</text>
  95. <text class="introduce">{{item.companys.company_stage.name}}</text>
  96. <text class="introduce">{{item.companys.company_scale.name}}</text>
  97. </view>
  98. <view class="u-flex" style="margin-bottom: 24rpx;">
  99. <view class="tabs">
  100. {{item.education_name}}
  101. </view>
  102. <view class="tabs">
  103. {{item.experience_name}}
  104. </view>
  105. </view>
  106. <view class="u-flex u-row-between u-col-center">
  107. <view class=" u-flex u-col-center">
  108. <image :src="item.usermanager.avatar" mode=""
  109. style="width: 50rpx;height: 50rpx;border-radius: 50%;">
  110. </image>
  111. <view class="" style="margin-left: 16rpx;font-size: 24rpx;">
  112. <text>{{item.usermanager.name}}</text>·
  113. <text>{{item.usermanager.job_text}}</text>
  114. </view>
  115. </view>
  116. <view class="u-flex u-col-center ">
  117. <view class="address" style="margin-right: 10rpx;">{{item.work_province.slice(0,-1)}}
  118. </view>
  119. <view class="address">{{item.work_city}}</view>
  120. </view>
  121. </view>
  122. </view>
  123. <view class="safe-area-inset-bottom"></view>
  124. </view>
  125. </view>
  126. <u-popup border-radius="28" :show="opencity" mode="bottom">
  127. <view class="change-city-popup u-flex-col">
  128. <view class="change-city-header u-flex u-row-between">
  129. <u-icon name="close" size="22" color="#222" @click="opencity = false"></u-icon>
  130. <text class="text">选择城市</text>
  131. <u-icon name="close" size="22" color="#fff"></u-icon>
  132. </view>
  133. <view class="u-flex-1 u-flex change-city-scroll">
  134. <scroll-view scroll-y="true" class="change-scroll-left">
  135. <view class="scroll-left-sheng" v-for="(item,index) in citylist" :key="index"
  136. :class="{shengactive:cityleftindex == index}" @click="changeleftcity(index)">{{item.name}}
  137. </view>
  138. </scroll-view>
  139. <scroll-view scroll-y="true" class="change-scroll-right u-flex-1">
  140. <view class="scroll-left-shi" v-for="(item,index) in rightcity" :key="index"
  141. :class="{shiactive:cityrightindex == index}" @click="changerightcity(index,item)">
  142. {{item.name}}
  143. </view>
  144. </scroll-view>
  145. </view>
  146. <view class="change-city-down u-flex u-row-between">
  147. <text @click="chongzhi">重置</text>
  148. <text @click="changecity">确定</text>
  149. </view>
  150. </view>
  151. </u-popup>
  152. <zhao-shaixuan ref="shaixuan" @tosearch="shaixuan"></zhao-shaixuan>
  153. </view>
  154. </template>
  155. <script>
  156. import {
  157. getList,
  158. getareacity,
  159. is_auth,
  160. resumeDetail,
  161. cget_total_number
  162. } from "../../units/inquire.js"
  163. export default {
  164. data() {
  165. return {
  166. category_industry_id: "",
  167. category_industry_name: '',
  168. opencity: false,
  169. citylist: [],
  170. total: 0,
  171. height: "",
  172. list1: [{
  173. name: "相关"
  174. },
  175. {
  176. name: "推荐"
  177. },
  178. {
  179. name: "最新"
  180. },
  181. ],
  182. list4: [{
  183. name: "职位"
  184. },
  185. {
  186. name: "校招"
  187. }
  188. ],
  189. page: 1,
  190. tab1: 0,
  191. tab2: 0,
  192. positionlist: [], //职位列表
  193. is_auth: "", //是否认证
  194. rightcity: [],
  195. cityrightindex: "-1",
  196. cityleftindex: "0",
  197. city: {},
  198. search_data: {},
  199. job_intention: [],
  200. id: "",
  201. navheight: null,
  202. category_job_id: "",
  203. colo: 0,
  204. }
  205. },
  206. onLoad(query) {
  207. this.getnum()
  208. if (query.scene) {
  209. const scene = decodeURIComponent(query.scene)
  210. uni.setStorageSync('scene', scene)
  211. console.log('scene', scene);
  212. }
  213. // this.getlist()
  214. this.getcity()
  215. if (uni.getStorageSync('token')) {
  216. this.auth()
  217. }
  218. this.city = {
  219. name: '',
  220. id: ''
  221. }
  222. this.search_data = {}
  223. this.getlist()
  224. if (uni.getStorageSync('nowork')) {
  225. } else {
  226. if (uni.getStorageSync('is_profile') == 0) {
  227. uni.uni.reLaunch({
  228. url: '/pagesA/jianli'
  229. })
  230. }
  231. }
  232. },
  233. onShow() {
  234. if (uni.getStorageSync('token')) {
  235. this.resumeDetail()
  236. }
  237. },
  238. onReachBottom() {
  239. if (this.positionlist.length != this.total) {
  240. this.page++
  241. this.getlist()
  242. }
  243. },
  244. computed: {
  245. bgImage() {
  246. return `url(${require('../../static/images/juxing.png')}) 100% 100%`
  247. }
  248. },
  249. mounted() {
  250. console.log(9987, this.$refs);
  251. let a = Number(this.$refs.nav.height.slice(0, -2))
  252. // let b = Number(this.$refs.header.height.slice(0,-2))
  253. this.navheight = a
  254. console.log(this.navheight);
  255. },
  256. methods: {
  257. getnum() {
  258. cget_total_number().then((res) => {
  259. if (res.data.number > 0) {
  260. uni.showTabBarRedDot({
  261. index: 3,
  262. success(res) {
  263. console.log(res);
  264. }
  265. })
  266. }
  267. })
  268. },
  269. torenzheng() {
  270. uni.navigateTo({
  271. url: "/pagesD/renzheng",
  272. events: {
  273. up: (res) => {
  274. this.auth()
  275. }
  276. }
  277. })
  278. },
  279. changeid(index, id) {
  280. this.colo = index
  281. this.category_job_id = id
  282. console.log(id);
  283. this.getlist()
  284. },
  285. resumeDetail() {
  286. resumeDetail().then(res => {
  287. this.job_intention = res.data.job_intention
  288. this.category_industry_id = res.data.job_intention[0].category_industry_id
  289. this.id = res.data.job_intention[0].id
  290. this.category_job_id = res.data.job_intention[0].category_job_id
  291. this.getlist()
  292. })
  293. },
  294. toindexsearch() {
  295. uni.navigateTo({
  296. url: "/pagesA/index-search"
  297. })
  298. },
  299. apply(type, id) {
  300. uni.navigateTo({
  301. url: "/pagesD/apply?type=" + type + "&id=" + id,
  302. events: {
  303. refresh: (res) => {
  304. this.resumeDetail()
  305. }
  306. }
  307. })
  308. },
  309. auth() {
  310. is_auth().then(res => {
  311. this.is_auth = res.data.is_auth
  312. })
  313. },
  314. opencity1() {
  315. this.opencity = true
  316. this.city = {
  317. name: '',
  318. id: ''
  319. }
  320. },
  321. shaixuan(e) {
  322. console.log("eeee", e);
  323. this.category_industry_id = e.category_industry_id
  324. this.search_data = e
  325. this.tosearch()
  326. },
  327. chongzhi() {
  328. this.city = {
  329. name: '',
  330. id: ''
  331. }
  332. this.opencity = false
  333. this.tosearch()
  334. },
  335. changecity() {
  336. if (this.cityrightindex == -1) {
  337. this.$u.toast("请选择城市")
  338. return
  339. }
  340. this.city = {
  341. name: this.citylist[this.cityleftindex].childlist[this.cityrightindex].name,
  342. id: this.citylist[this.cityleftindex].childlist[this.cityrightindex].id
  343. }
  344. console.log(this.city);
  345. this.opencity = false
  346. this.tosearch()
  347. },
  348. changerightcity(index, item) {
  349. this.cityrightindex = index
  350. },
  351. changeleftcity(index) {
  352. this.cityleftindex = index
  353. this.cityrightindex = -1
  354. this.rightcity = this.citylist[this.cityleftindex].childlist
  355. },
  356. getcity() {
  357. getareacity().then(res => {
  358. console.log(res);
  359. this.citylist = res.data
  360. this.rightcity = res.data[0].childlist
  361. })
  362. },
  363. tosearch() {
  364. this.page = 1
  365. this.positionlist = []
  366. this.getlist()
  367. },
  368. openshaixuan() {
  369. this.$refs.shaixuan.openshaixuan = true
  370. },
  371. click(item) {
  372. this.tab2 = item.index
  373. console.log(this.tab2);
  374. this.getlist()
  375. // console.log('item', item);
  376. },
  377. TabsTop(item) {
  378. if (uni.getStorageSync('token') == "" && this.tab1 == 0) {
  379. uni.reLaunch({
  380. url: "/pages/login/login"
  381. })
  382. }
  383. this.tab1 = item.index
  384. // console.log(this.tab1);
  385. },
  386. //获取职位列表
  387. getlist() {
  388. getList({
  389. page: this.page,
  390. type: this.tab2,
  391. search_field: "",
  392. search: "",
  393. search_data: {
  394. ...this.search_data,
  395. city_id: this.city.id,
  396. category_job_id: this.category_job_id
  397. }
  398. }).then(res => {
  399. if (this.page == 1) {
  400. this.positionlist = res.data.data
  401. } else {
  402. this.positionlist = this.positionlist.concat(res.data.data)
  403. }
  404. this.total = res.data.total
  405. })
  406. },
  407. todetails(id) {
  408. uni.navigateTo({
  409. url: '../../pagesB/details?id=' + id
  410. })
  411. }
  412. }
  413. }
  414. </script>
  415. <style lang="scss">
  416. page {
  417. background-color: #F3F3F3;
  418. }
  419. .change-city-popup {
  420. height: calc(100vh - 144rpx);
  421. .change-city-scroll {
  422. min-height: 1rpx;
  423. .change-scroll-right {
  424. height: 100%;
  425. .scroll-left-shi {
  426. line-height: 100rpx;
  427. text-align: center;
  428. font-size: 32rpx;
  429. font-family: PingFangSC-Regular, PingFang SC;
  430. font-weight: 400;
  431. color: #333333;
  432. padding: 0 32rpx;
  433. }
  434. .shiactive {
  435. color: #0C66C2;
  436. }
  437. }
  438. .change-scroll-left {
  439. width: 304rpx;
  440. height: 100%;
  441. background-color: #F5F5F5;
  442. .scroll-left-sheng {
  443. text-align: center;
  444. font-size: 32rpx;
  445. font-family: PingFangSC-Regular, PingFang SC;
  446. font-weight: 400;
  447. color: #333333;
  448. padding: 28rpx 32rpx;
  449. }
  450. .shengactive {
  451. background-color: #fff;
  452. color: #0C66C2;
  453. }
  454. }
  455. }
  456. .change-city-down {
  457. padding: 12rpx 32rpx;
  458. text:first-child {
  459. width: 208rpx;
  460. line-height: 84rpx;
  461. background: #F3F3F3;
  462. border-radius: 10rpx;
  463. text-align: center;
  464. font-size: 32rpx;
  465. font-family: PingFangSC-Medium, PingFang SC;
  466. font-weight: 500;
  467. color: #555555;
  468. }
  469. text:last-child {
  470. width: 454rpx;
  471. line-height: 84rpx;
  472. background: #0C66C2;
  473. border-radius: 10rpx;
  474. text-align: center;
  475. font-size: 32rpx;
  476. font-family: PingFangSC-Medium, PingFang SC;
  477. font-weight: 500;
  478. color: #FFFFFF;
  479. }
  480. }
  481. .change-city-header {
  482. height: 120rpx;
  483. padding: 0 32rpx;
  484. .text {
  485. font-size: 36rpx;
  486. font-family: PingFangSC-Medium, PingFang SC;
  487. font-weight: 500;
  488. color: #222222;
  489. }
  490. }
  491. }
  492. .unverified {
  493. display: flex;
  494. flex-direction: column;
  495. justify-content: center;
  496. background-color: #fff;
  497. background-image: linear-gradient(to bottom, #fff 20%, #f3f3f3 50%);
  498. align-items: center;
  499. width: 750rpx;
  500. height: 70vh;
  501. // margin-top: 180rpx;
  502. text {
  503. width: 312rpx;
  504. height: 84rpx;
  505. margin-top: 34rpx;
  506. display: block;
  507. }
  508. button {
  509. width: 264rpx;
  510. height: 100rpx;
  511. background: #0C66C2;
  512. border-radius: 12rpx;
  513. font-size: 36rpx;
  514. font-family: PingFangSC-Regular, PingFang SC;
  515. font-weight: 400;
  516. color: #FFFFFF;
  517. margin-top: 90rpx;
  518. line-height: 100rpx;
  519. }
  520. }
  521. .index-page {
  522. .address {
  523. font-size: 24rpx;
  524. font-family: PingFangSC-Regular, PingFang SC;
  525. font-weight: 400;
  526. color: #979797;
  527. line-height: 34rpx;
  528. }
  529. .content {
  530. padding: 24rpx 20rpx;
  531. margin-top: 20rpx;
  532. background-color: #fff;
  533. border-radius: 16rpx;
  534. .font {
  535. font-size: 32rpx;
  536. font-family: PingFangSC-Medium, PingFang SC;
  537. font-weight: 500;
  538. color: #222222;
  539. line-height: 44rpx;
  540. max-width: 326rpx;
  541. overflow: hidden; //超出隐藏
  542. white-space: nowrap; //不换行,同一行展示
  543. text-overflow: ellipsis; //设置超出部分以省略号展示
  544. }
  545. .back {
  546. width: 58rpx;
  547. height: 32rpx;
  548. background: #FF5335;
  549. border-radius: 6rpx;
  550. font-size: 22rpx;
  551. font-family: PingFangSC-Regular, PingFang SC;
  552. font-weight: 400;
  553. color: #FFFFFF;
  554. line-height: 32rpx;
  555. text-align: center;
  556. margin-left: 16rpx;
  557. }
  558. .money {
  559. font-size: 32rpx;
  560. font-family: JDZhengHT-Regular, JDZhengHT;
  561. font-weight: 400;
  562. color: #0C66C2;
  563. }
  564. .introduce {
  565. height: 40rpx;
  566. font-size: 28rpx;
  567. font-family: PingFangSC-Regular, PingFang SC;
  568. font-weight: 400;
  569. color: #555555;
  570. line-height: 40rpx;
  571. margin-right: 16rpx;
  572. }
  573. .tabs {
  574. background: #F3F3F3;
  575. border-radius: 4rpx;
  576. padding: 6rpx 14rpx;
  577. margin-right: 16rpx;
  578. font-size: 24rpx;
  579. font-family: PingFangSC-Regular, PingFang SC;
  580. font-weight: 400;
  581. color: #5F5F5F;
  582. height: 34rpx;
  583. line-height: 34rpx;
  584. }
  585. }
  586. .index-item {
  587. // width: 702rpx;
  588. // background: #FFFFFF;
  589. // border-radius: 20rpx;
  590. // margin: 20rpx auto;
  591. // padding: 0 20rpx 24rpx 10rpx;
  592. .item-down {
  593. text:first-child {
  594. font-size: 22rpx;
  595. font-family: SFPro-Regular, SFPro;
  596. font-weight: 400;
  597. color: #666666;
  598. }
  599. text:last-child {
  600. font-size: 22rpx;
  601. font-family: PingFangSC-Regular, PingFang SC;
  602. font-weight: 400;
  603. color: #666666;
  604. }
  605. }
  606. .item-gongsi {
  607. margin-bottom: 16rpx;
  608. .text2 {
  609. font-size: 24rpx;
  610. font-family: SFPro-Regular, SFPro;
  611. font-weight: 400;
  612. color: #666666;
  613. }
  614. .logo {
  615. width: 42rpx;
  616. height: 42rpx;
  617. border-radius: 10rpx;
  618. margin-right: 16rpx;
  619. }
  620. .text1 {
  621. max-width: 192rpx;
  622. font-size: 24rpx;
  623. font-family: PingFangSC-Regular, PingFang SC;
  624. font-weight: 400;
  625. color: #444444;
  626. margin-right: 12rpx;
  627. }
  628. }
  629. .item-label {
  630. margin-bottom: 20rpx;
  631. text {
  632. margin-right: 16rpx;
  633. line-height: 46rpx;
  634. background: #F7F7F7;
  635. border-radius: 4rpx;
  636. padding: 0 14rpx;
  637. font-size: 24rpx;
  638. font-family: PingFangSC-Regular, PingFang SC;
  639. font-weight: 400;
  640. color: #5F5F5F;
  641. }
  642. }
  643. .item-top {
  644. height: 88rpx;
  645. .text1 {
  646. font-size: 32rpx;
  647. font-family: PingFangSC-Medium, PingFang SC;
  648. font-weight: 500;
  649. color: #222222;
  650. margin-right: 16rpx;
  651. }
  652. .text2 {
  653. width: 50rpx;
  654. line-height: 32rpx;
  655. background: rgba(255, 83, 53, 0.1);
  656. border-radius: 4rpx;
  657. text-align: center;
  658. font-size: 20rpx;
  659. font-family: PingFangSC-Regular, PingFang SC;
  660. font-weight: 400;
  661. color: #FF5335;
  662. margin-right: 12rpx;
  663. }
  664. .text3 {
  665. width: 90rpx;
  666. line-height: 32rpx;
  667. background: #FFF2E8;
  668. border-radius: 4rpx;
  669. text-align: center;
  670. font-size: 20rpx;
  671. font-family: PingFangSC-Regular, PingFang SC;
  672. font-weight: 400;
  673. color: #FF8620;
  674. margin-right: 12rpx;
  675. }
  676. .text4 {
  677. line-height: 32rpx;
  678. background: #E6EFF8;
  679. border-radius: 4rpx;
  680. padding: 0 4rpx;
  681. text-align: center;
  682. font-size: 20rpx;
  683. font-family: SFPro-Regular, SFPro;
  684. font-weight: 400;
  685. color: #0C66C2;
  686. }
  687. .text5 {
  688. font-size: 32rpx;
  689. font-family: JDZhengHT-Regular, JDZhengHT;
  690. font-weight: 400;
  691. color: #0C66C2;
  692. }
  693. }
  694. }
  695. .index-navbar {
  696. position: sticky;
  697. top: 0;
  698. left: 0;
  699. width: 750rpx;
  700. z-index: 100;
  701. .header-down {
  702. // height: 92rpx;
  703. padding: 20rpx 24rpx;
  704. box-sizing: border-box;
  705. .font {
  706. font-size: 40rpx;
  707. font-family: PingFangSC-Medium, PingFang SC;
  708. font-weight: 500;
  709. color: #222222;
  710. }
  711. .right-item {
  712. padding: 0 16rpx;
  713. height: 52rpx;
  714. background: #F3F3F3;
  715. border-radius: 4rpx;
  716. margin-left: 20rpx;
  717. .text {
  718. margin-right: 4rpx;
  719. font-size: 26rpx;
  720. font-family: PingFangSC-Regular, PingFang SC;
  721. font-weight: 400;
  722. color: #666666;
  723. }
  724. }
  725. .down-left {
  726. .text {
  727. margin-right: 4rpx;
  728. font-size: 26rpx;
  729. font-family: PingFangSC-Medium, PingFang SC;
  730. font-weight: 500;
  731. color: #222222;
  732. }
  733. }
  734. }
  735. .index-bg {
  736. position: absolute;
  737. top: 0;
  738. left: 0;
  739. z-index: -1;
  740. width: 750rpx;
  741. // height: 352rpx;
  742. }
  743. }
  744. .index-header {
  745. flex: 1;
  746. padding: 0 32rpx;
  747. height: 50rpx;
  748. .index-search {
  749. width: 200rpx;
  750. height: 64rpx;
  751. background: #FFFFFF;
  752. border-radius: 20rpx;
  753. padding: 0 28rpx;
  754. .text1 {
  755. font-size: 24rpx;
  756. font-family: PingFangSC-Regular, PingFang SC;
  757. font-weight: 400;
  758. color: #999999;
  759. margin-left: 16rpx;
  760. }
  761. }
  762. .index-tabs {
  763. text:first-child {
  764. font-size: 36rpx;
  765. font-family: PingFangSC-Medium, PingFang SC;
  766. font-weight: 500;
  767. color: #222222;
  768. }
  769. text:last-child {
  770. width: 76rpx;
  771. height: 12rpx;
  772. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  773. margin-top: -20rpx;
  774. border-radius: 100rpx;
  775. }
  776. }
  777. }
  778. }
  779. ::v-deep .u-navbar__content__left {
  780. padding: 0 !important;
  781. }
  782. ::v-deep #height .u-tabs__wrapper__nav__item__text {
  783. font-size: 36rpx !important;
  784. }
  785. </style>