index.vue 19 KB

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