editpersonalinformation.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721
  1. <template>
  2. <view class="content">
  3. <view class="content2 content-other">
  4. <view class="title">上传身份证人像面</view>
  5. <view @click.stop="uploadImg(1,index)" class="picture picture1" v-if="!dataDetails.cardAddressUrl">
  6. <image class="xj-image" src="@/static/mine/ic_shanchuan@2x.png"></image>
  7. <view class="text">上传身份证人像面</view>
  8. </view>
  9. <view v-if="dataDetails.cardAddressUrl" @click.stop="uploadImg(1,index)" class="preview-card-img picture">
  10. <view @click.stop="delCard(1)">
  11. <image class='del-card' src="@/static/images/common/quxiao@2x.png">
  12. </image>
  13. </view>
  14. <image class="" :src="dataDetails.cardAddressUrl" mode="aspectFit" style=""></image>
  15. </view>
  16. <view class="title">上传身份证国徽面</view>
  17. <view @click="uploadImg(2,index)" class="picture picture2" v-if="!dataDetails.cardBackAddressUrl">
  18. <image class="xj-image" src="@/static/mine/ic_shanchuan@2x.png"></image>
  19. <view class="text">上传身份证国徽面</view>
  20. </view>
  21. <view v-if="dataDetails.cardBackAddressUrl" @click.stop="uploadImg(2,index)"
  22. class="preview-card-img picture">
  23. <!-- <image class="card-img" :src="dataDetails.cardAddressUrl"></image> -->
  24. <view @click.stop="delCard(2)">
  25. <image class='del-card' src="@/static/images/common/quxiao@2x.png">
  26. </image>
  27. </view>
  28. <image class="" :src="dataDetails.cardBackAddressUrl" mode="aspectFit"></image>
  29. </view>
  30. <view style='border-bottom:1px solid #eee;' class="flex row flex-space-between width100">
  31. <view class="left-text" style='font-size:14px;'>姓名</view>
  32. <view style='padding-right:10px;' class="flex">
  33. <u--input @input='nameinput' placeholder="输入姓名" inputAlign='right' border="none"
  34. v-model="dataDetails.name">
  35. </u--input>
  36. </view>
  37. </view>
  38. <view class="flex row flex-space-between" style='border-bottom:1px solid #eee;'>
  39. <view class="left-text" style='font-size:14px;'>性别</view>
  40. <view>
  41. <u-radio-group v-model="dataDetails.sex" placement="row">
  42. <u-radio :customStyle="radioCustomStyle" v-for="(item, index) in radiolist1" :key="index"
  43. :label="item.name" :name="item.name" @change="radioChange">
  44. </u-radio>
  45. </u-radio-group>
  46. </view>
  47. </view>
  48. <view style='margin-top:10px;padding-bottom:11px;' class="flex row flex-space-between" >
  49. <view class="left-text" style='font-size:14px;'>称呼</view>
  50. <view style='padding-right:10px;' class='flex flex-space-between'>
  51. <view style="width: 160rpx;">
  52. <u--input style='padding-right:4px;' placeholder="输入姓氏" class="ch-style" inputAlign='right' border="none"
  53. v-model="dataDetails.call">
  54. </u--input>
  55. </view>
  56. <view style='position:relative;top:0px;font-size:15px;' class="flex align-center" v-if="dataDetails.sex=='男'">先生</view>
  57. <view style='position:relative;top:0px;font-size:15px;' class="flex align-center" v-else>女士</view>
  58. </view>
  59. </view>
  60. <view style='border-bottom:1px solid #eee;margin-top:10px;padding-bottom:11px;' class="flex row width100 flex-space-between">
  61. <view class="left-text" style='font-size:14px;'>联系电话</view>
  62. <view style='padding-right:10px;' class="flex">
  63. <u--input disabledColor='#fff' disabled placeholder="输入联系电话" inputAlign='right' border="none"
  64. v-model="dataDetails.phone" maxlength="11">
  65. </u--input>
  66. </view>
  67. </view>
  68. <view style='padding-right:10px;margin-top:10px;padding-bottom:11px;' class="flex row">
  69. <view class="left-text">身份证号</view>
  70. <u--input :disabled='dataDetails.id&&firstAuthentication.passOnce?true:false' placeholder="请输入身份证号" inputAlign='right' border="none"
  71. v-model="dataDetails.cardNumber" maxlength="18">
  72. </u--input>
  73. </view>
  74. <view style='padding-right:10px;' class="flex flex-space-between row noborder">
  75. <view class="left-text">身份证截止日期</view>
  76. <view style='font-size:16px;align-items: center;' class='flex' @click="selectValidityPeriod">
  77. <view :style="{'color':dataDetails.cardValidityDate ? '#000':'#C6CBD5'}">
  78. {{dataDetails.cardValidityDate?dataDetails.cardValidityDate:'选择身份证截止日期'}}
  79. </view>
  80. <!-- <image class='right' src="@/static/mine/right.png" mode=""></image> -->
  81. <u-icon name="arrow-right" color="#333333" size="16"></u-icon>
  82. </view>
  83. </view>
  84. <view class="bz">注:个人信息审核通过后自动认证成为个人货主。</view>
  85. <itmister-date-picker :overdueContent="'身份证已过期'" :dateStatus="1" :periodOfValidity="true" :futureYear="30" :checkYear="year" :checkMonth="month" :checkDay="day" ref="dateValidityPeriod" @dateConfirm="confirmValidityPeriod"></itmister-date-picker>
  86. </view>
  87. <view class="content4">
  88. <view style='margin:0 0 18px;font-size:12px;color:#999;' class='flex items-center'>
  89. <u--image style='margin-right:5px;margin-top: 4rpx;' @click='consent'
  90. :src="checked?'../../../static/mine/duihao@2x.png':'../../../static/mine/wxz.png'" width="12px"
  91. height="12px" ></u--image>
  92. 我已阅读并同意全部细则
  93. </view>
  94. <view class='line'></view>
  95. <view class="next-btn" @click="$u.throttle(submit(), 1000)">
  96. 提交
  97. </view>
  98. </view>
  99. <!-- <view class="flex flex-space-between width100">
  100. <view>收款人</view>
  101. <view class="flex">
  102. <u--input placeholder="输入收款人姓名" inputAlign='right' border="none" v-model="dataDetails.name">
  103. </u--input>
  104. </view>
  105. </view> -->
  106. <u-action-sheet :actions="$helper.imgTypeList" :title="$helper.imgType" :show="isShowimgType"
  107. @select="imgTypeSelect" @cancel='isShowimgType=false' :closeOnClickOverlay="true" :closeOnClickAction="true"
  108. @close="isShowimgType=false">
  109. </u-action-sheet>
  110. <u-toast ref="uToast"></u-toast>
  111. </view>
  112. </template>
  113. <script>
  114. import {
  115. mapState
  116. } from 'vuex';
  117. import upload from '@/components/upload.vue';
  118. import permision from "@/js_sdk/wa-permission/permission.js"
  119. import uploadImage from '@/components/ossutil/uploadFile.js';
  120. var _this;
  121. export default {
  122. components: {},
  123. data() {
  124. return {
  125. radioCustomStyle: {
  126. margin: '0 20rpx 0 0'
  127. },
  128. submitstatus:false,
  129. radiolist1: [{
  130. name: '男',
  131. disabled: false
  132. },
  133. {
  134. name: '女',
  135. disabled: false
  136. },
  137. ],
  138. year:'',
  139. month:'',
  140. day:'',
  141. uploadType: '',
  142. isShowimgType: false,
  143. dataDetails: {
  144. name: '',
  145. phone: '',
  146. sex:'男',
  147. commonId: '',
  148. cardNumber: '',
  149. cardAddressUrl: '',
  150. cardBackAddressUrl: '',
  151. cardValidityDate: '',
  152. driverSex: '男',
  153. cardValidityDate: "",
  154. },
  155. checked: false,
  156. isShowcardValidity: false,
  157. imagesrc: '',
  158. validityPeriod: [],
  159. isShowimgType: false,
  160. index: '',
  161. firstAuthentication:{}
  162. };
  163. },
  164. onLoad(options) {
  165. // this.get_camera_permission()
  166. var _this = this;
  167. // console.log(options)
  168. if(JSON.stringify(options) != "{}"){
  169. this.dataDetails = options
  170. if(this.dataDetails.cardValidityDate&&this.dataDetails.cardValidityDate!='长期'){
  171. const arr=this.dataDetails.cardValidityDate.split('-')
  172. this.year=arr[0]
  173. this.month=arr[1]
  174. this.day=arr[2]
  175. }
  176. if(this.dataDetails.cardValidityDate=='长期'){
  177. this.year='长期'
  178. }
  179. }
  180. this.dataDetails.phone = this.userInfo.phone
  181. this.dataDetails.commonId = this.userInfo.id
  182. },
  183. onShow() {
  184. this.$request.baseRequest('get', '/cargoOwnerInfo/firstAuthentication', {
  185. phone: this.userInfo.phone
  186. }).then(res => {
  187. uni.setStorageSync("firstAuthentication", res.data)
  188. this.firstAuthentication=res.data
  189. })
  190. },
  191. computed: {
  192. ...mapState(['hasLogin', 'userInfo']),
  193. },
  194. methods: {
  195. async get_camera_permission() {
  196. var photol=await permision.requestAndroidPermission("android.permission.CAMERA")
  197. if(photol == false){
  198. uni.showModal({
  199. title: '提示',
  200. content: '您已经关闭相机权限,去设置',
  201. success: function (res) {
  202. if (res.confirm) {
  203. permision.gotoAppPermissionSetting()
  204. // plus.runtime.openURL("app-settings:");
  205. } else if (res.cancel) {
  206. console.log('用户点击取消');
  207. }
  208. }
  209. });
  210. }
  211. },
  212. nameinput() {
  213. this.dataDetails.call = this.dataDetails.name[0]
  214. },
  215. // 性别切换
  216. radioChange(n) {
  217. console.log('radioChange', n);
  218. this.dataDetails.sex = n
  219. this.$forceUpdate()
  220. console.log(this.dataDetails.sex)
  221. },
  222. consent() {
  223. this.checked = !this.checked
  224. },
  225. selectValidityPeriod() {
  226. this.$refs.dateValidityPeriod.show();
  227. // this.isShowcardValidity = true
  228. },
  229. //设置图片
  230. setImage(e) {
  231. //
  232. console.log(e);
  233. //显示在页面
  234. //this.imagesrc = e.path;
  235. if (e.dotype == 'idphoto') {
  236. _this.zjzClipper(e.path);
  237. } else if (e.dotype == 'watermark') {
  238. _this.watermark(e.path);
  239. } else {
  240. _this.savePhoto(e.path);
  241. }
  242. },
  243. delCard(status) {
  244. if (status == 1) {
  245. this.dataDetails.cardAddressUrl = ''
  246. this.$forceUpdate()
  247. } else {
  248. this.dataDetails.cardBackAddressUrl = ''
  249. this.$forceUpdate()
  250. }
  251. },
  252. //保存图片到相册,方便核查
  253. savePhoto(path) {
  254. //
  255. this.imagesrc = path;
  256. uploadImage(path, 'appData/',
  257. result => {
  258. // 上传成功
  259. console.log('图片地址', result)
  260. }
  261. )
  262. //保存到相册
  263. // uni.saveImageToPhotosAlbum({
  264. // filePath: path,
  265. // success: () => {
  266. // uni.showToast({
  267. // title: '已保存至相册',
  268. // duration: 2000
  269. // });
  270. // }
  271. // });
  272. },
  273. changeHandler(e) {
  274. const {
  275. columnIndex,
  276. value,
  277. values,
  278. index,
  279. picker = this.$refs.uPicker
  280. } = e
  281. // if (columnIndex === 0) {
  282. //
  283. // if (e.index != 0) {
  284. // picker.setColumnValues(1, this.validityPeriod[1].shift())
  285. // }
  286. // } else if (columnIndex === 1) {
  287. // if (e.index != 0) {
  288. // picker.setColumnValues(2, this.validityPeriod[2].shift())
  289. // }
  290. // }
  291. },
  292. confirmValidityPeriod(date) {
  293. this.dataDetails.cardValidityDate=date.date
  294. },
  295. uploadImg(type, index) {
  296. this.get_camera_permission()
  297. this.uploadType = type
  298. this.index = index
  299. this.imgTypeSelect()
  300. // this.isShowimgType = true
  301. },
  302. validate() {
  303. if (uni.$u.test.isEmpty(this.dataDetails.name)) {
  304. this.$refs.uToast.show({
  305. type: 'error',
  306. message: "姓名不能为空!",
  307. })
  308. return true
  309. }
  310. if (this.dataDetails.name.length < 2 || this.dataDetails.name.length > 10) {
  311. this.$refs.uToast.show({
  312. type: 'error',
  313. message: "姓名输入错误!",
  314. })
  315. return true
  316. }
  317. if (this.dataDetails.call.length==0) {
  318. this.$refs.uToast.show({
  319. type: 'error',
  320. message: "称呼不能为空!",
  321. })
  322. return true
  323. }
  324. if (this.dataDetails.call.length > 4) {
  325. this.$refs.uToast.show({
  326. type: 'error',
  327. message: "称呼输入错误!",
  328. })
  329. return true
  330. }
  331. if (uni.$u.test.isEmpty(this.dataDetails.cardValidityDate)) {
  332. this.$refs.uToast.show({
  333. type: 'error',
  334. message: "请选择身份证截止日期!",
  335. })
  336. return true
  337. }
  338. if(this.dataDetails.cardValidityDate!='长期'){
  339. var arr=this.dataDetails.cardValidityDate.split('-')
  340. if(!this.$helper.periodOfValidity(arr[0],arr[1],arr[2])){
  341. this.$refs.uToast.show({
  342. type: 'error',
  343. message: "身份证已过期!",
  344. })
  345. return true
  346. }
  347. }
  348. if (uni.$u.test.isEmpty(this.dataDetails.cardNumber)) {
  349. this.$refs.uToast.show({
  350. type: 'error',
  351. message: "身份证号不能为空!",
  352. })
  353. return true
  354. }
  355. if (uni.$u.test.isEmpty(this.dataDetails.cardAddressUrl)) {
  356. this.$refs.uToast.show({
  357. type: 'error',
  358. message: "请上传身份证人像面!",
  359. })
  360. return true
  361. }
  362. if (uni.$u.test.isEmpty(this.dataDetails.cardBackAddressUrl)) {
  363. this.$refs.uToast.show({
  364. type: 'error',
  365. message: "请上传身份证国徽面!",
  366. })
  367. return true
  368. }
  369. if (this.dataDetails.cardNumber.length != 18) {
  370. this.$refs.uToast.show({
  371. type: 'error',
  372. message: "身份证号输入错误!",
  373. })
  374. return true
  375. }
  376. if (!this.checked) {
  377. this.$refs.uToast.show({
  378. type: 'error',
  379. message: "请勾选细则!",
  380. })
  381. return true
  382. }
  383. },
  384. submit() {
  385. if (this.validate()) return
  386. uni.showLoading({
  387. title: '加载中',
  388. mask: true
  389. })
  390. var _this = this
  391. delete _this.dataDetails.hyCargoOwnerCompInfoList
  392. _this.dataDetails.accountNumber = uni.getStorageSync("userInfo").phone
  393. _this.$request.baseRequest('post', '/cargoOwnerInfo/api/editCargoOwner', _this.dataDetails).then(res => {
  394. // console.log(res)
  395. // uni.$u.route('/pages/mine/cargoowner/cargoowner')
  396. uni.hideLoading()
  397. uni.$u.toast('提交成功')
  398. uni.navigateBack({
  399. delta: 1
  400. })
  401. })
  402. .catch(res => {
  403. console.log(res)
  404. uni.hideLoading()
  405. uni.showToast({
  406. title: res.message,
  407. icon: 'none',
  408. duration: 2000
  409. })
  410. });
  411. },
  412. photograph() {
  413. console.log('拍照')
  414. let that = this;
  415. uni.chooseImage({
  416. count: 1,
  417. success: function(res) {
  418. console.log(JSON.stringify(res.tempFilePaths));
  419. uploadImage(res.tempFilePaths[0], 'appData/',
  420. result => {
  421. // 上传成功
  422. console.log('图片地址', result)
  423. }
  424. )
  425. }
  426. });
  427. },
  428. imgTypeSelect(val) {
  429. let that = this
  430. uni.chooseImage({
  431. count: 1,
  432. success: function(res) {
  433. console.log(JSON.stringify(res.tempFilePaths));
  434. uploadImage("image", res.tempFilePaths[0], 'appData/',
  435. result => {
  436. // 上传成功回调函数
  437. console.log('图片地址', result)
  438. switch (that.uploadType) {
  439. // 身份正面
  440. case 1:
  441. that.dataDetails.cardAddressUrl = result
  442. // 识别
  443. that.$request.baseRequest('get',
  444. '/driverInfo/personShibie', {
  445. personImg: result,
  446. flag: 1
  447. }).then(res => {
  448. // if(!that.dataDetails.id){
  449. if (res.data.recPersonNo) {
  450. that.dataDetails.cardNumber = res.data.recPersonNo.replace(/\s*/g,"")
  451. if(that.dataDetails.cardNumber[16]%2==0){
  452. that.dataDetails.sex='女'
  453. }else{
  454. that.dataDetails.sex='男'
  455. }
  456. }
  457. if (res.data.recPerson) {
  458. that.dataDetails.name = res.data.recPerson
  459. that.dataDetails.call=that.dataDetails.name[0]
  460. }
  461. // }
  462. that.$forceUpdate()
  463. })
  464. .catch(res => {
  465. uni.$u.toast(res.message);
  466. });
  467. break
  468. // 身份反面
  469. case 2:
  470. that.dataDetails.cardBackAddressUrl = result
  471. // 识别
  472. that.$request.baseRequest('get',
  473. '/driverInfo/personShibie', {
  474. personImg: result,
  475. flag: 2
  476. }).then(res => {
  477. if (res.data.idCardValidity) {
  478. let date = res.data.idCardValidity.split("-")[1]
  479. that.dataDetails.cardValidityDate = date.replace(
  480. '.', '-').replace('.', '-')
  481. }
  482. that.$forceUpdate()
  483. })
  484. .catch(res => {
  485. uni.$u.toast(res.message);
  486. });
  487. break
  488. }
  489. }
  490. )
  491. }
  492. });
  493. // switch (this.uploadType) {
  494. // case 1:
  495. // uni.$u.route('/pages/mine/camera/idcard/idcard?dotype=idcardface');
  496. // console.log('身份正面')
  497. // break
  498. // case 2:
  499. // uni.$u.route('/pages/mine/camera/idcard/idcard?dotype=badge');
  500. // console.log('身份反面')
  501. // break
  502. },
  503. //身份证正面
  504. getImgUrl1(src) {
  505. // console.log(src)
  506. // console.log('------------res-----------')
  507. // let that = this;
  508. // that.id[0] = src
  509. // that.id1 = src
  510. // that.certificates = false
  511. // that.personImgs.personImg = that.id[0]
  512. // that.$api.doRequest('get', '/driverViewInfo/personShibie', that
  513. // .personImgs).then(res => {
  514. // if (res.data.data.recPerson != null) {
  515. // if (res.data.data.recPerson != "") {
  516. // that.$set(that.DriverViewInfo, 'driverName', res
  517. // .data.data.recPerson)
  518. // }
  519. // }
  520. // if (res.data.data.recPersonNo != null) {
  521. // if (res.data.data.recPersonNo != "") {
  522. // that.$set(that.DriverViewInfo, 'numberCard', res
  523. // .data.data.recPersonNo)
  524. // }
  525. // }
  526. // }).catch(res => {
  527. // uni.showToast({
  528. // title: res.data.message,
  529. // icon: 'none',
  530. // duration: 2000
  531. // })
  532. // })
  533. },
  534. },
  535. };
  536. </script>
  537. <style lang="scss" scoped>
  538. // .preview-card-img {
  539. // /deep/uni-image>div, uni-image>img {
  540. // transform: scale(1.5) rotate(-90deg);
  541. // }
  542. // }
  543. /deep/.uni-input-input:disabled {
  544. background: #fff;
  545. }
  546. .picture {
  547. margin-top: 20rpx;
  548. background: #F5F6FA;
  549. width: 212rpx;
  550. height: 212rpx;
  551. border-radius: 20rpx;
  552. display: flex;
  553. flex-direction: column;
  554. justify-content: center;
  555. align-items: center;
  556. color: #6A7282;
  557. }
  558. .content1 {
  559. background: white;
  560. margin: 20rpx;
  561. padding: 20rpx;
  562. border-radius: 20rpx;
  563. .row-ch {
  564. padding-right: 180rpx;
  565. box-sizing: border-box;
  566. // background-color: red;
  567. }
  568. }
  569. .content2 {
  570. margin: 10px 0 95px 0;
  571. .left-text {
  572. // background: red;
  573. width: 290rpx;
  574. color: #333333;
  575. display: flex;
  576. align-items: center;
  577. font-size: 14px;
  578. }
  579. .row {
  580. border-bottom: 1px solid #EEEEEE;
  581. padding-bottom: 28rpx;
  582. margin-top: 26rpx;
  583. .ch-style {
  584. text-align: left;
  585. }
  586. }
  587. .row-ch {
  588. padding-right: 180rpx;
  589. box-sizing: border-box;
  590. // background-color: red;
  591. }
  592. }
  593. .content2,
  594. .content3 {
  595. .del-bank {
  596. position: absolute;
  597. top: 0;
  598. right: 0;
  599. width: 80rpx;
  600. height: 80rpx;
  601. }
  602. .picture {
  603. width: 100%;
  604. height: 440rpx;
  605. position: relative;
  606. .text {
  607. margin-top: 20rpx;
  608. }
  609. }
  610. .picture1 {
  611. background: url(../../../static/mine/zm.png);
  612. background-size: 100% 100%;
  613. }
  614. .picture2 {
  615. background: url(../../../static/mine/gh.png);
  616. background-size: 100% 100%;
  617. }
  618. .picture3 {
  619. background: url(../../../static/mine/yhkzm.png);
  620. background-size: 100% 100%;
  621. }
  622. .xj-image {
  623. width: 100rpx;
  624. height: 100rpx;
  625. }
  626. .title {
  627. color: #999999;
  628. margin: 20rpx 0;
  629. font-size: 14px;
  630. }
  631. }
  632. .u-input {
  633. font-size: 16px;
  634. }
  635. .content4 {
  636. position: fixed;
  637. bottom: 0;
  638. background: white;
  639. width: 100%;
  640. text-align: center;
  641. left: 0;
  642. box-sizing: border-box;
  643. ;
  644. padding: 10px 15px;
  645. .line {
  646. position: absolute;
  647. left: 0;
  648. margin-top: -9px;
  649. border-top: 1px solid #eee;
  650. width: 100%;
  651. }
  652. .next-btn {
  653. background: #2772FB;
  654. width: 85%;
  655. padding: 20rpx 20rpx;
  656. text-align: center;
  657. color: white;
  658. border-radius: 50rpx;
  659. margin: 0 auto;
  660. margin-top: 10px;
  661. }
  662. }
  663. .del-card {
  664. position: absolute;
  665. top: -10rpx;
  666. right: -6rpx;
  667. width: 80rpx;
  668. height: 80rpx;
  669. z-index: 9;
  670. }
  671. .bz {
  672. font-size: 28rpx;
  673. }
  674. .right{
  675. width:16px;height:16px;
  676. position:relative;
  677. top:1px;
  678. }
  679. </style>