jianli.vue 20 KB

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