jianli.vue 23 KB

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