index.vue 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572
  1. <template>
  2. <view class="zxbox">
  3. <view class="navbox">
  4. <uni-nav-bar color="#ffffff" :background-color="backgroundColor" :border="false"
  5. statusBar='true' fixed="true">
  6. <!-- #ifndef MP-WEIXIN -->
  7. <block slot="right">
  8. <!-- #endif -->
  9. <!-- #ifdef MP-WEIXIN -->
  10. <block slot="left">
  11. <!-- #endif -->
  12. <view class="topr" @click='getNoticeFn'>
  13. <image :src="noticimg"></image>
  14. <view class="cir"></view>
  15. <!-- <block v-if="noticenum>99">99+</block>
  16. <block v-else>{{noticenum}}</block> -->
  17. </view>
  18. </block>
  19. </uni-nav-bar>
  20. </view>
  21. <image :src="bgimg" class="bgimg"></image>
  22. <view class="mbox">
  23. <view class="infobox flexc" @click="handleToInfo">
  24. <image v-if="avatar" @click.stop="handleToAvatar" :src="avatar" class="limg" mode="aspectFill"></image>
  25. <image v-else @click.stop="handleToAvatar" :src="avatarimg" class="limg" mode="aspectFill"></image>
  26. <view class="cbox">
  27. <view class="tit">{{name?name:'登录账号'}}</view>
  28. <view class="flexc pr" v-if="deptName">
  29. <image :src="headl"></image>
  30. <view class="txt">{{deptName}}</view>
  31. <image :src="headr"></image>
  32. </view>
  33. </view>
  34. <image :src="wrimg" class="rimg"></image>
  35. </view>
  36. <view class="conts" v-if="checkPermi(['system:statistics:loan'])">
  37. <view class="conta">
  38. <view class="flexcj mb19">
  39. <view class="f15 fw co23 flex0 ml8">月份放款统计 <text class="coa ml4">/万元</text></view>
  40. <picker mode="date" fields="month" @change='bindDateChangea'>
  41. <view class="f12 coa fw5 flexc">
  42. <view>{{monthtime}}</view>
  43. <image :src="rimg" class="rimg"></image>
  44. </view>
  45. </picker>
  46. </view>
  47. <view class="flexc">
  48. <view class="contn">
  49. <view class="img">
  50. <image :src="mconta" class="imga"></image>
  51. </view>
  52. <view class="ctit">待放款</view>
  53. <view class="ctxt co1l">{{monthcont.dfk}}</view>
  54. </view>
  55. <view class="line"></view>
  56. <view class="contn">
  57. <view class="img">
  58. <image :src="mcontb" class="imgb"></image>
  59. </view>
  60. <view class="ctit">已放款</view>
  61. <view class="ctxt co1l">{{monthcont.yfk}}</view>
  62. </view>
  63. </view>
  64. </view>
  65. <view class="conta">
  66. <view class="flexcj mb19">
  67. <view class="f15 fw co23 flex0 ml8">年度申报<text class="coa ml4">/个</text></view>
  68. <picker mode="date" fields="year" @change='bindDateChangeb'>
  69. <view class="f12 coa fw5 flexc">
  70. <view>{{year}}年度</view>
  71. <image :src="rimg" class="rimg"></image>
  72. </view>
  73. </picker>
  74. </view>
  75. <view class="flexc">
  76. <view class="contn">
  77. <view class="img">
  78. <image :src="mcontc" class="imgc"></image>
  79. </view>
  80. <view class="ctit">待完成</view>
  81. <view class="ctxt co1y">{{yearcont.ywsh}}</view>
  82. </view>
  83. <view class="line"></view>
  84. <view class="contn">
  85. <view class="img">
  86. <image :src="mcontd" class="imgd"></image>
  87. </view>
  88. <view class="ctit">已归档</view>
  89. <view class="ctxt co1y">{{yearcont.ywwj}}</view>
  90. </view>
  91. </view>
  92. </view>
  93. </view>
  94. <view class="mbgbox">
  95. <view class="flexc mine_list" @click="handleToAddYwsb" v-if="checkPermi(['system:application:add'])&&checkPermi(['system:registered:user'])">
  96. <view class="limg">
  97. <image :src="listimga" class="imga"></image>
  98. </view>
  99. <view class="tit flex1">业务申报</view>
  100. <image :src="rimg" class="rimg"></image>
  101. </view>
  102. <view class="flexc mine_list" @click="handleToMysb" v-if="checkPermi(['system:application:list'])&&checkPermi(['system:registered:user'])">
  103. <view class="limg">
  104. <image :src="listimgb" class="imga"></image>
  105. </view>
  106. <view class="tit flex1">我的申报</view>
  107. <image :src="rimg" class="rimg"></image>
  108. </view>
  109. <view class="flexc mine_list" @click="handleToDbsx" v-if="checkPermi(['system:remind:list'])">
  110. <view class="limg">
  111. <image :src="listimgc" class="imga"></image>
  112. </view>
  113. <view class="tit flex1">待办事项</view>
  114. <image :src="rimg" class="rimg"></image>
  115. </view>
  116. <view class="flexc mine_list" @click="handleToAddQy" v-if="checkPermi(['enterprise:enterprise:list'])">
  117. <view class="limg">
  118. <image :src="listimgk" class="imgc"></image>
  119. </view>
  120. <view class="tit flex1">添加企业</view>
  121. <image :src="rimg" class="rimg"></image>
  122. </view>
  123. <view class="flexc mine_list" @click="handleToMyzc" v-if="checkPermi(['system:application:list'])&&checkPermi(['system:registered:user'])">
  124. <view class="limg">
  125. <image :src="listimgd" class="imga"></image>
  126. </view>
  127. <view class="tit flex1">我的暂存</view>
  128. <image :src="rimg" class="rimg"></image>
  129. </view>
  130. <view class="flexc mine_list" @click="handleToHsz" v-if="checkPermi(['system:system:user'])">
  131. <view class="limg">
  132. <image :src="listimge" class="imgb"></image>
  133. </view>
  134. <view class="tit flex1">回收站</view>
  135. <image :src="rimg" class="rimg"></image>
  136. </view>
  137. </view>
  138. <view class="mbgbox">
  139. <view class="flexc mine_list" @click="handleToAddNews" v-if="checkPermi(['zxConference:conference:list'])">
  140. <view class="limg">
  141. <image :src="listimgf" class="imga"></image>
  142. </view>
  143. <view class="tit flex1">台账表</view>
  144. <image :src="rimg" class="rimg"></image>
  145. </view>
  146. <view class="flexc mine_list" @click="handleToDbcy" v-if="checkPermi(['system:document:list'])">
  147. <view class="limg">
  148. <image :src="listimgg" class="imga"></image>
  149. </view>
  150. <view class="tit flex1">担保材料清单</view>
  151. <image :src="rimg" class="rimg"></image>
  152. </view>
  153. </view>
  154. <view class="mbgbox">
  155. <view class="flexc mine_list" @click="handleUpassword">
  156. <view class="limg">
  157. <image :src="listimgh" class="imga"></image>
  158. </view>
  159. <view class="tit flex1">修改密码</view>
  160. <image :src="rimg" class="rimg"></image>
  161. </view>
  162. <!-- #ifdef APP-PLUS -->
  163. <view class="flexc mine_list"@click="onlineWgt">
  164. <view class="limg">
  165. <image :src="listimgi" class="imga"></image>
  166. </view>
  167. <view class="tit flex1">版本号</view>
  168. <view class="txt">{{wgtcode}}</view>
  169. </view>
  170. <!-- #endif -->
  171. <view class="flexc mine_list" @click="handleLogout">
  172. <view class="limg">
  173. <image :src="listimgj" class="imga"></image>
  174. </view>
  175. <view class="tit flex1">退出登录</view>
  176. <image :src="rimg" class="rimg"></image>
  177. </view>
  178. </view>
  179. </view>
  180. <view class="ztit">安徽中新云计算有限公司提供支持</view>
  181. <pop-up :initFace="initFace" @getClose="getClose" @getXxwsFn="getXxwsFn"></pop-up>
  182. <footers v-if="isfootflag" :footerindex="footerindex" :isHomeIndex="false"></footers>
  183. </view>
  184. </template>
  185. <script>
  186. import storage from '@/utils/storage'
  187. import footers from '@/components/footer/footer.vue'
  188. import popUp from "@/components/popup/popup.vue"
  189. import {getCount} from "@/api/common.js"
  190. import {updateUserProfile,findVersion} from "@/api/system/user.js"
  191. import {checkPermi,checkRole} from "@/utils/permission"; // 权限判断函数
  192. import config from '@/config'
  193. const baseUrl = config.baseUrl
  194. export default {
  195. data() {
  196. return {
  197. bgimg: require("@/static/images/bg.png"),
  198. avatarimg:require("@/static/images/mine/profile.png"),
  199. noticimg: require("@/static/images/home/notice.png"),
  200. mconta:require("@/static/images/mine/mconta.png"),
  201. mcontb:require("@/static/images/mine/mcontb.png"),
  202. mcontc:require("@/static/images/mine/mcontc.png"),
  203. mcontd:require("@/static/images/mine/mcontd.png"),
  204. listimga: require('@/static/images/mine/minea.png'),
  205. listimgb: require('@/static/images/mine/mineb.png'),
  206. listimgc: require('@/static/images/mine/minec.png'),
  207. listimgd: require('@/static/images/mine/mined.png'),
  208. listimge: require('@/static/images/mine/minee.png'),
  209. listimgf: require('@/static/images/mine/minef.png'),
  210. listimgg: require('@/static/images/mine/mineg.png'),
  211. listimgh: require('@/static/images/mine/mineh.png'),
  212. listimgi: require('@/static/images/mine/minei.png'),
  213. listimgj: require('@/static/images/mine/minej.png'),
  214. listimgk: require('@/static/images/mine/minek.png'),
  215. headl:require('@/static/images/mine/headl.png'),
  216. headr:require('@/static/images/mine/headr.png'),
  217. wrimg:require("@/static/images/mine/wrimg.png"),
  218. rimg:require("@/static/images/mine/rimg.png"),
  219. border: false,
  220. backgroundColor: 'transparent',
  221. name: this.$store.state.user.name,
  222. deptName:this.$store.state.user.deptName,
  223. // version: getApp().globalData.config.appInfo.version,
  224. footerindex: 'mine',
  225. isfootflag: true,
  226. noticenum: 0,
  227. deptId: this.$store.state.user.deptId,
  228. wgtcode: this.$store.state.user.wgtcode,
  229. platform: 'Android',
  230. nvaHeight:44,
  231. beginTime:'2024',
  232. year:'',//年度
  233. monthtime:'',//月份
  234. yearcont:{},
  235. monthcont:{},
  236. initFace:'Y',//initFace Y不需要,N需要人脸认证
  237. }
  238. },
  239. components: {
  240. footers,popUp
  241. },
  242. computed: {
  243. avatar() {
  244. return this.$store.state.user.avatar
  245. },
  246. windowHeight() {
  247. return uni.getSystemInfoSync().windowHeight - 50
  248. }
  249. },
  250. onPageScroll(e) {
  251. var scrollTop = Number(e.scrollTop);
  252. var listTop=Number(this.listTop)-Number(this.nvaHeight)
  253. if (scrollTop <=this.nvaHeight) {
  254. const opacity = scrollTop / 100 // 计算透明度值
  255. const color = `rgba(29, 100, 226, ${opacity})`
  256. this.backgroundColor = color // 更新盒子背景颜色
  257. } else {
  258. this.backgroundColor = '#00A9F0'
  259. }
  260. },
  261. onLoad() {
  262. var that=this;
  263. this.nvaHeight=uni.getSystemInfoSync().statusBarHeight+44;
  264. if (checkPermi(['system:notice:number'])) {
  265. // this.getNoticenumber()
  266. }
  267. if(checkPermi(['system:statistics:loan'])){
  268. this.time()
  269. }
  270. // #ifdef APP-PLUS
  271. plus.runtime.getProperty(plus.runtime.appid, function(widgetInfo) {
  272. that.$store.dispatch('SetwgtFn', widgetInfo.version).then(() => {
  273. that.wgtcode=widgetInfo.version
  274. })
  275. });
  276. // #endif
  277. },
  278. mounted() {
  279. this.getHeightFn()
  280. },
  281. methods: {
  282. checkPermi,
  283. checkRole,
  284. time() {
  285. var date = new Date();
  286. var y = date.getFullYear();
  287. var m = date.getMonth() + 1;
  288. var yearStr = y + '-' + (m < 10 ? ('0' + m) : m);
  289. this.year=y;
  290. this.monthtime=yearStr;
  291. this.getCount(1)
  292. this.getCount(2)
  293. },
  294. getCount(type){
  295. var params={
  296. type:type,
  297. params:{
  298. beginTime:type==1?this.year:this.monthtime
  299. }
  300. }
  301. getCount(params).then(res=>{
  302. if(res.code==200){
  303. if(type==1){
  304. this.yearcont=res.data;
  305. }else{
  306. this.monthcont=res.data;
  307. }
  308. }
  309. })
  310. },
  311. bindDateChangea(e){
  312. var val=e.detail.value;
  313. this.monthtime=val;
  314. this.getCount(2)
  315. },
  316. bindDateChangeb(e){
  317. var val=e.detail.value;
  318. this.year=val;
  319. this.getCount(1)
  320. },
  321. getNoticeFn(){
  322. this.$tab.navigateTo("/pages/index/notice")
  323. },
  324. getHeightFn(){
  325. let query = uni.createSelectorQuery().in(this);
  326. //需要给黄色区域设置一个id标识,在这里是demo
  327. query.select('.zxbox').boundingClientRect(data => {
  328. var top=data.top<0 ? -data.top : data.top;
  329. this.listTop = data.height//赋值,待会要用
  330. if (top <=this.nvaHeight) {
  331. const opacity = top / 100 // 计算透明度值
  332. const color = `rgba(4, 145, 253, ${opacity})`
  333. this.backgroundColor = color // 更新盒子背景颜色
  334. } else {
  335. this.backgroundColor = '#00A9F0'
  336. }
  337. }).exec();
  338. },
  339. getClose(){
  340. this.initFace='Y';
  341. this.$store.dispatch('checkInitFace', this.initFace).then(() => {
  342. })
  343. },
  344. getXxwsFn(){
  345. this.$tab.navigateTo(`/work/pages/prove/index`)
  346. },
  347. //业务申报
  348. handleToAddYwsb(){
  349. if(checkPermi(['system:registered:user'])&&!checkPermi(['system:system:user'])){
  350. this.$store.dispatch('GetInfo').then(vres => {
  351. this.initFace=this.$store.state.user.initFace;
  352. if(this.initFace=='Y'){
  353. this.$tab.navigateTo("/work/pages/prove/zctype")
  354. }
  355. })
  356. }else{
  357. this.$tab.navigateTo("/work/pages/prove/zctype")
  358. }
  359. },
  360. //我的申报
  361. handleToMysb(){
  362. this.$tab.navigateTo("/work/pages/business/list?from=my&type=0")
  363. },
  364. //待办事项
  365. handleToDbsx(){
  366. this.$tab.navigateTo("/pages/index/notice?type=dbtz")
  367. },
  368. //我的暂存
  369. handleToMyzc(){
  370. this.$tab.navigateTo("/work/pages/business/zclist")
  371. },
  372. //回收站
  373. handleToHsz(){
  374. this.$tab.navigateTo("/work/pages/business/hszlist")
  375. },
  376. //担保材料
  377. handleToDbcy(){
  378. this.$tab.navigateTo("/work/pages/prove/dbcltips")
  379. },
  380. // 修改密码
  381. handleUpassword(){
  382. this.$tab.navigateTo(`/pages/mine/pwd/index`)
  383. },
  384. // 账号信息
  385. handleToInfo() {
  386. this.$tab.navigateTo('/pages/mine/info/index')
  387. },
  388. handleToAddNews(){
  389. this.$tab.navigateTo('/work/pages/news/add')
  390. },
  391. //添加企业
  392. handleToAddQy(){
  393. this.$tab.navigateTo('/work/pages/prove/qylist')
  394. },
  395. handleToLogin() {
  396. this.$tab.reLaunch('/pages/login')
  397. },
  398. handleToAvatar() {
  399. this.$tab.navigateTo('/pages/mine/avatar/index')
  400. },
  401. handleLogout() {
  402. this.$modal.confirm('确定注销并退出系统吗?').then(() => {
  403. this.$store.dispatch('LogOut').then(() => {
  404. this.$tab.reLaunch('/pages/index')
  405. })
  406. })
  407. },
  408. onlineWgt() {
  409. let that = this;
  410. plus.runtime.getProperty(plus.runtime.appid, function(widgetInfo) {
  411. that.$store.dispatch('SetwgtFn', widgetInfo.version).then(() => {
  412. that.wgtcode=widgetInfo.version
  413. })
  414. that.comparisonVersionNo(widgetInfo.versionCode);
  415. });
  416. // that.comparisonVersionNo()
  417. },
  418. comparisonVersionNo(versionCode) {
  419. let that = this;
  420. // console.log("aaaaaaa===versionCode", versionCode);
  421. const parmas = {
  422. model: that.platform
  423. }
  424. findVersion(parmas).then(res => {
  425. if (res.code == "200") {
  426. let versionNos = res.data.code;
  427. console.log(versionNos, 'versionNos')
  428. // console.log(res.data.path);
  429. let filePath = res.data.path;
  430. if (Number(versionNos) > Number(versionCode)) { //服务器返回1更新,0则不更新
  431. uni.showModal({
  432. title: '提示',
  433. content: '发现新版本,是否升级',
  434. success: function(res) {
  435. // console.log(widgetInfo.version);
  436. if (res.confirm) {
  437. console.log('用户点击确定');
  438. that.getProperty(filePath);
  439. } else if (res.cancel) {
  440. console.log('用户点击取消');
  441. }
  442. }
  443. });
  444. } else {
  445. this.$toast('该版本已是最新版')
  446. }
  447. }
  448. }).catch(error => {
  449. uni.hideLoading()
  450. console.log(error)
  451. })
  452. },
  453. getProperty(getProperty) {
  454. // console.log("bbbbbbbbb----------->", getProperty)
  455. let that = this;
  456. // 在线升级app/热更新
  457. that.showwri = true;
  458. const downloadTask = uni.downloadFile({ //下载文件
  459. url: baseUrl + getProperty,
  460. success: (downloadResult) => {
  461. // console.log(downloadResult);
  462. if (downloadResult.statusCode == 200) {
  463. // 更新升级
  464. plus.runtime.install(downloadResult.tempFilePath, {
  465. force: true
  466. }, function() {
  467. // console.log('install success...');
  468. that.showwri = false;
  469. plus.nativeUI.alert("应用资源更新完成!", function() {
  470. plus.runtime.restart();
  471. });
  472. }, function(e) {
  473. that.showwri = false;
  474. plus.nativeUI.alert("更新失败,请稍后再试");
  475. });
  476. }
  477. }
  478. });
  479. downloadTask.onProgressUpdate((res) => { //下载文件的进度
  480. that.totalBytesWritten = res.totalBytesWritten; //当前下载大小
  481. that.progress = res.progress; //当前下载比例
  482. that.totalBytesExpectedToWrite = res.totalBytesExpectedToWrite; //
  483. });
  484. },
  485. getNoticenumber() {
  486. var params = {
  487. deptId: this.deptId
  488. }
  489. getNoticenumber(params).then(res => {
  490. if (res.code == 200) {
  491. this.noticenum = Number(res.data)
  492. } else {
  493. this.$toast(res.msg)
  494. }
  495. })
  496. },
  497. }
  498. }
  499. </script>
  500. <style lang="scss">
  501. page{background-color: #f6f6f6;}
  502. .navbox{position: fixed;left: 0;right: 0;top: 0;z-index: 4;
  503. .topl{width: 274rpx;height: 50rpx;margin-left: 14rpx;}
  504. .topr{width: 36rpx;height: 36rpx;position: relative;margin-right: 10rpx;
  505. image{width: 100%;height: 100%;}
  506. // .cir{background: #FF4747;font-size: 14rpx;color: #FFFFFF;border-radius: 50%;border: 2rpx solid #FFFFFF;min-width: 20rpx;height: 20rpx;
  507. // position: absolute;right: -5rpx;top: -5rpx;text-align: center;line-height: 16rpx;
  508. // }
  509. .cir{width: 14rpx;height: 14rpx;background: #DF0024;border-radius: 50%;position: absolute;right: -7rpx;top: -7rpx;}
  510. }
  511. }
  512. .zxbox{
  513. .bgimg{width: 100%;height: 680rpx;}
  514. .mbox{margin-top: -540rpx;padding: 0 36rpx;z-index: 1;position: relative;
  515. .infobox{margin-bottom: 60rpx;
  516. .limg{width: 140rpx;height: 140rpx;flex: 0 0 auto;margin-right: 26rpx;border-radius: 50%;}
  517. .cbox{flex: 1;z-index: 1;
  518. image{width: 32rpx;height: 38rpx;}
  519. .tit{font-weight: bold;font-size: 40rpx;color: #ffffff;margin-bottom: 14rpx;}
  520. .txt{font-weight: bold;font-size: 24rpx;background-color: #2973C7;color: #FFFFFF;height: 38rpx;line-height: 38rpx;margin: 0 -2rpx;padding:0 2rpx;}
  521. }
  522. .rimg{width: 12rpx;height: 20rpx;flex: 0 0 auto;margin-left: 20rpx;}
  523. }
  524. .conts{margin-bottom: 24rpx;background: #FFFFFF;box-shadow: 0px 0px 10rpx 0px rgba(216,216,216,0.4);border-radius: 20rpx;
  525. padding: 0 20rpx;box-sizing: border-box;
  526. .conta{border-bottom: 2rpx dashed #E6E6E6;padding: 38rpx 0 44rpx;
  527. .rimg{width: 16rpx;height: 22rpx;margin-left: 22rpx;flex: 0 0 auto;}
  528. .contn{
  529. display: flex;align-items: center;flex: 0 0 auto;width: 286rpx;
  530. .img{width: 42rpx;height: 40rpx;display: flex;align-items: center;justify-content: center;margin-right: 18rpx;flex: 0 0 auto;
  531. .imga{width: 42rpx;height: 40rpx;}
  532. .imgb{width: 30rpx;height: 40rpx;}
  533. .imgc{width: 38rpx;height: 40rpx;}
  534. .imgd{width: 34rpx;height: 40rpx;}
  535. }
  536. .ctit{font-weight: 500;font-size: 26rpx;color: #222327;flex: 0 0 auto;}
  537. .ctxt{flex: 1;text-align: right;font-weight: bold;font-size: 32rpx;word-break: break-all;}
  538. }
  539. .line{width: 2rpx;height: 28rpx;background: #E6E6E6;margin: 0 32rpx;flex: 0 0 auto;}
  540. }
  541. }
  542. .mbgbox{width: 100%;background: #FFFFFF;border-radius: 10rpx;margin-bottom: 24rpx;
  543. .mine_list{
  544. padding: 34rpx 22rpx;
  545. .limg{flex: 0 0 auto;width: 42rpx;height: 42rpx;margin-right: 26rpx;display: flex;align-items: center;justify-content: center;
  546. .imga{width: 40rpx;height: 40rpx;}
  547. .imgb{width: 38rpx;height: 40rpx;}
  548. .imgc{width: 42rpx;height: 42rpx;}
  549. }
  550. .tit{font-weight: bold;font-size: 30rpx;color: #222327;}
  551. .txt{font-weight: 500;font-size: 30rpx;color: #666666;margin-left: 20rpx;flex: 0 0 auto;}
  552. .rimg{width: 16rpx;height: 22rpx;margin-left: 20rpx;flex: 0 0 auto;}
  553. }
  554. }
  555. }
  556. }
  557. .ztit{font-size: 24rpx;color:#c6c6c9;text-align: center;flex:0 0 auto;margin-bottom: 28rpx;margin-top: 40rpx;}
  558. </style>