apply.vue 20 KB

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