index.vue 18 KB

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