index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811
  1. <template>
  2. <view class="index-page">
  3. <view class="index-navbar">
  4. <view style="position: relative;overflow: hidden;" :style="{'height': 'calc('+navheight+'px + 322rpx )'}">
  5. <image class="index-bg" src="../../static/images/index-header.png"
  6. :style="{'height': 'calc('+navheight+'px + 322rpx )'}" 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=" 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: 10rpx;display: inline-block;"
  43. v-for="(item,index) in job_intention" :key="index"
  44. @click="changeid(index,item.category_industry_id)"
  45. :style="{'color' : index==colo?'#000':'#606266'}">
  46. {{item.category_industry_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. +
  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;">
  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. } from "../../units/inquire.js"
  162. export default {
  163. data() {
  164. return {
  165. category_industry_id: "",
  166. category_industry_name: '',
  167. opencity: false,
  168. citylist: [],
  169. total: 0,
  170. height: "",
  171. list1: [{
  172. name: "相关"
  173. },
  174. {
  175. name: "推荐"
  176. },
  177. {
  178. name: "最新"
  179. },
  180. ],
  181. list4: [{
  182. name: "职位"
  183. },
  184. {
  185. name: "校招"
  186. }
  187. ],
  188. page: 1,
  189. tab1: 0,
  190. tab2: 0,
  191. positionlist: [], //职位列表
  192. is_auth: "", //是否认证
  193. rightcity: [],
  194. cityrightindex: "-1",
  195. cityleftindex: "0",
  196. city: {},
  197. search_data: {},
  198. job_intention: [],
  199. id: "",
  200. navheight: null,
  201. colo: 0,
  202. }
  203. },
  204. onLoad() {
  205. // this.getlist()
  206. this.getcity()
  207. this.auth()
  208. this.resumeDetail()
  209. this.city = {
  210. name: '',
  211. id: ''
  212. }
  213. this.search_data = {}
  214. this.getlist()
  215. },
  216. onReachBottom() {
  217. if (this.positionlist.length != this.total) {
  218. this.page++
  219. this.getlist()
  220. }
  221. },
  222. computed: {
  223. bgImage() {
  224. return `url(${require('../../static/images/juxing.png')}) 100% 100%`
  225. }
  226. },
  227. mounted() {
  228. console.log(9987, this.$refs);
  229. let a = Number(this.$refs.nav.height.slice(0, -2))
  230. // let b = Number(this.$refs.header.height.slice(0,-2))
  231. this.navheight = a
  232. console.log(this.navheight);
  233. },
  234. methods: {
  235. torenzheng() {
  236. uni.navigateTo({
  237. url: "/pagesD/renzheng",
  238. events: {
  239. up: (res) => {
  240. this.auth()
  241. }
  242. }
  243. })
  244. },
  245. changeid(index, id) {
  246. this.colo = index
  247. this.category_industry_id = id
  248. console.log(id);
  249. this.getlist()
  250. },
  251. resumeDetail() {
  252. resumeDetail().then(res => {
  253. this.job_intention = res.data.job_intention
  254. this.category_industry_id = res.data.job_intention[0].category_industry_id
  255. this.id = res.data.job_intention[0].id
  256. this.getlist()
  257. })
  258. },
  259. toindexsearch() {
  260. uni.navigateTo({
  261. url: "/pagesA/index-search"
  262. })
  263. },
  264. apply(type, id) {
  265. uni.navigateTo({
  266. url: "/pagesD/apply?type=" + type + "&id=" + id,
  267. events: {
  268. refresh: (res) => {
  269. this.resumeDetail()
  270. }
  271. }
  272. })
  273. },
  274. auth() {
  275. is_auth().then(res => {
  276. this.is_auth = res.data.is_auth
  277. })
  278. },
  279. opencity1() {
  280. this.opencity = true
  281. this.city = {
  282. name: '',
  283. id: ''
  284. }
  285. },
  286. shaixuan(e) {
  287. this.search_data = e
  288. this.tosearch()
  289. },
  290. chongzhi() {
  291. this.city = {
  292. name: '',
  293. id: ''
  294. }
  295. this.opencity = false
  296. this.tosearch()
  297. },
  298. changecity() {
  299. if (this.cityrightindex == -1) {
  300. this.$u.toast("请选择城市")
  301. return
  302. }
  303. this.city = {
  304. name: this.citylist[this.cityleftindex].childlist[this.cityrightindex].name,
  305. id: this.citylist[this.cityleftindex].childlist[this.cityrightindex].id
  306. }
  307. console.log(this.city);
  308. this.opencity = false
  309. this.tosearch()
  310. },
  311. changerightcity(index, item) {
  312. this.cityrightindex = index
  313. },
  314. changeleftcity(index) {
  315. this.cityleftindex = index
  316. this.cityrightindex = -1
  317. this.rightcity = this.citylist[this.cityleftindex].childlist
  318. },
  319. getcity() {
  320. getareacity().then(res => {
  321. console.log(res);
  322. this.citylist = res.data
  323. this.rightcity = res.data[0].childlist
  324. })
  325. },
  326. tosearch() {
  327. this.page = 1
  328. this.positionlist = []
  329. this.getlist()
  330. },
  331. openshaixuan() {
  332. this.$refs.shaixuan.openshaixuan = true
  333. },
  334. click(item) {
  335. this.tab2 = item.index
  336. console.log(this.tab2);
  337. this.getlist()
  338. // console.log('item', item);
  339. },
  340. TabsTop(item) {
  341. if (uni.getStorageSync('token') == "" && this.tab1 == 0) {
  342. uni.reLaunch({
  343. url: "/pages/login/login"
  344. })
  345. }
  346. this.tab1 = item.index
  347. // console.log(this.tab1);
  348. },
  349. //获取职位列表
  350. getlist() {
  351. getList({
  352. page: this.page,
  353. type: this.tab2,
  354. search_field: "",
  355. search: "",
  356. search_data: {
  357. ...this.search_data,
  358. city_id: this.city.id,
  359. category_industry_id: this.category_industry_id
  360. }
  361. }).then(res => {
  362. if (this.page == 1) {
  363. this.positionlist = res.data.data
  364. } else {
  365. this.positionlist = this.positionlist.concat(res.data.data)
  366. }
  367. this.total = res.data.total
  368. })
  369. },
  370. todetails(id) {
  371. uni.navigateTo({
  372. url: '../../pagesB/details?id=' + id
  373. })
  374. }
  375. }
  376. }
  377. </script>
  378. <style lang="scss">
  379. page {
  380. background-color: #F3F3F3;
  381. }
  382. .change-city-popup {
  383. height: calc(100vh - 144rpx);
  384. .change-city-scroll {
  385. min-height: 1rpx;
  386. .change-scroll-right {
  387. height: 100%;
  388. .scroll-left-shi {
  389. line-height: 100rpx;
  390. text-align: center;
  391. font-size: 32rpx;
  392. font-family: PingFangSC-Regular, PingFang SC;
  393. font-weight: 400;
  394. color: #333333;
  395. padding: 0 32rpx;
  396. }
  397. .shiactive {
  398. color: #0C66C2;
  399. }
  400. }
  401. .change-scroll-left {
  402. width: 304rpx;
  403. height: 100%;
  404. background-color: #F5F5F5;
  405. .scroll-left-sheng {
  406. text-align: center;
  407. font-size: 32rpx;
  408. font-family: PingFangSC-Regular, PingFang SC;
  409. font-weight: 400;
  410. color: #333333;
  411. padding: 28rpx 32rpx;
  412. }
  413. .shengactive {
  414. background-color: #fff;
  415. color: #0C66C2;
  416. }
  417. }
  418. }
  419. .change-city-down {
  420. padding: 12rpx 32rpx;
  421. text:first-child {
  422. width: 208rpx;
  423. line-height: 84rpx;
  424. background: #F3F3F3;
  425. border-radius: 10rpx;
  426. text-align: center;
  427. font-size: 32rpx;
  428. font-family: PingFangSC-Medium, PingFang SC;
  429. font-weight: 500;
  430. color: #555555;
  431. }
  432. text:last-child {
  433. width: 454rpx;
  434. line-height: 84rpx;
  435. background: #0C66C2;
  436. border-radius: 10rpx;
  437. text-align: center;
  438. font-size: 32rpx;
  439. font-family: PingFangSC-Medium, PingFang SC;
  440. font-weight: 500;
  441. color: #FFFFFF;
  442. }
  443. }
  444. .change-city-header {
  445. height: 120rpx;
  446. padding: 0 32rpx;
  447. .text {
  448. font-size: 36rpx;
  449. font-family: PingFangSC-Medium, PingFang SC;
  450. font-weight: 500;
  451. color: #222222;
  452. }
  453. }
  454. }
  455. .unverified {
  456. display: flex;
  457. flex-direction: column;
  458. justify-content: center;
  459. background-color: #fff;
  460. background-image: linear-gradient(to bottom, #fff 20%, #f3f3f3 50%);
  461. align-items: center;
  462. width: 750rpx;
  463. height: 70vh;
  464. margin-top: 180rpx;
  465. text {
  466. width: 312rpx;
  467. height: 84rpx;
  468. margin-top: 34rpx;
  469. display: block;
  470. }
  471. button {
  472. width: 264rpx;
  473. height: 100rpx;
  474. background: #0C66C2;
  475. border-radius: 12rpx;
  476. font-size: 36rpx;
  477. font-family: PingFangSC-Regular, PingFang SC;
  478. font-weight: 400;
  479. color: #FFFFFF;
  480. margin-top: 90rpx;
  481. line-height: 100rpx;
  482. }
  483. }
  484. .index-page {
  485. .address {
  486. font-size: 24rpx;
  487. font-family: PingFangSC-Regular, PingFang SC;
  488. font-weight: 400;
  489. color: #979797;
  490. line-height: 34rpx;
  491. }
  492. .content {
  493. padding: 24rpx 20rpx;
  494. margin-top: 20rpx;
  495. background-color: #fff;
  496. border-radius: 16rpx;
  497. .font {
  498. font-size: 32rpx;
  499. font-family: PingFangSC-Medium, PingFang SC;
  500. font-weight: 500;
  501. color: #222222;
  502. line-height: 44rpx;
  503. max-width: 326rpx;
  504. overflow: hidden; //超出隐藏
  505. white-space: nowrap; //不换行,同一行展示
  506. text-overflow: ellipsis; //设置超出部分以省略号展示
  507. }
  508. .back {
  509. width: 58rpx;
  510. height: 32rpx;
  511. background: #FF5335;
  512. border-radius: 6rpx;
  513. font-size: 22rpx;
  514. font-family: PingFangSC-Regular, PingFang SC;
  515. font-weight: 400;
  516. color: #FFFFFF;
  517. line-height: 32rpx;
  518. text-align: center;
  519. margin-left: 16rpx;
  520. }
  521. .money {
  522. font-size: 32rpx;
  523. font-family: JDZhengHT-Regular, JDZhengHT;
  524. font-weight: 400;
  525. color: #0C66C2;
  526. }
  527. .introduce {
  528. height: 40rpx;
  529. font-size: 28rpx;
  530. font-family: PingFangSC-Regular, PingFang SC;
  531. font-weight: 400;
  532. color: #555555;
  533. line-height: 40rpx;
  534. margin-right: 16rpx;
  535. }
  536. .tabs {
  537. background: #F3F3F3;
  538. border-radius: 4rpx;
  539. padding: 6rpx 14rpx;
  540. margin-right: 16rpx;
  541. font-size: 24rpx;
  542. font-family: PingFangSC-Regular, PingFang SC;
  543. font-weight: 400;
  544. color: #5F5F5F;
  545. height: 34rpx;
  546. line-height: 34rpx;
  547. }
  548. }
  549. .index-item {
  550. // width: 702rpx;
  551. // background: #FFFFFF;
  552. // border-radius: 20rpx;
  553. // margin: 20rpx auto;
  554. // padding: 0 20rpx 24rpx 10rpx;
  555. .item-down {
  556. text:first-child {
  557. font-size: 22rpx;
  558. font-family: SFPro-Regular, SFPro;
  559. font-weight: 400;
  560. color: #666666;
  561. }
  562. text:last-child {
  563. font-size: 22rpx;
  564. font-family: PingFangSC-Regular, PingFang SC;
  565. font-weight: 400;
  566. color: #666666;
  567. }
  568. }
  569. .item-gongsi {
  570. margin-bottom: 16rpx;
  571. .text2 {
  572. font-size: 24rpx;
  573. font-family: SFPro-Regular, SFPro;
  574. font-weight: 400;
  575. color: #666666;
  576. }
  577. .logo {
  578. width: 42rpx;
  579. height: 42rpx;
  580. border-radius: 10rpx;
  581. margin-right: 16rpx;
  582. }
  583. .text1 {
  584. max-width: 192rpx;
  585. font-size: 24rpx;
  586. font-family: PingFangSC-Regular, PingFang SC;
  587. font-weight: 400;
  588. color: #444444;
  589. margin-right: 12rpx;
  590. }
  591. }
  592. .item-label {
  593. margin-bottom: 20rpx;
  594. text {
  595. margin-right: 16rpx;
  596. line-height: 46rpx;
  597. background: #F7F7F7;
  598. border-radius: 4rpx;
  599. padding: 0 14rpx;
  600. font-size: 24rpx;
  601. font-family: PingFangSC-Regular, PingFang SC;
  602. font-weight: 400;
  603. color: #5F5F5F;
  604. }
  605. }
  606. .item-top {
  607. height: 88rpx;
  608. .text1 {
  609. font-size: 32rpx;
  610. font-family: PingFangSC-Medium, PingFang SC;
  611. font-weight: 500;
  612. color: #222222;
  613. margin-right: 16rpx;
  614. }
  615. .text2 {
  616. width: 50rpx;
  617. line-height: 32rpx;
  618. background: rgba(255, 83, 53, 0.1);
  619. border-radius: 4rpx;
  620. text-align: center;
  621. font-size: 20rpx;
  622. font-family: PingFangSC-Regular, PingFang SC;
  623. font-weight: 400;
  624. color: #FF5335;
  625. margin-right: 12rpx;
  626. }
  627. .text3 {
  628. width: 90rpx;
  629. line-height: 32rpx;
  630. background: #FFF2E8;
  631. border-radius: 4rpx;
  632. text-align: center;
  633. font-size: 20rpx;
  634. font-family: PingFangSC-Regular, PingFang SC;
  635. font-weight: 400;
  636. color: #FF8620;
  637. margin-right: 12rpx;
  638. }
  639. .text4 {
  640. line-height: 32rpx;
  641. background: #E6EFF8;
  642. border-radius: 4rpx;
  643. padding: 0 4rpx;
  644. text-align: center;
  645. font-size: 20rpx;
  646. font-family: SFPro-Regular, SFPro;
  647. font-weight: 400;
  648. color: #0C66C2;
  649. }
  650. .text5 {
  651. font-size: 32rpx;
  652. font-family: JDZhengHT-Regular, JDZhengHT;
  653. font-weight: 400;
  654. color: #0C66C2;
  655. }
  656. }
  657. }
  658. .index-navbar {
  659. position: sticky;
  660. top: 0;
  661. left: 0;
  662. width: 750rpx;
  663. z-index: 100;
  664. .header-down {
  665. height: 92rpx;
  666. padding: 20rpx 24rpx;
  667. box-sizing: border-box;
  668. .font {
  669. font-size: 40rpx;
  670. font-family: PingFangSC-Medium, PingFang SC;
  671. font-weight: 500;
  672. color: #222222;
  673. }
  674. .right-item {
  675. padding: 0 16rpx;
  676. height: 52rpx;
  677. background: #F3F3F3;
  678. border-radius: 4rpx;
  679. margin-left: 20rpx;
  680. .text {
  681. margin-right: 4rpx;
  682. font-size: 26rpx;
  683. font-family: PingFangSC-Regular, PingFang SC;
  684. font-weight: 400;
  685. color: #666666;
  686. }
  687. }
  688. .down-left {
  689. .text {
  690. margin-right: 4rpx;
  691. font-size: 26rpx;
  692. font-family: PingFangSC-Medium, PingFang SC;
  693. font-weight: 500;
  694. color: #222222;
  695. }
  696. }
  697. }
  698. .index-bg {
  699. position: absolute;
  700. top: 0;
  701. left: 0;
  702. z-index: -1;
  703. width: 750rpx;
  704. height: 352rpx;
  705. }
  706. }
  707. .index-header {
  708. flex: 1;
  709. padding: 0 32rpx;
  710. height: 50rpx;
  711. .index-search {
  712. width: 200rpx;
  713. height: 64rpx;
  714. background: #FFFFFF;
  715. border-radius: 20rpx;
  716. padding: 0 28rpx;
  717. .text1 {
  718. font-size: 24rpx;
  719. font-family: PingFangSC-Regular, PingFang SC;
  720. font-weight: 400;
  721. color: #999999;
  722. margin-left: 16rpx;
  723. }
  724. }
  725. .index-tabs {
  726. text:first-child {
  727. font-size: 36rpx;
  728. font-family: PingFangSC-Medium, PingFang SC;
  729. font-weight: 500;
  730. color: #222222;
  731. }
  732. text:last-child {
  733. width: 76rpx;
  734. height: 12rpx;
  735. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  736. margin-top: -20rpx;
  737. border-radius: 100rpx;
  738. }
  739. }
  740. }
  741. }
  742. ::v-deep .u-navbar__content__left {
  743. padding: 0 !important;
  744. }
  745. </style>