expectation.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. <template>
  2. <view class="index-page">
  3. <!-- 顶部 -->
  4. <view class="index-navbar">
  5. <view style="position: relative;height: 392rpx;">
  6. <image class="index-bg" src="@/static/images/bg.png" mode=""></image>
  7. <u-navbar bgColor='rgba(0,0,0,0)' placeholder @leftClick="return1">
  8. </u-navbar>
  9. <view class="header-down " :style="{marginTop:height+'rpx'}"
  10. style="padding: 28rpx 0 0 32rpx;box-sizing: border-box;">
  11. <view class="mingpianfont">
  12. 你的求职期望
  13. </view>
  14. <view class="explain">
  15. <text>我们会根据你的求职意向,为你推荐精准的职</text>
  16. </view>
  17. </view>
  18. </view>
  19. </view>
  20. <!-- 个人信息 -->
  21. <view class="personal">
  22. <view class="body-input u-flex-col u-row-center ">
  23. <text class="input-title">期望职位</text>
  24. <view class="" @click="changefenlei">
  25. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  26. placeholder="请选择期望职位" border placeholderClass='input-style' suffixIcon="arrow-right"
  27. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  28. v-model="category_job_name"></u--input>
  29. </view>
  30. </view>
  31. <view class="body-input u-flex-col u-row-center">
  32. <text class="input-title">期望城市</text>
  33. <view class="" @click="cityShow = true">
  34. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  35. placeholder="请选择您的期望城市" border placeholderClass='input-style' suffixIcon="arrow-right"
  36. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  37. v-model="job_intention.city"></u--input>
  38. </view>
  39. </view>
  40. <view class="body-input u-flex-col u-row-center">
  41. <text class="input-title">期望行业</text>
  42. <view class="" @click="changehangye">
  43. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  44. placeholder="请选择您的期望行业" border placeholderClass='input-style' suffixIcon="arrow-right"
  45. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  46. v-model="category_industry_name"></u--input>
  47. </view>
  48. </view>
  49. <!-- <view class="body-input u-flex-col u-row-center">
  50. <text class="input-title">期望薪资</text>
  51. <view class="" @click="show = true">
  52. <u--input :value="label" :disabled="true" disabledColor="#fff" customStyle="padding:0 !important"
  53. type="text" placeholder="请选择您的期望薪资" border placeholderClass='input-style'
  54. suffixIcon="arrow-right"
  55. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"></u--input>
  56. </view>
  57. </view> -->
  58. <view class="body-input u-flex-col u-row-center">
  59. <text class="input-title">期望薪资</text>
  60. <view class="u-flex u-row-between">
  61. <view style="width: 80rpx;color: rgba(26, 28, 36, 0.8);font-size: 30rpx;" class=""
  62. @click="salarytype = true">
  63. {{salary_type}}
  64. </view>
  65. <u-icon name="arrow-down-fill" color="rgba(26, 28, 36, 0.8)" size="8"></u-icon>
  66. <u--input inputAlign='center' border style='width:50rpx' class=""
  67. v-model="job_intention.salary">{{job_intention.salary||''}}</u--input>K
  68. <text style="margin-left: 100rpx;">*</text>
  69. <u--input inputAlign='center' border style='width:50rpx' class=""
  70. v-model="job_intention.salary_month">{{job_intention.salary_month||''}}</u--input>
  71. <text style="color: rgba(26, 28, 36, 0.8);font-size: 30rpx;">薪资</text>
  72. </view>
  73. </view>
  74. <view class="body-input u-flex-col u-row-center">
  75. <text class="input-title">优势亮点(选填)</text>
  76. <u--input disabledColor="#fff" customStyle="padding:0 !important" type="text" placeholder="请填写" border
  77. placeholderClass='input-style' suffixIcon="arrow-right"
  78. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  79. v-model="job_intention.advantage"></u--input>
  80. </view>
  81. <view class="" style="height: 250rpx;"></view>
  82. <view class="button" @click="next">
  83. 开启求职之旅
  84. </view>
  85. </view>
  86. <!-- 选择器 -->
  87. <u-picker ref="uPicker" keyName="name" title="期待城市" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
  88. @confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
  89. <!-- <u-picker keyName="label" title="期待薪资" :show="show" :columns="xinzilist" @confirm="confirm"
  90. @cancel="show = false"></u-picker> -->
  91. <u-picker title="薪资类型" keyName="name" :show="salarytype" @confirm="salarytypefunction" :columns="salarytypelist"
  92. @cancel='salarytype = false'></u-picker>
  93. </view>
  94. </template>
  95. <script>
  96. import {
  97. getAllArea,
  98. create,
  99. profile
  100. } from "@/units/inquire.js"
  101. export default {
  102. data() {
  103. return {
  104. salarytypelist: [
  105. [{
  106. name: '月薪',
  107. type: 'month'
  108. }, {
  109. name: '年薪',
  110. tupe: 'year'
  111. }]
  112. ],
  113. salarytype: false,
  114. category_industry_name: "", //行业
  115. category_job_name: "", //职位
  116. cityShow: false,
  117. province: [], //省数据
  118. city: [], //市数据
  119. area: [], //区数据
  120. cityList: [], //城市列表
  121. show: false,
  122. from: {},
  123. label: "",
  124. addressData: {},
  125. job_experience: {},
  126. project_experience: {},
  127. education_experience: {},
  128. salary_type: '月薪',
  129. addressData: {
  130. id: "",
  131. province: "",
  132. city: "",
  133. area: "",
  134. detail: "",
  135. userName: "",
  136. phone: "",
  137. isDefault: false
  138. }, //地址数据
  139. job_intention: {
  140. city: "", //城市地点
  141. advantage: '', //优势亮点
  142. salary: '',
  143. province_id: "", //期望省份ID
  144. city_id: "", //期望城市ID
  145. salary_type: "month", //薪资类型: year = 年薪;month = 月薪
  146. salary_month: "", //一年多少薪
  147. category_job_first: "", //职位分类一级ID
  148. category_job_second: "", //职位分类二级ID
  149. category_job_id: "", //职位分类三级ID
  150. category_industry_first: "", //行业一级ID
  151. category_industry_id: "", //行业二级ID
  152. },
  153. xinzilist: [
  154. ],
  155. }
  156. },
  157. onLoad() {
  158. this.AllArea()
  159. this.xinzi()
  160. if (uni.getStorageSync("from")) {
  161. console.log(uni.getStorageSync("from"));
  162. this.from = uni.getStorageSync("from")
  163. }
  164. if (uni.getStorageSync('radiovalue1') == 2) {
  165. if (uni.getStorageSync("job_experience3")) {
  166. this.job_experience = uni.getStorageSync("job_experience3")
  167. }
  168. if (uni.getStorageSync("project_experience3")) {
  169. this.project_experience = uni.getStorageSync("project_experience3")
  170. }
  171. if (uni.getStorageSync("education_experience3")) {
  172. this.education_experience = uni.getStorageSync("education_experience3")
  173. }
  174. } else {
  175. if (uni.getStorageSync("job_experience1")) {
  176. this.job_experience = uni.getStorageSync("job_experience1")
  177. }
  178. if (uni.getStorageSync("project_experience1")) {
  179. this.project_experience = uni.getStorageSync("project_experience1")
  180. }
  181. if (uni.getStorageSync("education_experience1")) {
  182. this.education_experience = uni.getStorageSync("education_experience1")
  183. }
  184. }
  185. if (uni.getStorageSync("addressData1")) {
  186. this.addressData = uni.getStorageSync("addressData1")
  187. }
  188. // if (uni.getStorageSync("job_experience1")) {
  189. // this.job_experience = uni.getStorageSync("job_experience1")
  190. // }
  191. // if (uni.getStorageSync("project_experience1")) {
  192. // this.project_experience = uni.getStorageSync("project_experience1")
  193. // }
  194. // if (uni.getStorageSync("education_experience1")) {
  195. // this.education_experience = uni.getStorageSync("education_experience1")
  196. // }
  197. // if (uni.getStorageSync("job_intention1")) {
  198. // this.job_intention = uni.getStorageSync("job_intention1")
  199. if (uni.getStorageSync("category_industry_name")) {
  200. this.category_industry_name = uni.getStorageSync("job_intention1")
  201. }
  202. if (uni.getStorageSync("category_job_name")) {
  203. this.category_job_name = uni.getStorageSync("category_job_name")
  204. }
  205. },
  206. methods: {
  207. salarytypefunction(e) {
  208. this.job_intention.salary_type = e.value[0].salary_type
  209. this.salary_type = e.value[0].name
  210. this.salarytype = false
  211. },
  212. xinzi() {
  213. var xinzilist = []
  214. for (var i = 1; i <= 100; i++) {
  215. xinzilist.push({
  216. label: `${i}K`,
  217. value: i
  218. })
  219. }
  220. this.xinzilist.push(xinzilist)
  221. },
  222. confirm(e) {
  223. this.job_intention.salary = e.value[0].value
  224. this.label = e.value[0].label
  225. this.show = false
  226. },
  227. cityconfirm(e) {
  228. let a = e.value[0].name + e.value[1].name + e.value[2].name
  229. // let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
  230. this.job_intention.city_id = e.value[1].id
  231. this.job_intention.province_id = e.value[0].id
  232. // this.city1 = e.value.join("")
  233. this.job_intention.city = a
  234. this.cityShow = false
  235. },
  236. // jobConfirm(e) {
  237. // // this.job = e.value[0].name
  238. // // this.from.job_status_id = e.value[0].id
  239. // // this.jobShow = false
  240. // }, //所有地区
  241. AllArea() {
  242. getAllArea().then((res) => {
  243. this.province = res.data.map(t => {
  244. return {
  245. name: t.name,
  246. id: t.id
  247. }
  248. })
  249. console.log("aaa", this.province);
  250. this.city = res.data.map(t => t.children.map(v => {
  251. return {
  252. name: v.name,
  253. id: v.id
  254. }
  255. }))
  256. this.area = res.data.map(t => t.children.map(v => v.children.map(i => {
  257. return {
  258. name: i.name,
  259. id: i.id
  260. }
  261. })))
  262. //默认显示数据
  263. // this.cityList = [
  264. // this.province.map(res => res.name),
  265. // this.city[0].map(res => res.name),
  266. // this.area[0][0].map(res => res.name)
  267. // ]
  268. let a = []
  269. let b = []
  270. let c = []
  271. this.province.map(res => {
  272. a.push({
  273. name: res.name,
  274. id: res.id,
  275. })
  276. })
  277. this.city[0].map(res => {
  278. b.push({
  279. name: res.name,
  280. id: res.id,
  281. })
  282. })
  283. this.area[0][0].map(res => {
  284. c.push({
  285. name: res.name,
  286. id: res.id,
  287. })
  288. })
  289. this.cityList = [a, b, c]
  290. console.log(33, this.cityList);
  291. if (this.addressData.province && this.addressData.city && this.addressData.area) {
  292. //省索引
  293. let pIdx = this.province.findIndex(v => v.name == this.addressData.province);
  294. //根据省索引设置默认市数据
  295. this.columns[1] = this.city[pIdx].map(res => res.name)
  296. //市索引
  297. let cIdx = this.city[pIdx].findIndex(v => v.name == this.addressData.city);
  298. //根据市索引设置默认区数据
  299. this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
  300. //区索引
  301. let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.addressData.area);
  302. this.indexs = [pIdx, cIdx, aIdx];
  303. // console.log(pIdx, cIdx, aIdx);
  304. console.log(this.indexs);
  305. }
  306. })
  307. },
  308. changeHandler(e) {
  309. const {
  310. columnIndex, //当前改变值的列下标
  311. value,
  312. values, // values为当前变化列的数组内容
  313. indexs, //当前地区值下标
  314. picker = this.$refs.uPicker
  315. } = e
  316. //columnIndex代表第几列,意思是下标为0的列发生变化
  317. if (columnIndex === 0) {
  318. picker.setColumnValues(1, this.city[indexs[0]].map(v => {
  319. return {
  320. name: v.name,
  321. id: v.id
  322. }
  323. }))
  324. picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  325. return {
  326. name: v.name,
  327. id: v.id
  328. }
  329. }))
  330. }
  331. if (columnIndex === 1) {
  332. picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
  333. return {
  334. name: v.name,
  335. id: v.id
  336. }
  337. }))
  338. }
  339. },
  340. changefenlei() {
  341. uni.navigateTo({
  342. url: "/pagesA/change-zhiwei",
  343. events: {
  344. changefenlei: (res) => {
  345. this.job_intention.category_job_first = res[0].id //职位分类一级ID
  346. this.job_intention.category_job_second = res[1].id //职位分类二级ID
  347. this.job_intention.category_job_id = res[2].id //职位分类三级ID
  348. this.category_job_name = res[2].name //职位名称
  349. }
  350. }
  351. })
  352. },
  353. changehangye() {
  354. uni.navigateTo({
  355. url: "/pagesA/change-hangye1",
  356. events: {
  357. changehangye: (res) => {
  358. console.log(res);
  359. console.log(res[1].name);
  360. this.job_intention.category_industry_first = res[0].id //行业一级ID
  361. this.job_intention.category_industry_id = res[1].id //行业二级ID
  362. this.category_industry_name = res[1].name //行业名称
  363. }
  364. }
  365. })
  366. },
  367. return1() {
  368. uni.navigateBack()
  369. },
  370. next() {
  371. let pre = "job_intention"
  372. let nObj = Object.keys(this.job_intention).reduce((a, c) => (a[`${pre}.${c}`] = this.job_intention[c],
  373. a), {});
  374. uni.setStorageSync("job_intention", nObj)
  375. uni.setStorageSync("job_intention1", this.job_intention)
  376. profile({
  377. ...this.user,
  378. invitation_code: uni.getStorageSync('invitation_code')
  379. }).then(res => {
  380. })
  381. if (uni.getStorageSync('radiovalue1') == 1) {
  382. create({
  383. ...this.from,
  384. job_experience: this.job_experience,
  385. project_experience: [this.project_experience],
  386. education_experience: [this.education_experience],
  387. job_intention: [this.job_intention]
  388. }).then(res => {
  389. if (res.code == 1) {
  390. uni.switchTab({
  391. url: '../pages/index/index'
  392. })
  393. } else {
  394. this.$u.toast(res.msg)
  395. }
  396. })
  397. } else {
  398. create({
  399. ...this.from,
  400. job_experience: this.job_experience,
  401. project_experience: this.project_experience,
  402. education_experience: this.education_experience,
  403. job_intention: [this.job_intention]
  404. }).then(res => {
  405. if (res.code == 1) {
  406. uni.switchTab({
  407. url: '../pages/index/index'
  408. })
  409. } else {
  410. this.$u.toast(res.msg)
  411. }
  412. })
  413. }
  414. uni.setStorageSync("category_industry_name", this.category_industry_name)
  415. uni.setStorageSync("category_job_name", this.category_job_name)
  416. uni.setStorageSync("is_profile", 1)
  417. }
  418. }
  419. }
  420. </script>
  421. <style lang="scss">
  422. page {
  423. background-color: #F3F3F3;
  424. }
  425. .index-page {
  426. overflow: hidden;
  427. // height: 100vh;
  428. background: #fff;
  429. .mingpianfont {
  430. height: 50rpx;
  431. font-size: 36rpx;
  432. font-family: PingFangSC-Medium, PingFang SC;
  433. font-weight: 500;
  434. color: #FFFFFF;
  435. line-height: 50rpx;
  436. }
  437. .explain {
  438. margin-top: 24rpx;
  439. width: 528rpx;
  440. height: 36rpx;
  441. font-size: 26rpx;
  442. font-family: PingFangSC-Regular, PingFang SC;
  443. font-weight: 400;
  444. color: #FFFFFF;
  445. line-height: 36rpx;
  446. }
  447. //个人信息
  448. .personal {
  449. width: 750rpx;
  450. background: #FFFFFF;
  451. border-radius: 28rpx 28rpx 0rpx 0rpx;
  452. margin-top: -40rpx;
  453. position: relative;
  454. z-index: 99;
  455. padding: 40rpx 32rpx 0;
  456. box-sizing: border-box;
  457. height: 100%;
  458. margin-bottom: 60rpx !important;
  459. .body-input {
  460. height: 170rpx;
  461. border-bottom: 2rpx solid #F4F4F4;
  462. .input-title {
  463. font-size: 26rpx;
  464. font-family: PingFangSC-Regular, PingFang SC;
  465. font-weight: 400;
  466. color: #888888;
  467. margin-bottom: 20rpx;
  468. margin-top: 30rpx;
  469. box-sizing: border-box;
  470. }
  471. .input-style {
  472. font-size: 32rpx;
  473. font-family: PingFangSC-Regular, PingFang SC;
  474. font-weight: 400;
  475. color: #CACACA;
  476. }
  477. }
  478. .button {
  479. width: 686rpx;
  480. height: 88rpx !important;
  481. background: #0C66C2;
  482. border-radius: 12rpx;
  483. font-size: 32rpx;
  484. font-family: PingFangSC-Medium, PingFang SC;
  485. font-weight: 500;
  486. color: #FFFFFF;
  487. line-height: 88rpx;
  488. margin: 10rpx 0 0rpx 0;
  489. display: flex;
  490. justify-content: center;
  491. margin-bottom: 60rpx;
  492. // position: fixed;
  493. // bottom: 60rpx;
  494. }
  495. }
  496. .index-item {
  497. // width: 702rpx;
  498. // background: #FFFFFF;
  499. // border-radius: 20rpx;
  500. // margin: 20rpx auto;
  501. // padding: 0 20rpx 24rpx 10rpx;
  502. .item-down {
  503. text:first-child {
  504. font-size: 22rpx;
  505. font-family: SFPro-Regular, SFPro;
  506. font-weight: 400;
  507. color: #666666;
  508. }
  509. text:last-child {
  510. font-size: 22rpx;
  511. font-family: PingFangSC-Regular, PingFang SC;
  512. font-weight: 400;
  513. color: #666666;
  514. }
  515. }
  516. .item-gongsi {
  517. margin-bottom: 16rpx;
  518. .text2 {
  519. font-size: 24rpx;
  520. font-family: SFPro-Regular, SFPro;
  521. font-weight: 400;
  522. color: #666666;
  523. }
  524. .logo {
  525. width: 42rpx;
  526. height: 42rpx;
  527. border-radius: 10rpx;
  528. margin-right: 16rpx;
  529. }
  530. .text1 {
  531. max-width: 192rpx;
  532. font-size: 24rpx;
  533. font-family: PingFangSC-Regular, PingFang SC;
  534. font-weight: 400;
  535. color: #444444;
  536. margin-right: 12rpx;
  537. }
  538. }
  539. .item-label {
  540. margin-bottom: 20rpx;
  541. text {
  542. margin-right: 16rpx;
  543. line-height: 46rpx;
  544. background: #F7F7F7;
  545. border-radius: 4rpx;
  546. padding: 0 14rpx;
  547. font-size: 24rpx;
  548. font-family: PingFangSC-Regular, PingFang SC;
  549. font-weight: 400;
  550. color: #5F5F5F;
  551. }
  552. }
  553. .item-top {
  554. height: 88rpx;
  555. .text1 {
  556. font-size: 32rpx;
  557. font-family: PingFangSC-Medium, PingFang SC;
  558. font-weight: 500;
  559. color: #222222;
  560. margin-right: 16rpx;
  561. }
  562. .text2 {
  563. width: 50rpx;
  564. line-height: 32rpx;
  565. background: rgba(255, 83, 53, 0.1);
  566. border-radius: 4rpx;
  567. text-align: center;
  568. font-size: 20rpx;
  569. font-family: PingFangSC-Regular, PingFang SC;
  570. font-weight: 400;
  571. color: #FF5335;
  572. margin-right: 12rpx;
  573. }
  574. .text3 {
  575. width: 90rpx;
  576. line-height: 32rpx;
  577. background: #FFF2E8;
  578. border-radius: 4rpx;
  579. text-align: center;
  580. font-size: 20rpx;
  581. font-family: PingFangSC-Regular, PingFang SC;
  582. font-weight: 400;
  583. color: #FF8620;
  584. margin-right: 12rpx;
  585. }
  586. .text4 {
  587. line-height: 32rpx;
  588. background: #E6EFF8;
  589. border-radius: 4rpx;
  590. padding: 0 4rpx;
  591. text-align: center;
  592. font-size: 20rpx;
  593. font-family: SFPro-Regular, SFPro;
  594. font-weight: 400;
  595. color: #0C66C2;
  596. }
  597. .text5 {
  598. font-size: 32rpx;
  599. font-family: JDZhengHT-Regular, JDZhengHT;
  600. font-weight: 400;
  601. color: #0C66C2;
  602. }
  603. }
  604. }
  605. .index-navbar {
  606. position: sticky;
  607. top: 0;
  608. left: 0;
  609. width: 750rpx;
  610. z-index: 10;
  611. .header-down {
  612. height: 92rpx;
  613. padding: 20rpx 24rpx;
  614. box-sizing: border-box;
  615. .font {
  616. font-size: 40rpx;
  617. font-family: PingFangSC-Medium, PingFang SC;
  618. font-weight: 500;
  619. color: #222222;
  620. }
  621. .right-item {
  622. padding: 0 16rpx;
  623. height: 52rpx;
  624. background: #F3F3F3;
  625. border-radius: 4rpx;
  626. margin-left: 20rpx;
  627. .text {
  628. margin-right: 4rpx;
  629. font-size: 26rpx;
  630. font-family: PingFangSC-Regular, PingFang SC;
  631. font-weight: 400;
  632. color: #666666;
  633. }
  634. }
  635. .down-left {
  636. .text {
  637. margin-right: 4rpx;
  638. font-size: 26rpx;
  639. font-family: PingFangSC-Medium, PingFang SC;
  640. font-weight: 500;
  641. color: #222222;
  642. }
  643. }
  644. }
  645. .index-bg {
  646. position: absolute;
  647. top: 0;
  648. left: 0;
  649. z-index: -1;
  650. width: 750rpx;
  651. height: 392rpx;
  652. }
  653. }
  654. .index-header {
  655. flex: 1;
  656. padding: 0 32rpx;
  657. height: 50rpx;
  658. .index-search {
  659. width: 200rpx;
  660. height: 64rpx;
  661. background: #FFFFFF;
  662. border-radius: 20rpx;
  663. padding: 0 28rpx;
  664. .text1 {
  665. font-size: 24rpx;
  666. font-family: PingFangSC-Regular, PingFang SC;
  667. font-weight: 400;
  668. color: #999999;
  669. margin-left: 16rpx;
  670. }
  671. }
  672. .index-tabs {
  673. text:first-child {
  674. font-size: 36rpx;
  675. font-family: PingFangSC-Medium, PingFang SC;
  676. font-weight: 500;
  677. color: #222222;
  678. }
  679. text:last-child {
  680. width: 76rpx;
  681. height: 12rpx;
  682. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  683. margin-top: -20rpx;
  684. border-radius: 100rpx;
  685. }
  686. }
  687. }
  688. }
  689. ::v-deep .u-navbar__content__left {
  690. padding: 0 !important;
  691. }
  692. ::v-deep .u-subsection {
  693. width: 312rpx !important;
  694. }
  695. </style>