apply.vue 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717
  1. <template>
  2. <view class="personal">
  3. <view class="">
  4. <text class="title">{{bigtitle}}求职意向</text>
  5. <view class="titleb">不同的求职期望,推荐啊的职位也会不同。</view>
  6. </view>
  7. <view class="body-input u-flex-col u-row-center" @click="birthdayBtn">
  8. <text class="input-title">求职时间</text>
  9. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  10. placeholder="请选择您的求职时间" border placeholderClass='input-style' suffixIcon="arrow-right"
  11. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  12. v-model="job_intention.job_date"></u--input>
  13. </view>
  14. <view class="body-input u-flex-col u-row-center" @click="cityShow = true">
  15. <text class="input-title">期望城市</text>
  16. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  17. placeholder="请选择您的期望城市" border placeholderClass='input-style' suffixIcon="arrow-right"
  18. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="city1"></u--input>
  19. </view>
  20. <view class="body-input u-flex-col u-row-center">
  21. <text class="input-title">期望薪资</text>
  22. <view class="u-flex u-row-between">
  23. <view style="width: 80rpx;color: rgba(26, 28, 36, 0.8);font-size: 30rpx;" class=""
  24. @click="salarytype = true">
  25. {{salary_type}}
  26. </view>
  27. <u-icon name="arrow-down-fill" color="rgba(26, 28, 36, 0.8)" size="8"></u-icon>
  28. <u--input inputAlign='center' border style='width:50rpx' class=""
  29. v-model="job_intention.salary">{{job_intention.salary||''}}</u--input>K
  30. <text style="margin-left: 100rpx;">*</text>
  31. <u--input inputAlign='center' border style='width:50rpx' class=""
  32. v-model="job_intention.salary_month">{{job_intention.salary_month||''}}</u--input>
  33. <text style="color: rgba(26, 28, 36, 0.8);font-size: 30rpx;">薪资</text>
  34. </view>
  35. </view>
  36. <!-- <view class="body-input u-flex-col u-row-center" @click="changehangye">
  37. <text class="input-title">当前行业</text>
  38. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  39. placeholder="请选择您的当前行业" border placeholderClass='input-style' suffixIcon="arrow-right"
  40. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="category_three"></u--input>
  41. </view> -->
  42. <view class="body-input u-flex-col u-row-center" @click="changehangye1">
  43. <text class="input-title">期望行业</text>
  44. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  45. placeholder="请选择您的期望行业" border placeholderClass='input-style' suffixIcon="arrow-right"
  46. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  47. v-model="category_industry_name"></u--input>
  48. </view>
  49. <!-- <view class="body-input u-flex-col u-row-center" @click="changeright1">
  50. <text class="input-title">当前职位</text>
  51. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  52. placeholder="请选择您的当前职位" border placeholderClass='input-style' suffixIcon="arrow-right"
  53. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;" v-model="category_job3"></u--input>
  54. </view> -->
  55. <view class="body-input u-flex-col u-row-center" @click="changeright">
  56. <text class="input-title">期望职位</text>
  57. <u--input :disabled="true" disabledColor="#fff" customStyle="padding:0 !important" type="text"
  58. placeholder="请选择您的期望职位" border placeholderClass='input-style' suffixIcon="arrow-right"
  59. suffixIconStyle="font-size: 32rpx;font-weight: 400;color: #CACACA;"
  60. v-model="category_job_name"></u--input>
  61. </view>
  62. <view class="body-input u-flex-col u-row-center" @click="show1 = true">
  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;" v-model="category_name"></u--input>
  67. </view>
  68. <view class="u-flex u-row-between" style="margin-top: 30rpx;">
  69. <view class="u-flex" @click="propshow = true">
  70. <text>付费求职</text>
  71. <image style="width: 32rpx;height: 32rpx;" src="/static/images/xiangguan.png" mode=""></image>
  72. </view>
  73. <u-switch :disabled="job_intention.is_pay==1?true:false" v-model="button"
  74. @change="tixing = true"></u-switch>
  75. </view>
  76. <view class="u-flex u-row-between bot" style="height: 120rpx;">
  77. <view class="safe-area-inset-bottom"></view>
  78. <view v-if="type==2" class="button1" @click="dele">
  79. 删除
  80. </view>
  81. <view class="button" @click="next">
  82. 保存
  83. </view>
  84. <view class="safe-area-inset-bottom"></view>
  85. </view>
  86. <u-datetime-picker ref="picker" title="求职时间" :minDate="minDate" @confirm="birthdayConfirm" :show="birthdayShow"
  87. mode="date" @cancel='birthdayShow = false'></u-datetime-picker>
  88. <u-picker ref="uPicker" keyName="name" title="期望城市" :defaultIndex="indexs" :show="cityShow" :columns="cityList"
  89. @confirm="cityconfirm" @cancel="cityShow = false" @change="changeHandler"></u-picker>
  90. <u-popup :show="propshow" mode="center" @close="propshow = false" round="20">
  91. <view style="width:570rpx ;padding: 32rpx;border-radius: 20rpx;">
  92. <text>{{concant}}</text>
  93. <view class="u-flex" style="justify-content: center;">
  94. <view class="btn" @click="propshow=false">
  95. 我知道了
  96. </view>
  97. </view>
  98. </view>
  99. </u-popup>
  100. <u-modal :showCancelButton="true" :show="delec" :title="title" :content='content' @confirm="confirm"
  101. @cancel="delec = false"></u-modal>
  102. <u-picker keyName="label" title="期待薪资" :show="show" :columns="xinzilist" @confirm="xin"
  103. @cancel="show = false"></u-picker>
  104. <!-- <u-picker keyName="name" title="所属领域" :show="show1" :columns="category_list" @confirm="category1"
  105. @cancel="show1 = false"></u-picker> -->
  106. <u-picker ref="uPicker1" keyName="name" title="所属领域" :defaultIndex="indexs" :show="show1"
  107. :columns="category_list" @confirm="category1" @cancel="show1 = false" @change="changecategory"></u-picker>
  108. <u-modal @confirm="change" :show="tixing" :title="title1" :content='content1' :showCancelButton="true"
  109. @cancel="tixing = false;button=false"></u-modal>
  110. <u-picker title="薪资类型" keyName="name" :show="salarytype" @confirm="salarytypefunction" :columns="salarytypelist"
  111. @cancel='salarytype = false'></u-picker>
  112. </view>
  113. </template>
  114. <script setup>
  115. import {
  116. getAllArea,
  117. update,
  118. resumeDetail,
  119. destroy,
  120. pay,
  121. get_category_field,
  122. get_agreement_detail
  123. } from "@/units/inquire.js"
  124. export default {
  125. data() {
  126. return {
  127. salarytypelist: [
  128. [{
  129. name: '月薪',
  130. type: 'month'
  131. }, {
  132. name: '年薪',
  133. tupe: 'year'
  134. }]
  135. ],
  136. salarytype: false,
  137. concant: '',
  138. tixing: false,
  139. title1: "提示",
  140. content1: "付费求职选择后不可中途取消,确定要选择吗?",
  141. show1: false,
  142. category_list: [],
  143. label: "",
  144. show: false,
  145. title: "您确定要删除该求职意向吗?",
  146. delec: false,
  147. type: 2,
  148. bigtitle: "添加",
  149. button: false,
  150. propshow: false,
  151. province: [], //省数据
  152. city: [], //市数据
  153. area: [], //区数据
  154. provinceid: "", //省数据
  155. cityid: "", //市数据
  156. areaid: "", //区数据
  157. indexs: [], //默认地区下标
  158. //选择器状态
  159. birthdayShow: false, //出生年月
  160. workShow: false, //工作时间
  161. cityShow: false, //户口所在地
  162. jobShow: false, //工作显示
  163. cityList: [], //数据地址
  164. cityids: [], //数据地址
  165. joblist: [],
  166. id: "",
  167. salary_type: '月薪',
  168. category_three: "",
  169. category_job3: "",
  170. city1: "", //string 期望城市名称(求职意向
  171. category_industry_name: "", //string 行业名称(求职意向
  172. category_job_first_name: "", //string 职业分类一级名称(求职意向
  173. category_job_second_name: "", //string 职业分类二级名称(求职意向
  174. category_job_name: "", //string 职位分类名称(求职意向
  175. category_field_name: "", //string 领域名称(求职意向
  176. job_intention: {
  177. category_field_first: '',
  178. category_field_id: '',
  179. job_date: "", //date 求职时间(求职意向
  180. province_id: "", //string 期望省份ID(求职意向
  181. city_id: "", //string 期望城市ID(求职意向
  182. salary_type: "month", //string 薪资类型: year=年薪;month=月薪(求职意向
  183. salary: "", //string 薪水(求职意向
  184. salary_month: "", //string 一年多少薪(求职意向
  185. // category_field_id: "", //string 领域ID(求职意向
  186. category_industry_first: "", //string 行业一级ID(求职意向
  187. category_industry_id: "", //string 行业ID(求职意向
  188. category_job_first: "", //string 职业分类一级ID(求职意向
  189. category_job_second: "", //string 职业分类二级ID(求职意向
  190. category_job_id: "", //string 职位分类ID(求职意向
  191. is_pay: 0,
  192. // city1: "",
  193. source_id: this.id
  194. },
  195. xinzilist: [
  196. ],
  197. category_field_first: [],
  198. category_two: [],
  199. category_name: ''
  200. }
  201. },
  202. onLoad(opsition) {
  203. this.get_agreement_detail()
  204. this.AllArea()
  205. this.xinzi()
  206. this.get_category_field()
  207. this.id = opsition.id
  208. // console.log(this.id);
  209. this.type = opsition.type
  210. console.log(this.type);
  211. if (opsition.type == 1) {
  212. this.bigtitle = "添加"
  213. } else {
  214. this.bigtitle = "编辑"
  215. this.resumeDetail()
  216. }
  217. },
  218. methods: {
  219. salarytypefunction(e) {
  220. this.job_intention.salary_type = e.value[0].salary_type
  221. this.salary_type = e.value[0].name
  222. this.salarytype = false
  223. },
  224. get_agreement_detail() {
  225. get_agreement_detail({
  226. code: 'pay_for_job'
  227. }).then(res => {
  228. this.concant = res.data.content
  229. })
  230. },
  231. changecategory(e) {
  232. const {
  233. columnIndex, //当前改变值的列下标
  234. value,
  235. values, // values为当前变化列的数组内容
  236. indexs, //当前地区值下标
  237. picker = this.$refs.uPicker1
  238. } = e
  239. //columnIndex代表第几列,意思是下标为0的列发生变化
  240. if (columnIndex === 0) {
  241. if (this.category_two[indexs[0]]) {
  242. picker.setColumnValues(1, this.category_two[indexs[0]].map(v => {
  243. return {
  244. name: v.name,
  245. id: v.id
  246. }
  247. }))
  248. } else {
  249. value = ""
  250. }
  251. // picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  252. // return {
  253. // name: v.name,
  254. // id: v.id
  255. // }
  256. // }))
  257. }
  258. },
  259. category1(e) {
  260. console.log('kkkk', e);
  261. let a = ''
  262. if (e.value[1]) {
  263. a = e.value[0].name + e.value[1].name
  264. } else {
  265. a = e.value[0].name
  266. }
  267. if (e.value[1]) {
  268. this.job_intention.category_field_id = e.value[1].id
  269. this.job_intention.category_field_first = e.value[0].id
  270. } else {
  271. this.job_intention.category_field_first = e.value[0].id
  272. }
  273. // let ids = String(e.value[0].id) + String(e.value[1].id)
  274. this.category_name = a
  275. this.show1 = false
  276. // this.city1 = e.value.join("")
  277. },
  278. get_category_field() {
  279. get_category_field().then(res => {
  280. res.data.forEach(item => {
  281. if (item.childlist) {
  282. } else {
  283. item.childlist = []
  284. res.data.push(item)
  285. }
  286. })
  287. this.category_field_first = res.data.map(t => {
  288. return {
  289. name: t.name,
  290. id: t.id
  291. }
  292. })
  293. console.log("aaa", this.category_field_first);
  294. this.category_two = res.data.map(t => {
  295. if (t.childlist) {
  296. var c = []
  297. c = t.childlist.map(v => {
  298. console.log(v);
  299. return {
  300. name: v.name,
  301. id: v.id
  302. }
  303. })
  304. }
  305. return c
  306. })
  307. console.log('category_two', this.category_two);
  308. let a = []
  309. let b = []
  310. this.category_field_first.map(res => {
  311. a.push({
  312. name: res.name,
  313. id: res.id,
  314. })
  315. })
  316. this.category_two[0].map(res => {
  317. b.push({
  318. name: res.name,
  319. id: res.id,
  320. })
  321. })
  322. this.category_list = [a, b]
  323. })
  324. },
  325. xin(e) {
  326. this.job_intention.salary = e.value[0].value
  327. this.label = e.value[0].label
  328. this.show = false
  329. },
  330. xinzi() {
  331. var xinzilist = []
  332. for (var i = 1; i <= 700; i++) {
  333. xinzilist.push({
  334. label: `${i}K`,
  335. value: i
  336. })
  337. }
  338. this.xinzilist.push(xinzilist)
  339. },
  340. dele() {
  341. this.delec = true
  342. },
  343. confirm() {
  344. destroy({
  345. source_type: "job_intention",
  346. source_id: this.id
  347. }).then(res => {
  348. this.$u.toast("删除成功")
  349. setTimeout(() => {
  350. const eventChannel = this.getOpenerEventChannel()
  351. eventChannel.emit("refresh", "")
  352. uni.navigateBack()
  353. }, 800)
  354. })
  355. },
  356. resumeDetail() {
  357. resumeDetail().then(res => {
  358. res.data.job_intention.forEach((item) => {
  359. if (item.id == this.id) {
  360. this.job_intention.category_field_first = item.category_field_first
  361. this.label = item.salary + "k"
  362. this.job_intention.category_field_id = item.category_field_id
  363. this.category_name = item.category_field_name
  364. this.job_intention.category_industry_first = item.category_industry_first
  365. this.job_intention.category_industry_id = item.category_industry_id
  366. this.category_industry_name = item.category_industry_name
  367. this.job_intention.category_job_first = item.category_job_first
  368. this.job_intention.category_job_first_name = item.category_job_first_name
  369. this.job_intention.category_job_id = item.category_job_id
  370. this.category_job_name = item.category_job_name
  371. this.job_intention.category_job_second = item.category_job_second
  372. this.category_job_second_name = item.category_job_second_name
  373. this.city1 = item.city + item.province
  374. this.job_intention.city_id = item.city_id
  375. this.job_intention.is_pay = item.is_pay
  376. if (this.job_intention.is_pay == 0) {
  377. this.button = false
  378. } else {
  379. this.button = true
  380. }
  381. this.job_intention.job_date = item.job_date
  382. this.job_intention.province_id = item.province_id
  383. this.job_intention.salary = item.salary
  384. this.job_intention.salary_month = item.salary_month
  385. this.job_intention.salary_type = item.salary_type
  386. this.job_intention.source_id = this.id
  387. this.salary_type = {
  388. 'month': '月薪',
  389. 'year': '年薪',
  390. } [this.job_intention.salary_type]
  391. }
  392. })
  393. })
  394. },
  395. //保存
  396. next() {
  397. // if (!this.job_intention.job_date) {
  398. // this.$u.toast("请选择求职时间")
  399. // return
  400. // }
  401. if (!this.city1) {
  402. this.$u.toast("请选择期望城市")
  403. return
  404. }
  405. if (!this.category_industry_name) {
  406. this.$u.toast("请选择期望行业")
  407. return
  408. }
  409. if (!this.category_job_name) {
  410. this.$u.toast("请选择职位")
  411. return
  412. }
  413. update({
  414. source_type: "job_intention",
  415. ...this.job_intention
  416. }).then(res => {
  417. const eventChannel = this.getOpenerEventChannel();
  418. eventChannel.emit('refresh', this.job_intention);
  419. uni.navigateBack()
  420. })
  421. },
  422. change(e) {
  423. if (this.button) {
  424. this.job_intention.is_pay = 1
  425. // pay({
  426. // id: this.id
  427. // }).then(res => {
  428. // console.log(res);
  429. // if (res.code == 1) {
  430. // } else {
  431. // this.$u.toast(res.msg)
  432. // this.job_intention.is_pay = 0
  433. // this.resumeDetail()
  434. // }
  435. // })
  436. } else {
  437. this.job_intention.is_pay = 0
  438. }
  439. this.tixing = false
  440. },
  441. //所有地区
  442. AllArea() {
  443. getAllArea().then((res) => {
  444. // console.log(res);
  445. this.province = res.data.map(t => {
  446. return {
  447. name: t.name,
  448. id: t.id
  449. }
  450. })
  451. // console.log("aaa", this.province);
  452. this.city = res.data.map(t => t.children.map(v => {
  453. return {
  454. name: v.name,
  455. id: v.id
  456. }
  457. }))
  458. this.area = res.data.map(t => t.children.map(v => v.children.map(i => {
  459. return {
  460. name: i.name,
  461. id: i.id
  462. }
  463. })))
  464. //默认显示数据
  465. // this.cityList = [
  466. // this.province.map(res => res.name),
  467. // this.city[0].map(res => res.name),
  468. // this.area[0][0].map(res => res.name)
  469. // ]
  470. let a = []
  471. let b = []
  472. let c = []
  473. this.province.map(res => {
  474. a.push({
  475. name: res.name,
  476. id: res.id,
  477. })
  478. })
  479. this.city[0].map(res => {
  480. b.push({
  481. name: res.name,
  482. id: res.id,
  483. })
  484. })
  485. this.area[0][0].map(res => {
  486. c.push({
  487. name: res.name,
  488. id: res.id,
  489. })
  490. })
  491. this.cityList = [a, b, c]
  492. })
  493. },
  494. changeHandler(e) {
  495. const {
  496. columnIndex, //当前改变值的列下标
  497. value,
  498. values, // values为当前变化列的数组内容
  499. indexs, //当前地区值下标
  500. picker = this.$refs.uPicker
  501. } = e
  502. //columnIndex代表第几列,意思是下标为0的列发生变化
  503. if (columnIndex === 0) {
  504. picker.setColumnValues(1, this.city[indexs[0]].map(v => {
  505. return {
  506. name: v.name,
  507. id: v.id
  508. }
  509. }))
  510. picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  511. return {
  512. name: v.name,
  513. id: v.id
  514. }
  515. }))
  516. }
  517. if (columnIndex === 1) {
  518. picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
  519. return {
  520. name: v.name,
  521. id: v.id
  522. }
  523. }))
  524. }
  525. },
  526. //点击显示时间选择器
  527. birthdayBtn() {
  528. this.birthdayShow = true
  529. //new Date(this.endDate).getTime()为你需要在选择器上显示的时间戳
  530. this.$refs.picker.innerValue = new Date(946656000000).getTime()
  531. },
  532. //出生日期选择器
  533. async birthdayConfirm(e) {
  534. const timeFormat = uni.$u.timeFormat;
  535. let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
  536. this.job_intention.job_date = timeValue;
  537. this.birthdayShow = false
  538. },
  539. //户口地址
  540. cityconfirm(e) {
  541. let a = e.value[0].name + e.value[1].name + e.value[2].name
  542. let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
  543. this.job_intention.province_id = e.value[1].id
  544. this.job_intention.city_id = e.value[0].id
  545. // this.city1 = e.value.join("")
  546. this.city1 = a
  547. this.cityShow = false
  548. },
  549. changehangye() {
  550. uni.navigateTo({
  551. url: "/pagesA/change-hangye1",
  552. events: {
  553. changehangye: (res) => {
  554. // this.job_intention.category_one = res[0].id, //行业一级ID
  555. // this.job_intention.category_two = res[1].id, //行业二级ID
  556. this.category_three = res[1].name //行业名称
  557. }
  558. }
  559. })
  560. },
  561. changehangye1() {
  562. uni.navigateTo({
  563. url: "/pagesA/change-hangye1",
  564. events: {
  565. changehangye: (res) => {
  566. // console.log(res);
  567. // res.forEach((item) => {
  568. // this.category_industry_name += item.name + " "
  569. // // this.category_industry_id = item.id
  570. // })
  571. this.category_industry_name = res[1].name
  572. this.job_intention.category_industry_first = res[0].id, //行业一级ID
  573. this.job_intention.category_industry_id = res[1].id //行业二级ID
  574. }
  575. }
  576. })
  577. },
  578. changeright() {
  579. uni.navigateTo({
  580. url: "/pagesA/change-zhiwei",
  581. events: {
  582. changefenlei: (res) => {
  583. this.job_intention.category_job_first = res[0].id //string 职业分类一级ID(求职意向
  584. this.job_intention.category_job_second = res[1].id //string 职业分类二级ID(求职意向
  585. this.job_intention.category_job_id = res[2].id //string 职位分类ID(求职意向
  586. this.category_job_first_name = res[0].name //string 职业分类一级名称(求职意向
  587. this.category_job_second_name = res[1].name //string 职业分类二级名称(求职意向
  588. this.category_job_name = res[2].name
  589. }
  590. }
  591. })
  592. },
  593. changeright1() {
  594. uni.navigateTo({
  595. url: "/pagesA/change-zhiwei",
  596. events: {
  597. changefenlei: (res) => {
  598. this.category_job3 = res[2].name
  599. }
  600. }
  601. })
  602. }
  603. }
  604. }
  605. </script>
  606. <style lang="scss">
  607. .bot {
  608. position: fixed;
  609. bottom: 0;
  610. width: 682rpx;
  611. }
  612. .btn {
  613. background: #0C66C2;
  614. border-radius: 16rpx;
  615. font-size: 32rpx;
  616. font-family: PingFangSC-Regular, PingFang SC;
  617. font-weight: 400;
  618. color: #FFFFFF;
  619. width: 310rpx;
  620. height: 84rpx;
  621. line-height: 84rpx;
  622. text-align: center;
  623. margin-top: 24rpx;
  624. }
  625. //个人信息
  626. .personal {
  627. width: 750rpx;
  628. background: #FFFFFF;
  629. border-radius: 28rpx 28rpx 0rpx 0rpx;
  630. margin-top: -40rpx;
  631. position: relative;
  632. z-index: 99;
  633. padding: 40rpx 32rpx 0;
  634. margin-bottom: 60rpx;
  635. box-sizing: border-box;
  636. .title {
  637. font-size: 48rpx;
  638. font-family: PingFangSC-Medium, PingFang SC;
  639. font-weight: 500;
  640. color: #222222;
  641. }
  642. .titleb {
  643. font-size: 26rpx;
  644. font-family: PingFangSC-Regular, PingFang SC;
  645. font-weight: 400;
  646. color: #777777;
  647. margin-top: 20rpx;
  648. }
  649. .body-input {
  650. height: 150rpx;
  651. border-bottom: 2rpx solid #F4F4F4;
  652. .input-title {
  653. font-size: 26rpx;
  654. font-family: PingFangSC-Regular, PingFang SC;
  655. font-weight: 400;
  656. color: #888888;
  657. margin-top: 30rpx;
  658. box-sizing: border-box;
  659. }
  660. .input-style {
  661. font-size: 32rpx;
  662. font-family: PingFangSC-Regular, PingFang SC;
  663. font-weight: 400;
  664. color: #CACACA;
  665. }
  666. }
  667. .button1 {
  668. width: 256rpx;
  669. background: #F3F3F3;
  670. border-radius: 12rpx;
  671. margin-right: 24rpx;
  672. padding: 20rpx 50rpx;
  673. font-size: 32rpx;
  674. font-family: PingFangSC-Medium, PingFang SC;
  675. font-weight: 500;
  676. color: #333333;
  677. text-align: center;
  678. height: 88rpx !important;
  679. box-sizing: border-box;
  680. }
  681. .button {
  682. flex: 1;
  683. height: 88rpx !important;
  684. background: #0C66C2;
  685. border-radius: 12rpx;
  686. font-size: 32rpx;
  687. font-family: PingFangSC-Medium, PingFang SC;
  688. font-weight: 500;
  689. color: #FFFFFF;
  690. line-height: 88rpx;
  691. display: flex;
  692. justify-content: center;
  693. }
  694. }
  695. </style>