jianli.vue 24 KB

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