userinfo.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761
  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 :safeAreaInsetTop="true" @leftClick="return1">
  8. </u-navbar>
  9. <view class="header-down " style="padding: 28rpx 0 0 32rpx;box-sizing: border-box;">
  10. <view class="mingpianfont">
  11. 邀请你完善基础求职名片
  12. </view>
  13. <view class="explain">
  14. <text>海量名企职位|</text>
  15. <text>优质猎头服务|</text>
  16. <text>全程隐私保护</text>
  17. </view>
  18. </view>
  19. </view>
  20. </view>
  21. <!-- 个人信息 -->
  22. <view class="personal">
  23. <view class="body-input u-flex-col u-row-center ">
  24. <text class="input-title">姓名</text>
  25. <u--input customStyle="padding:0 !important" type="text" placeholder="请填写您的真实姓名" border
  26. placeholderClass='input-style' v-model="from.name"></u--input>
  27. </view>
  28. <view class="body-input u-flex-col u-row-center" @click="sexShow = true">
  29. <text class="input-title">性别</text>
  30. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  31. placeholder="请选择您的性别" border placeholderClass='input-style' suffixIcon="arrow-right"
  32. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  33. v-model="from.sexvalue"></u--input>
  34. </view>
  35. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  36. <text class="input-title">出生年月</text>
  37. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  38. placeholder="请选择您的出生年月" border placeholderClass='input-style' suffixIcon="arrow-right"
  39. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  40. v-model="from.birthday"></u--input>
  41. </view>
  42. <view class="body-input u-flex-col u-row-center" @click="jobShow = true">
  43. <text class="input-title">求职状态</text>
  44. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  45. placeholder="请选择您求职状态" border placeholderClass='input-style' suffixIcon="arrow-right"
  46. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.job"></u--input>
  47. </view>
  48. <view class="body-input u-flex-col u-row-center" @click="workBtn">
  49. <text class="input-title">参加工作时间</text>
  50. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  51. placeholder="请选择您参加工作的时间" border placeholderClass='input-style' suffixIcon="arrow-right"
  52. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  53. v-model="from.job_time"></u--input>
  54. </view>
  55. <view class="body-input u-flex-col u-row-center" @click="cityShow = true">
  56. <text class="input-title">所在城市</text>
  57. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  58. placeholder="请选择所在城市" border placeholderClass='input-style' suffixIcon="arrow-right"
  59. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="from.city1"></u--input>
  60. </view>
  61. <view class="" style="height: 78rpx;">
  62. </view>
  63. <view class="button" @click="next">
  64. 下一步
  65. </view>
  66. </view>
  67. <!-- 选择器 -->
  68. <u-picker title="性别" :show="sexShow" @confirm="sexConfirm" :columns="sexdata" @cancel='close()'></u-picker>
  69. <u-picker title="政治面貌" keyName="name" :show="politicsShow" @confirm="politicsConfirm" :columns="politicslist"
  70. @cancel='close()'></u-picker>
  71. <u-picker title="婚姻状态" keyName="name" :show="maritalShow" @confirm="maritalConfirm" :columns="maritallist"
  72. @cancel='close()'>
  73. </u-picker>
  74. <u-picker title="求职状态" keyName="name" :show="jobShow" @confirm="jobConfirm" :columns="joblist"
  75. @cancel='close()'></u-picker>
  76. <u-datetime-picker ref="picker" title="出生日期" :minDate="minDate" @confirm="birthdayConfirm" :show="birthdayShow"
  77. mode="date" @cancel='close()'></u-datetime-picker>
  78. <u-datetime-picker ref="pickers" title="参加工作时间" :minDate="minDate1" @confirm="workConfirm" :show="workShow"
  79. mode="date" @cancel='close()'></u-datetime-picker>
  80. <u-picker ref="uPicker" keyName="name" title="户口所在地" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
  81. @confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
  82. </view>
  83. </template>
  84. <script>
  85. import {
  86. politics,
  87. marital,
  88. getAllArea,
  89. getjob,
  90. profile
  91. } from "@/units/inquire.js"
  92. export default {
  93. data() {
  94. return {
  95. addressData: {
  96. id: "",
  97. province: "",
  98. city: "",
  99. area: "",
  100. detail: "",
  101. userName: "",
  102. phone: "",
  103. isDefault: false
  104. }, //地址数据
  105. province: [], //省数据
  106. city: [], //市数据
  107. area: [], //区数据
  108. provinceid: "", //省数据
  109. cityid: "", //市数据
  110. areaid: "", //区数据
  111. indexs: [], //默认地区下标
  112. //选择器状态
  113. sexShow: false, //性别
  114. birthdayShow: false, //出生年月
  115. politicsShow: false, //政治面貌
  116. maritalShow: false, //婚姻状态
  117. workShow: false, //工作时间
  118. cityShow: false, //户口所在地
  119. jobShow: false, //工作显示
  120. // 列表数据
  121. // sexvalue: "", //性别传的值
  122. status: "", //婚姻状态
  123. politics: "", //政治面貌
  124. from: {
  125. city1: "", //地址
  126. job: "",
  127. sexvalue: "",
  128. name: "",
  129. sex: "",
  130. birthday: "",
  131. job_name: "",
  132. industry_id: "", //行业id
  133. province_id: "", //省份id
  134. city_id: "", //城市id
  135. invitation_code: "", //邀请码
  136. avatar: "", //头像
  137. job_time: "", //参加工作时间
  138. mobile: "", //手机号
  139. domicile_province_id: "", //户籍省份
  140. domicile_city_id: "", //市
  141. political_status_id: "", //政治面貌
  142. marital_status_id: "", //婚姻状态
  143. job_status_id: "", //求职
  144. email: "" //邮箱
  145. },
  146. minDate: "",
  147. minDate1: "",
  148. height: '',
  149. list: ['学生', '职场人'],
  150. current: 0,
  151. sexdata: [
  152. ['男', '女', '保密']
  153. ],
  154. politicslist: [
  155. []
  156. ],
  157. maritallist: [
  158. []
  159. ],
  160. cityList: [], //数据地址
  161. cityids: [], //数据地址
  162. joblist: []
  163. }
  164. },
  165. onLoad() {
  166. // this.getHeight()
  167. this.minDate = Number(new Date('1970-01-01'));
  168. this.minDate1 = Number(new Date('1980-01-01'));
  169. this.getpolitics()
  170. this.getmarital()
  171. this.AllArea()
  172. this.getJob()
  173. if (uni.getStorageSync("from1")) {
  174. this.from = uni.getStorageSync("from1")
  175. }
  176. },
  177. methods: {
  178. workBtn() {
  179. this.workShow = true
  180. this.$refs.pickers.innerValue = new Date(1672502400000).getTime()
  181. },
  182. // 获取政治面貌
  183. getpolitics() {
  184. politics().then((res) => {
  185. this.politicslist[0] = res.data
  186. })
  187. },
  188. //婚姻状态
  189. getmarital() {
  190. marital().then((res) => {
  191. this.maritallist[0] = res.data
  192. })
  193. },
  194. //获取求职状态
  195. getJob() {
  196. getjob().then((res) => {
  197. this.joblist[0] = res.data
  198. })
  199. },
  200. //所有地区
  201. AllArea() {
  202. getAllArea().then((res) => {
  203. console.log(res);
  204. this.province = res.data.map(t => {
  205. return {
  206. name: t.name,
  207. id: t.id
  208. }
  209. })
  210. console.log("aaa", this.province);
  211. this.city = res.data.map(t => t.children.map(v => {
  212. return {
  213. name: v.name,
  214. id: v.id
  215. }
  216. }))
  217. this.area = res.data.map(t => t.children.map(v => v.children.map(i => {
  218. return {
  219. name: i.name,
  220. id: i.id
  221. }
  222. })))
  223. //默认显示数据
  224. // this.cityList = [
  225. // this.province.map(res => res.name),
  226. // this.city[0].map(res => res.name),
  227. // this.area[0][0].map(res => res.name)
  228. // ]
  229. let a = []
  230. let b = []
  231. let c = []
  232. this.province.map(res => {
  233. a.push({
  234. name: res.name,
  235. id: res.id,
  236. })
  237. })
  238. this.city[0].map(res => {
  239. b.push({
  240. name: res.name,
  241. id: res.id,
  242. })
  243. })
  244. this.area[0][0].map(res => {
  245. c.push({
  246. name: res.name,
  247. id: res.id,
  248. })
  249. })
  250. this.cityList = [a, b, c]
  251. console.log(33, this.cityList);
  252. if (this.addressData.province && this.addressData.city && this.addressData.area) {
  253. //省索引
  254. let pIdx = this.province.findIndex(v => v.name == this.addressData.province);
  255. //根据省索引设置默认市数据
  256. this.columns[1] = this.city[pIdx].map(res => res.name)
  257. //市索引
  258. let cIdx = this.city[pIdx].findIndex(v => v.name == this.addressData.city);
  259. //根据市索引设置默认区数据
  260. this.columns[2] = this.area[pIdx][cIdx].map(res => res.name)
  261. //区索引
  262. let aIdx = this.area[pIdx][cIdx].findIndex(v => v.name == this.addressData.area);
  263. this.indexs = [pIdx, cIdx, aIdx];
  264. // console.log(pIdx, cIdx, aIdx);
  265. console.log(this.indexs);
  266. }
  267. })
  268. },
  269. changeHandler(e) {
  270. const {
  271. columnIndex, //当前改变值的列下标
  272. value,
  273. values, // values为当前变化列的数组内容
  274. indexs, //当前地区值下标
  275. picker = this.$refs.uPicker
  276. } = e
  277. //columnIndex代表第几列,意思是下标为0的列发生变化
  278. if (columnIndex === 0) {
  279. picker.setColumnValues(1, this.city[indexs[0]].map(v => {
  280. return {
  281. name: v.name,
  282. id: v.id
  283. }
  284. }))
  285. picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  286. return {
  287. name: v.name,
  288. id: v.id
  289. }
  290. }))
  291. }
  292. if (columnIndex === 1) {
  293. picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
  294. return {
  295. name: v.name,
  296. id: v.id
  297. }
  298. }))
  299. }
  300. },
  301. // 选择器
  302. // 求职身份选择器
  303. sectionChange(index) {
  304. this.current = index;
  305. if (index == 0) {
  306. this.from.job_role = "student"
  307. } else {
  308. this.from.job_role = "employee"
  309. }
  310. },
  311. //性别选择器确认
  312. sexConfirm(e) {
  313. if (e.value[0] == '男') {
  314. this.from.sexvalue = "男",
  315. this.from.sex = "male"
  316. } else if (e.value[0] == "女") {
  317. this.from.sexvalue = "女",
  318. this.from.sex = "female"
  319. } else {
  320. this.from.sexvalue = "保密",
  321. this.from.sex = "secret"
  322. }
  323. this.sexShow = false
  324. },
  325. //点击显示时间选择器
  326. birthdayBtn() {
  327. this.birthdayShow = true
  328. //new Date(this.endDate).getTime()为你需要在选择器上显示的时间戳
  329. this.$refs.picker.innerValue = new Date(946656000000).getTime()
  330. },
  331. //出生日期选择器
  332. async birthdayConfirm(e) {
  333. const timeFormat = uni.$u.timeFormat;
  334. let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
  335. this.from.birthday = timeValue;
  336. this.birthdayShow = false
  337. },
  338. //政治面貌
  339. politicsConfirm(e) {
  340. this.from.political_status_id = e.value[0].id
  341. this.politics = e.value[0].name
  342. this.politicsShow = false;
  343. },
  344. //婚姻状态
  345. maritalConfirm(e) {
  346. this.from.marital_status_id = e.value[0].id
  347. this.status = e.value[0].name
  348. this.maritalShow = false
  349. },
  350. //参加工作时间
  351. async workConfirm(e) {
  352. const timeFormat = uni.$u.timeFormat;
  353. let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
  354. this.from.job_time = timeValue;
  355. this.workShow = false
  356. },
  357. //户口地址
  358. cityconfirm(e) {
  359. let a = e.value[0].name + e.value[1].name + e.value[2].name
  360. let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
  361. this.from.province_id = e.value[1].id
  362. this.from.city_id = e.value[0].id
  363. // this.city1 = e.value.join("")
  364. this.from.city1 = a
  365. this.cityShow = false
  366. },
  367. jobConfirm(e) {
  368. this.from.job = e.value[0].name
  369. this.from.job_status_id = e.value[0].id
  370. this.jobShow = false
  371. },
  372. //关闭模态框
  373. close() {
  374. this.sexShow = false;
  375. this.birthdayShow = false;
  376. this.politicsShow = false;
  377. this.maritalShow = false
  378. this.workShow = false
  379. this.cityShow = false
  380. this.jobShow = false
  381. },
  382. next() {
  383. if (!this.from.name) {
  384. this.$u.toast("请填写姓名")
  385. return
  386. }
  387. if (!this.from.sexvalue) {
  388. this.$u.toast("请选择性别")
  389. return
  390. }
  391. if (!this.from.birthday) {
  392. this.$u.toast("请选择出生年月")
  393. return
  394. }
  395. if (!this.from.job) {
  396. this.$u.toast("请选择求职状态")
  397. return
  398. }
  399. if (!this.from.job_time) {
  400. this.$u.toast("请选择工作时间")
  401. return
  402. }
  403. if (!this.from.city1) {
  404. this.$u.toast("请选择所在城市")
  405. return
  406. }
  407. uni.setStorageSync("addressData", this.addressData)
  408. uni.setStorageSync("from1", this.from)
  409. uni.navigateTo({
  410. url: '../pagesA/work'
  411. })
  412. },
  413. return1() {
  414. uni.navigateBack()
  415. },
  416. getHeight() {
  417. const query = uni.createSelectorQuery().in(this);
  418. query.select('#height').boundingClientRect(data => {
  419. this.height = (data.height) * 2
  420. }).exec();
  421. }
  422. }
  423. }
  424. </script>
  425. <style lang="scss">
  426. page {
  427. background-color: #F3F3F3;
  428. }
  429. .index-page {
  430. overflow: hidden;
  431. margin-bottom: 60rpx;
  432. height: 100vh;
  433. .mingpianfont {
  434. height: 50rpx;
  435. font-size: 36rpx;
  436. font-family: PingFangSC-Medium, PingFang SC;
  437. font-weight: 500;
  438. color: #FFFFFF;
  439. line-height: 50rpx;
  440. }
  441. .explain {
  442. margin-top: 24rpx;
  443. width: 528rpx;
  444. height: 36rpx;
  445. font-size: 26rpx;
  446. font-family: PingFangSC-Regular, PingFang SC;
  447. font-weight: 400;
  448. color: #FFFFFF;
  449. line-height: 36rpx;
  450. }
  451. //个人信息
  452. .personal {
  453. width: 750rpx;
  454. background: #FFFFFF;
  455. border-radius: 28rpx 28rpx 0rpx 0rpx;
  456. margin-top: -40rpx;
  457. position: relative;
  458. z-index: 99;
  459. padding: 40rpx 32rpx 60rpx;
  460. // margin-bottom: 60rpx;s
  461. box-sizing: border-box;
  462. .body-input {
  463. height: 170rpx;
  464. border-bottom: 2rpx solid #F4F4F4;
  465. .input-title {
  466. font-size: 26rpx;
  467. font-family: PingFangSC-Regular, PingFang SC;
  468. font-weight: 400;
  469. color: #888888;
  470. margin-bottom: 20rpx;
  471. margin-top: 30rpx;
  472. box-sizing: border-box;
  473. }
  474. .input-style {
  475. font-size: 32rpx;
  476. font-family: PingFangSC-Regular, PingFang SC;
  477. font-weight: 400;
  478. color: #CACACA;
  479. }
  480. }
  481. .button {
  482. width: 686rpx;
  483. height: 88rpx !important;
  484. background: #0C66C2;
  485. border-radius: 12rpx;
  486. font-size: 32rpx;
  487. font-family: PingFangSC-Medium, PingFang SC;
  488. font-weight: 500;
  489. color: #FFFFFF;
  490. line-height: 88rpx;
  491. margin: 10rpx 0 60rpx 0;
  492. // display: flex;
  493. // justify-content: center;
  494. text-align: center;
  495. }
  496. }
  497. .index-item {
  498. // width: 702rpx;
  499. // background: #FFFFFF;
  500. // border-radius: 20rpx;
  501. // margin: 20rpx auto;
  502. // padding: 0 20rpx 24rpx 10rpx;
  503. .item-down {
  504. text:first-child {
  505. font-size: 22rpx;
  506. font-family: SFPro-Regular, SFPro;
  507. font-weight: 400;
  508. color: #666666;
  509. }
  510. text:last-child {
  511. font-size: 22rpx;
  512. font-family: PingFangSC-Regular, PingFang SC;
  513. font-weight: 400;
  514. color: #666666;
  515. }
  516. }
  517. .item-gongsi {
  518. margin-bottom: 16rpx;
  519. .text2 {
  520. font-size: 24rpx;
  521. font-family: SFPro-Regular, SFPro;
  522. font-weight: 400;
  523. color: #666666;
  524. }
  525. .logo {
  526. width: 42rpx;
  527. height: 42rpx;
  528. border-radius: 10rpx;
  529. margin-right: 16rpx;
  530. }
  531. .text1 {
  532. max-width: 192rpx;
  533. font-size: 24rpx;
  534. font-family: PingFangSC-Regular, PingFang SC;
  535. font-weight: 400;
  536. color: #444444;
  537. margin-right: 12rpx;
  538. }
  539. }
  540. .item-label {
  541. margin-bottom: 20rpx;
  542. text {
  543. margin-right: 16rpx;
  544. line-height: 46rpx;
  545. background: #F7F7F7;
  546. border-radius: 4rpx;
  547. padding: 0 14rpx;
  548. font-size: 24rpx;
  549. font-family: PingFangSC-Regular, PingFang SC;
  550. font-weight: 400;
  551. color: #5F5F5F;
  552. }
  553. }
  554. .item-top {
  555. height: 88rpx;
  556. .text1 {
  557. font-size: 32rpx;
  558. font-family: PingFangSC-Medium, PingFang SC;
  559. font-weight: 500;
  560. color: #222222;
  561. margin-right: 16rpx;
  562. }
  563. .text2 {
  564. width: 50rpx;
  565. line-height: 32rpx;
  566. background: rgba(255, 83, 53, 0.1);
  567. border-radius: 4rpx;
  568. text-align: center;
  569. font-size: 20rpx;
  570. font-family: PingFangSC-Regular, PingFang SC;
  571. font-weight: 400;
  572. color: #FF5335;
  573. margin-right: 12rpx;
  574. }
  575. .text3 {
  576. width: 90rpx;
  577. line-height: 32rpx;
  578. background: #FFF2E8;
  579. border-radius: 4rpx;
  580. text-align: center;
  581. font-size: 20rpx;
  582. font-family: PingFangSC-Regular, PingFang SC;
  583. font-weight: 400;
  584. color: #FF8620;
  585. margin-right: 12rpx;
  586. }
  587. .text4 {
  588. line-height: 32rpx;
  589. background: #E6EFF8;
  590. border-radius: 4rpx;
  591. padding: 0 4rpx;
  592. text-align: center;
  593. font-size: 20rpx;
  594. font-family: SFPro-Regular, SFPro;
  595. font-weight: 400;
  596. color: #0C66C2;
  597. }
  598. .text5 {
  599. font-size: 32rpx;
  600. font-family: JDZhengHT-Regular, JDZhengHT;
  601. font-weight: 400;
  602. color: #0C66C2;
  603. }
  604. }
  605. }
  606. .index-navbar {
  607. position: sticky;
  608. top: 0;
  609. left: 0;
  610. width: 750rpx;
  611. z-index: 10;
  612. .header-down {
  613. height: 92rpx;
  614. padding: 20rpx 24rpx;
  615. box-sizing: border-box;
  616. .font {
  617. font-size: 40rpx;
  618. font-family: PingFangSC-Medium, PingFang SC;
  619. font-weight: 500;
  620. color: #222222;
  621. }
  622. .right-item {
  623. padding: 0 16rpx;
  624. height: 52rpx;
  625. background: #F3F3F3;
  626. border-radius: 4rpx;
  627. margin-left: 20rpx;
  628. .text {
  629. margin-right: 4rpx;
  630. font-size: 26rpx;
  631. font-family: PingFangSC-Regular, PingFang SC;
  632. font-weight: 400;
  633. color: #666666;
  634. }
  635. }
  636. .down-left {
  637. .text {
  638. margin-right: 4rpx;
  639. font-size: 26rpx;
  640. font-family: PingFangSC-Medium, PingFang SC;
  641. font-weight: 500;
  642. color: #222222;
  643. }
  644. }
  645. }
  646. .index-bg {
  647. position: absolute;
  648. top: 0;
  649. left: 0;
  650. z-index: -1;
  651. width: 750rpx;
  652. height: 392rpx;
  653. }
  654. }
  655. .index-header {
  656. flex: 1;
  657. padding: 0 32rpx;
  658. height: 50rpx;
  659. .index-search {
  660. width: 200rpx;
  661. height: 64rpx;
  662. background: #FFFFFF;
  663. border-radius: 20rpx;
  664. padding: 0 28rpx;
  665. .text1 {
  666. font-size: 24rpx;
  667. font-family: PingFangSC-Regular, PingFang SC;
  668. font-weight: 400;
  669. color: #999999;
  670. margin-left: 16rpx;
  671. }
  672. }
  673. .index-tabs {
  674. text:first-child {
  675. font-size: 36rpx;
  676. font-family: PingFangSC-Medium, PingFang SC;
  677. font-weight: 500;
  678. color: #222222;
  679. }
  680. text:last-child {
  681. width: 76rpx;
  682. height: 12rpx;
  683. background: linear-gradient(270deg, #208EFF 0%, rgba(28, 159, 227, 0) 100%);
  684. margin-top: -20rpx;
  685. border-radius: 100rpx;
  686. }
  687. }
  688. }
  689. }
  690. ::v-deep .u-navbar__content__left {
  691. padding: 0 !important;
  692. }
  693. ::v-deep .u-subsection {
  694. width: 312rpx !important;
  695. }
  696. </style>