apply.vue 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685
  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;button=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: '',
  155. category_field_id: '',
  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. console.log('kkkk', e);
  233. let a = ''
  234. if (e.value[1]) {
  235. a = e.value[0].name + e.value[1].name
  236. } else {
  237. a = e.value[0].name
  238. }
  239. if (e.value[1]) {
  240. this.job_intention.category_field_id = e.value[1].id
  241. this.job_intention.category_field_first = e.value[0].id
  242. } else {
  243. this.job_intention.category_field_first = e.value[0].id
  244. }
  245. // let ids = String(e.value[0].id) + String(e.value[1].id)
  246. this.category_name = a
  247. this.show1 = false
  248. // this.city1 = e.value.join("")
  249. },
  250. get_category_field() {
  251. get_category_field().then(res => {
  252. res.data.forEach(item => {
  253. if (item.childlist) {
  254. } else {
  255. item.childlist = []
  256. res.data.push(item)
  257. }
  258. })
  259. this.category_field_first = res.data.map(t => {
  260. return {
  261. name: t.name,
  262. id: t.id
  263. }
  264. })
  265. console.log("aaa", this.category_field_first);
  266. this.category_two = res.data.map(t => {
  267. if (t.childlist) {
  268. var c = []
  269. c = t.childlist.map(v => {
  270. console.log(v);
  271. return {
  272. name: v.name,
  273. id: v.id
  274. }
  275. })
  276. }
  277. return c
  278. })
  279. console.log('category_two', this.category_two);
  280. let a = []
  281. let b = []
  282. this.category_field_first.map(res => {
  283. a.push({
  284. name: res.name,
  285. id: res.id,
  286. })
  287. })
  288. this.category_two[0].map(res => {
  289. b.push({
  290. name: res.name,
  291. id: res.id,
  292. })
  293. })
  294. this.category_list = [a, b]
  295. })
  296. },
  297. xin(e) {
  298. this.job_intention.salary = e.value[0].value
  299. this.label = e.value[0].label
  300. this.show = false
  301. },
  302. xinzi() {
  303. var xinzilist = []
  304. for (var i = 1; i <= 700; i++) {
  305. xinzilist.push({
  306. label: `${i}K`,
  307. value: i
  308. })
  309. }
  310. this.xinzilist.push(xinzilist)
  311. },
  312. dele() {
  313. this.delec = true
  314. },
  315. confirm() {
  316. destroy({
  317. source_type: "job_intention",
  318. source_id: this.id
  319. }).then(res => {
  320. this.$u.toast("删除成功")
  321. setTimeout(() => {
  322. const eventChannel = this.getOpenerEventChannel()
  323. eventChannel.emit("refresh", "")
  324. uni.navigateBack()
  325. }, 800)
  326. })
  327. },
  328. resumeDetail() {
  329. resumeDetail().then(res => {
  330. res.data.job_intention.forEach((item) => {
  331. if (item.id == this.id) {
  332. this.job_intention.category_field_first = item.category_field_first
  333. this.label = item.salary + "k"
  334. this.job_intention.category_field_id = item.category_field_id
  335. this.category_name = item.category_field_name
  336. this.job_intention.category_industry_first = item.category_industry_first
  337. this.job_intention.category_industry_id = item.category_industry_id
  338. this.category_industry_name = item.category_industry_name
  339. this.job_intention.category_job_first = item.category_job_first
  340. this.job_intention.category_job_first_name = item.category_job_first_name
  341. this.job_intention.category_job_id = item.category_job_id
  342. this.category_job_name = item.category_job_name
  343. this.job_intention.category_job_second = item.category_job_second
  344. this.category_job_second_name = item.category_job_second_name
  345. this.city1 = item.province + item.city
  346. this.job_intention.city_id = item.city_id
  347. this.job_intention.is_pay = item.is_pay
  348. if (this.job_intention.is_pay == 0) {
  349. this.button = false
  350. } else {
  351. this.button = true
  352. }
  353. this.job_intention.job_date = item.job_date
  354. this.job_intention.province_id = item.province_id
  355. this.job_intention.salary = item.salary
  356. this.job_intention.salary_month = item.salary_month
  357. this.job_intention.salary_type = item.salary_type
  358. this.job_intention.source_id = this.id
  359. }
  360. })
  361. })
  362. },
  363. //保存
  364. next() {
  365. // if (!this.job_intention.job_date) {
  366. // this.$u.toast("请选择求职时间")
  367. // return
  368. // }
  369. if (!this.city1) {
  370. this.$u.toast("请选择期望城市")
  371. return
  372. }
  373. if (!this.category_industry_name) {
  374. this.$u.toast("请选择期望行业")
  375. return
  376. }
  377. if (!this.category_job_name) {
  378. this.$u.toast("请选择职位")
  379. return
  380. }
  381. update({
  382. source_type: "job_intention",
  383. ...this.job_intention
  384. }).then(res => {
  385. const eventChannel = this.getOpenerEventChannel();
  386. eventChannel.emit('refresh', '');
  387. uni.navigateBack()
  388. })
  389. },
  390. change(e) {
  391. if (this.button) {
  392. this.job_intention.is_pay = 1
  393. // pay({
  394. // id: this.id
  395. // }).then(res => {
  396. // console.log(res);
  397. // if (res.code == 1) {
  398. // } else {
  399. // this.$u.toast(res.msg)
  400. // this.job_intention.is_pay = 0
  401. // this.resumeDetail()
  402. // }
  403. // })
  404. } else {
  405. this.job_intention.is_pay = 0
  406. }
  407. this.tixing = false
  408. },
  409. //所有地区
  410. AllArea() {
  411. getAllArea().then((res) => {
  412. // console.log(res);
  413. this.province = res.data.map(t => {
  414. return {
  415. name: t.name,
  416. id: t.id
  417. }
  418. })
  419. // console.log("aaa", this.province);
  420. this.city = res.data.map(t => t.children.map(v => {
  421. return {
  422. name: v.name,
  423. id: v.id
  424. }
  425. }))
  426. this.area = res.data.map(t => t.children.map(v => v.children.map(i => {
  427. return {
  428. name: i.name,
  429. id: i.id
  430. }
  431. })))
  432. //默认显示数据
  433. // this.cityList = [
  434. // this.province.map(res => res.name),
  435. // this.city[0].map(res => res.name),
  436. // this.area[0][0].map(res => res.name)
  437. // ]
  438. let a = []
  439. let b = []
  440. let c = []
  441. this.province.map(res => {
  442. a.push({
  443. name: res.name,
  444. id: res.id,
  445. })
  446. })
  447. this.city[0].map(res => {
  448. b.push({
  449. name: res.name,
  450. id: res.id,
  451. })
  452. })
  453. this.area[0][0].map(res => {
  454. c.push({
  455. name: res.name,
  456. id: res.id,
  457. })
  458. })
  459. this.cityList = [a, b, c]
  460. })
  461. },
  462. changeHandler(e) {
  463. const {
  464. columnIndex, //当前改变值的列下标
  465. value,
  466. values, // values为当前变化列的数组内容
  467. indexs, //当前地区值下标
  468. picker = this.$refs.uPicker
  469. } = e
  470. //columnIndex代表第几列,意思是下标为0的列发生变化
  471. if (columnIndex === 0) {
  472. picker.setColumnValues(1, this.city[indexs[0]].map(v => {
  473. return {
  474. name: v.name,
  475. id: v.id
  476. }
  477. }))
  478. picker.setColumnValues(2, this.area[indexs[0]][0].map(v => {
  479. return {
  480. name: v.name,
  481. id: v.id
  482. }
  483. }))
  484. }
  485. if (columnIndex === 1) {
  486. picker.setColumnValues(2, this.area[indexs[0]][indexs[1]].map(v => {
  487. return {
  488. name: v.name,
  489. id: v.id
  490. }
  491. }))
  492. }
  493. },
  494. //点击显示时间选择器
  495. birthdayBtn() {
  496. this.birthdayShow = true
  497. //new Date(this.endDate).getTime()为你需要在选择器上显示的时间戳
  498. this.$refs.picker.innerValue = new Date(946656000000).getTime()
  499. },
  500. //出生日期选择器
  501. async birthdayConfirm(e) {
  502. const timeFormat = uni.$u.timeFormat;
  503. let timeValue = await timeFormat(e.value, 'yyyy-mm-dd');
  504. this.job_intention.job_date = timeValue;
  505. this.birthdayShow = false
  506. },
  507. //户口地址
  508. cityconfirm(e) {
  509. let a = e.value[0].name + e.value[1].name + e.value[2].name
  510. let ids = String(e.value[0].id) + String(e.value[1].id) + String(e.value[2].id)
  511. this.job_intention.province_id = e.value[1].id
  512. this.job_intention.city_id = e.value[0].id
  513. // this.city1 = e.value.join("")
  514. this.city1 = a
  515. this.cityShow = false
  516. },
  517. changehangye() {
  518. uni.navigateTo({
  519. url: "/pagesA/change-hangye1",
  520. events: {
  521. changehangye: (res) => {
  522. // this.job_intention.category_one = res[0].id, //行业一级ID
  523. // this.job_intention.category_two = res[1].id, //行业二级ID
  524. this.category_three = res[1].name //行业名称
  525. }
  526. }
  527. })
  528. },
  529. changehangye1() {
  530. uni.navigateTo({
  531. url: "/pagesA/change-hangye1",
  532. events: {
  533. changehangye: (res) => {
  534. // console.log(res);
  535. // res.forEach((item) => {
  536. // this.category_industry_name += item.name + " "
  537. // // this.category_industry_id = item.id
  538. // })
  539. this.category_industry_name = res[1].name
  540. this.job_intention.category_industry_first = res[0].id, //行业一级ID
  541. this.job_intention.category_industry_id = res[1].id //行业二级ID
  542. }
  543. }
  544. })
  545. },
  546. changeright() {
  547. uni.navigateTo({
  548. url: "/pagesA/change-zhiwei",
  549. events: {
  550. changefenlei: (res) => {
  551. this.job_intention.category_job_first = res[0].id //string 职业分类一级ID(求职意向
  552. this.job_intention.category_job_second = res[1].id //string 职业分类二级ID(求职意向
  553. this.job_intention.category_job_id = res[2].id //string 职位分类ID(求职意向
  554. this.category_job_first_name = res[0].name //string 职业分类一级名称(求职意向
  555. this.category_job_second_name = res[1].name //string 职业分类二级名称(求职意向
  556. this.category_job_name = res[2].name
  557. }
  558. }
  559. })
  560. },
  561. changeright1() {
  562. uni.navigateTo({
  563. url: "/pagesA/change-zhiwei",
  564. events: {
  565. changefenlei: (res) => {
  566. this.category_job3 = res[2].name
  567. }
  568. }
  569. })
  570. }
  571. }
  572. }
  573. </script>
  574. <style lang="scss">
  575. .bot {
  576. position: fixed;
  577. bottom: 0;
  578. width: 682rpx;
  579. }
  580. .btn {
  581. background: #0C66C2;
  582. border-radius: 16rpx;
  583. font-size: 32rpx;
  584. font-family: PingFangSC-Regular, PingFang SC;
  585. font-weight: 400;
  586. color: #FFFFFF;
  587. width: 310rpx;
  588. height: 84rpx;
  589. line-height: 84rpx;
  590. text-align: center;
  591. margin-top: 24rpx;
  592. }
  593. //个人信息
  594. .personal {
  595. width: 750rpx;
  596. background: #FFFFFF;
  597. border-radius: 28rpx 28rpx 0rpx 0rpx;
  598. margin-top: -40rpx;
  599. position: relative;
  600. z-index: 99;
  601. padding: 40rpx 32rpx 0;
  602. margin-bottom: 60rpx;
  603. box-sizing: border-box;
  604. .title {
  605. font-size: 48rpx;
  606. font-family: PingFangSC-Medium, PingFang SC;
  607. font-weight: 500;
  608. color: #222222;
  609. }
  610. .titleb {
  611. font-size: 26rpx;
  612. font-family: PingFangSC-Regular, PingFang SC;
  613. font-weight: 400;
  614. color: #777777;
  615. margin-top: 20rpx;
  616. }
  617. .body-input {
  618. height: 150rpx;
  619. border-bottom: 2rpx solid #F4F4F4;
  620. .input-title {
  621. font-size: 26rpx;
  622. font-family: PingFangSC-Regular, PingFang SC;
  623. font-weight: 400;
  624. color: #888888;
  625. margin-top: 30rpx;
  626. box-sizing: border-box;
  627. }
  628. .input-style {
  629. font-size: 32rpx;
  630. font-family: PingFangSC-Regular, PingFang SC;
  631. font-weight: 400;
  632. color: #CACACA;
  633. }
  634. }
  635. .button1 {
  636. width: 256rpx;
  637. background: #F3F3F3;
  638. border-radius: 12rpx;
  639. margin-right: 24rpx;
  640. padding: 20rpx 50rpx;
  641. font-size: 32rpx;
  642. font-family: PingFangSC-Medium, PingFang SC;
  643. font-weight: 500;
  644. color: #333333;
  645. text-align: center;
  646. height: 88rpx !important;
  647. box-sizing: border-box;
  648. }
  649. .button {
  650. flex: 1;
  651. height: 88rpx !important;
  652. background: #0C66C2;
  653. border-radius: 12rpx;
  654. font-size: 32rpx;
  655. font-family: PingFangSC-Medium, PingFang SC;
  656. font-weight: 500;
  657. color: #FFFFFF;
  658. line-height: 88rpx;
  659. display: flex;
  660. justify-content: center;
  661. }
  662. }
  663. </style>