apply.vue 21 KB

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