index.vue 19 KB

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