personal-infor.vue 22 KB

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