examineDetail.vue 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712
  1. <!-- 安全检查-检查详情 -->
  2. <template>
  3. <view class="examine">
  4. <scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
  5. <view class="basics">
  6. <view class="basics_li">
  7. <text>学院:</text>
  8. <text>{{infoData.collegeName}}</text>
  9. </view>
  10. <view class="basics_li">
  11. <text>实验室:</text>
  12. <text>{{infoData.subjectName}}-{{infoData.roomNumber}}</text>
  13. </view>
  14. <view class="basics_li">
  15. <text>楼栋:</text>
  16. <text>{{infoData.buildName}}</text>
  17. </view>
  18. <view class="basics_li">
  19. <text>检查类型:</text>
  20. <text>{{infoData.checkType==1?'校园巡查':(infoData.checkType==2?'实验室自查':'')}}</text>
  21. </view>
  22. <view class="basics_li">
  23. <text>检查范围:</text>
  24. <text>{{infoData.checkRange==1?'全校':(infoData.checkRange==2?'学院':'实验室')}}</text>
  25. </view>
  26. <view class="basics_li" >
  27. <text>计划标题:</text>
  28. <text>{{infoData.title}}</text>
  29. </view>
  30. <view class="demand" style="border:none;">
  31. <text>检查要求:</text>
  32. <text>{{infoData.checkDemand?infoData.checkDemand:''}}</text>
  33. </view>
  34. </view>
  35. <view class="attachment" v-if="infoData.isAttachment==1">
  36. <view class="attachment_t">
  37. <text>材料附件</text>
  38. <text>点击文件标题查看</text>
  39. </view>
  40. <view class="attachment_li" v-for="item in attachmentList">
  41. <img src="@/pages_safetyExamine/images/icon_djc_wj.png"/>
  42. <text @click="attachmentPreview(item)">{{item.fileName}}</text>
  43. <!-- <img class="attachment_li_del" src="@/images/Version3.3.3/icon_fjgk_sc.png"/> -->
  44. </view>
  45. </view>
  46. <view class="basics" v-if="manageStatus==2">
  47. <view class="basics_li">
  48. <text>检查结果:</text>
  49. <text>{{infoData.checkResult==0?'不符合':(infoData.checkResult==1?'符合':'')}}</text>
  50. </view>
  51. <view class="basics_li" v-if="infoData.checkResult==0">
  52. <text>整改期限:</text>
  53. <text>{{infoData.rectifyDeadline}}</text>
  54. </view>
  55. <view class="basics_li" v-if="infoData.checkResult==0">
  56. <text>整改通知:</text>
  57. <text style="color: #0183FA;" @click="rectifyInform">{{infoData.rectifyNotice == 1?'整改告知书':(infoData.rectifyNotice == 2?'整改通知书':'')}}</text>
  58. </view>
  59. <view class="basics_li">
  60. <text>检查者:</text>
  61. <text>{{infoData.checkUser}}</text>
  62. </view>
  63. <view class="basics_li" style="border:none;">
  64. <text>检查时间:</text>
  65. <text>{{infoData.checkTime}}</text>
  66. </view>
  67. </view>
  68. <view class="inconformity" @click="inconformityFun()" v-if="manageStatus==2 && infoData.checkResult==0">不符合项<img v-if="inconformityStatus" src="@/pages_safetyExamine/images/icon_bfhx_xq.png"/><img v-if="!inconformityStatus" src="@/pages_safetyExamine/images/icon_bfhx_sq.png"/></view>
  69. <view v-for="(item,index) in infoData.checkHazardDtoList" v-if="manageStatus==2 && infoData.checkResult==0">
  70. <view class="danger">
  71. <view class="sort">{{index+1}}</view>
  72. <view class="grade" :style="item.switch?'border-bottom: 1rpx solid #D8D8D8;':'border:none;'">
  73. <text>第{{index+1}}项隐患</text>
  74. <text style="color: #0183FA;" @click="dangerItem(item)">{{item.rectifyStatus==1?'已完成':(item.rectifyStatus==2?'待整改':(item.rectifyStatus==3?'待复核':(item.rectifyStatus==4?'暂无法整改':'')))}} >></text>
  75. </view>
  76. <view v-if="item.switch">
  77. <view class="grade">
  78. <text>隐患等级:</text>
  79. <text>{{item.hazardLevel==2?'一般隐患':(item.hazardLevel==1?'重大隐患':(item.hazardLevel==3?'管理问题':''))}}</text>
  80. </view>
  81. <view class="project">
  82. <view class="project_t">检查项目:</view>
  83. <view class="project_b">{{item.hazardCheckProStr}}</view>
  84. <view class="project_b2" v-if="item.hazardCheckCount>0">此检查项在当前实验室累计出现{{item.hazardCheckCount}}次隐患</view>
  85. </view>
  86. <view class="project">
  87. <view class="project_t">检查要点:</view>
  88. <view class="project_b">{{item.hazardCheckPoint}}</view>
  89. </view>
  90. <view class="project">
  91. <view class="project_t">隐患描述:</view>
  92. <view class="project_b">{{item.hazardDescribe}}</view>
  93. </view>
  94. <view class="picture">
  95. <view class="picture_t">隐患照片</view>
  96. <view class="picture_b" @click="lockImg(item.uploadDtoList)">
  97. <img :src="baseUrl+imgItem.fileUrl" v-for="(imgItem,imgIndex) in item.uploadDtoList"/>
  98. </view>
  99. </view>
  100. </view>
  101. </view>
  102. <view class="pack_up" @click="switchFun(item)">{{item.switch?'收起':'展开'}}<img v-if="item.switch" src="@/pages_safetyExamine/images/icon_06_1.png"/><img v-if="!item.switch" src="@/pages_safetyExamine/images/icon_06.png"/></view>
  103. </view>
  104. </scroll-view>
  105. <view class="report" @change="rectifyReport" v-if="manageStatus==2 && infoData.checkResult==0">整改报告</view>
  106. <view class="bottom_btn" v-if="manageStatus==0" @click="handleClick('','startInspect')">开始检查</view>
  107. </view>
  108. </template>
  109. <script>
  110. import { config } from '@/api/request/config.js'
  111. import {checkSign,queryDeptSignByUserId,findCheckManage,findByPlanIdAttachment} from '@/api/index.js'
  112. export default {
  113. name: "rectifyList",
  114. components: {
  115. },
  116. data() {
  117. return {
  118. baseUrl:config.base_url,
  119. manageStatus:0,//0 待检查 1 检查中 2已检查
  120. pageType:0,
  121. inconformityStatus:false,
  122. infoData:{},
  123. attachmentList:[],
  124. }
  125. },
  126. onLoad(option) {
  127. if(option.id){
  128. this.id=option.id
  129. this.findCheckManage()
  130. }
  131. if(option.manageStatus){//检查状态
  132. this.manageStatus=option.manageStatus;
  133. }
  134. if(option.manageStatus==0 || option.manageStatus==1){
  135. uni.setNavigationBarTitle({
  136. title:'待检查'
  137. })
  138. }else if(option.manageStatus==2){
  139. uni.setNavigationBarTitle({
  140. title:'已检查'
  141. })
  142. }
  143. },
  144. onShow() {
  145. },
  146. mounted(){
  147. },
  148. methods: {
  149. //滚动事件
  150. scrollGet(){
  151. },
  152. //开展检查
  153. handleClick(row,doType){
  154. if(doType=='startInspect'){
  155. uni.navigateTo({
  156. url: '/pages_safetyExamine/examineManage/examineAdd?id='+this.id
  157. });
  158. }
  159. },
  160. //根据计划id查询附件列表
  161. async findByPlanIdAttachment(){
  162. let _this = this;
  163. const {data} = await findByPlanIdAttachment({checkPlanId:this.infoData.checkPlanId});
  164. if(data.code == 200){
  165. _this.attachmentList=data.data;
  166. }
  167. },
  168. //详情
  169. async findCheckManage(){
  170. let _this = this;
  171. const {data} = await findCheckManage({id:this.id});
  172. if(data.code == 200){
  173. data.data.checkHazardDtoList.forEach(function(item){
  174. item.switch=false;
  175. })
  176. this.infoData=data.data;
  177. if(data.data.isAttachment==1){//0没有附件 1有附件
  178. this.findByPlanIdAttachment()
  179. }
  180. }
  181. },
  182. //附件查看
  183. attachmentPreview(item){
  184. uni.showLoading({
  185. title: '下载中'
  186. });
  187. wx.downloadFile({
  188. url: config.base_url+item.fileUrl,
  189. header: {
  190. Authorization: uni.getStorageSync('token')
  191. },
  192. success: function (res) {
  193. uni.hideLoading();
  194. const filePath = res.tempFilePath
  195. wx.openDocument({
  196. filePath: filePath,
  197. success: function (res) {
  198. console.log('打开文档成功')
  199. }
  200. })
  201. },
  202. fail: function (res){
  203. uni.hideLoading();
  204. uni.showToast({
  205. title: '下载失败',
  206. icon:"none",
  207. mask:true,
  208. duration: 2000
  209. });
  210. }
  211. })
  212. },
  213. //查看图片
  214. lockImg(list){
  215. console.log(list)
  216. if(!list[0]){
  217. return
  218. }
  219. let urlList=[];
  220. for(let i=0;i<list.length;i++){
  221. urlList.push(this.baseUrl+list[i].fileUrl)
  222. }
  223. wx.previewImage({
  224. urls: urlList, //需要预览的图片http链接列表,多张的时候,url直接写在后面就行了
  225. current: '', // 当前显示图片的http链接,默认是第一个
  226. success: function(res) {},
  227. fail: function(res) {},
  228. complete: function(res) {},
  229. })
  230. },
  231. //隐患项跳转详情
  232. dangerItem(row){
  233. uni.navigateTo({
  234. url: '/pages_safetyExamine/dangerManage/dangerDetail?item='+encodeURIComponent(JSON.stringify(row))
  235. })
  236. },
  237. //隐患项收起展开
  238. inconformityFun(){
  239. this.inconformityStatus=!this.inconformityStatus;
  240. if(this.inconformityStatus){
  241. this.infoData.checkHazardDtoList.forEach(function(item){
  242. item.switch=true;
  243. })
  244. }else{
  245. this.infoData.checkHazardDtoList.forEach(function(item){
  246. item.switch=false;
  247. })
  248. }
  249. },
  250. //隐患小项收起展开
  251. switchFun(item){
  252. item.switch=!item.switch
  253. },
  254. //整改通知
  255. rectifyInform(){//rectifyNotice 整改通知(1整改告知书 2整改通知书)
  256. if(this.infoData.rectifyNotice==1){//1整改告知书
  257. this.genReport(this.infoData.id)
  258. }else if(this.infoData.rectifyNotice==2){//2整改通知书
  259. this.genNotice(this.infoData.id)
  260. }
  261. },
  262. //整改报告
  263. rectifyReport(){
  264. uni.showLoading({
  265. title: '下载中'
  266. });
  267. wx.downloadFile({
  268. url: config.base_url+'/zd-security/checkRectify/genReport/' + this.infoData.id,
  269. header: {
  270. Authorization: uni.getStorageSync('token')
  271. },
  272. success: function (res) {
  273. const fileManager = wx.getFileSystemManager()
  274. const filePath = wx.env.USER_DATA_PATH + '/(整改报告).docx'
  275. fileManager.saveFile({
  276. tempFilePath: res.tempFilePath,
  277. filePath,
  278. success: () => {
  279. uni.hideLoading();
  280. wx.openDocument({
  281. filePath: filePath,
  282. showMenu: true,
  283. fileType: 'docx'
  284. })
  285. },
  286. fail: function (res){
  287. uni.hideLoading();
  288. uni.showToast({
  289. title: '下载失败',
  290. icon:"none",
  291. mask:true,
  292. duration: 2000
  293. });
  294. }
  295. })
  296. },
  297. fail: function (res){
  298. uni.hideLoading();
  299. uni.showToast({
  300. title: '下载失败',
  301. icon:"none",
  302. mask:true,
  303. duration: 2000
  304. });
  305. }
  306. })
  307. },
  308. //整改通知书
  309. genNotice(id){
  310. uni.showLoading({
  311. title: '下载中'
  312. });
  313. wx.downloadFile({
  314. url: config.base_url+'/zd-security/checkManage/getRectifyAdviceNote/' + id,
  315. header: {
  316. Authorization: uni.getStorageSync('token')
  317. },
  318. success: function (res) {
  319. const fileManager = wx.getFileSystemManager()
  320. const filePath = wx.env.USER_DATA_PATH + '/(整改通知书).docx'
  321. fileManager.saveFile({
  322. tempFilePath: res.tempFilePath,
  323. filePath,
  324. success: () => {
  325. uni.hideLoading();
  326. wx.openDocument({
  327. filePath: filePath,
  328. showMenu: true,
  329. fileType: 'docx'
  330. })
  331. },
  332. fail: function (res){
  333. uni.hideLoading();
  334. uni.showToast({
  335. title: '下载失败',
  336. icon:"none",
  337. mask:true,
  338. duration: 2000
  339. });
  340. }
  341. })
  342. },
  343. fail: function (res){
  344. uni.hideLoading();
  345. uni.showToast({
  346. title: '下载失败',
  347. icon:"none",
  348. mask:true,
  349. duration: 2000
  350. });
  351. }
  352. })
  353. },
  354. //整改告知书
  355. genReport(id){
  356. uni.showLoading({
  357. title: '下载中'
  358. });
  359. wx.downloadFile({
  360. url: config.base_url+'/zd-security/checkManage/getRectifyNotification/' + id,
  361. header: {
  362. Authorization: uni.getStorageSync('token')
  363. },
  364. success: function (res) {
  365. const fileManager = wx.getFileSystemManager()
  366. const filePath = wx.env.USER_DATA_PATH + '/整改报告.docx'
  367. fileManager.saveFile({
  368. tempFilePath: res.tempFilePath,
  369. filePath,
  370. success: () => {
  371. uni.hideLoading();
  372. wx.openDocument({
  373. filePath: filePath,
  374. showMenu: true,
  375. fileType: 'docx'
  376. })
  377. },
  378. fail: function (res){
  379. uni.hideLoading();
  380. uni.showToast({
  381. title: '下载失败',
  382. icon:"none",
  383. mask:true,
  384. duration: 2000
  385. });
  386. }
  387. })
  388. },
  389. fail: function (res){
  390. uni.hideLoading();
  391. uni.showToast({
  392. title: '下载失败',
  393. icon:"none",
  394. mask:true,
  395. duration: 2000
  396. });
  397. }
  398. })
  399. },
  400. }
  401. }
  402. </script>
  403. <style lang="stylus" scoped>
  404. .examine{
  405. height:100%;
  406. display flex;
  407. .info-max-box{
  408. flex: 1;
  409. overflow: scroll;
  410. padding-bottom: 140rpx;
  411. }
  412. .basics{
  413. width: 690rpx;
  414. background: #FFFFFF;
  415. border-radius: 20rpx;
  416. padding: 30rpx 30rpx 32rpx;
  417. box-sizing: border-box;
  418. margin: 20rpx 30rpx ;
  419. .basics_li{
  420. height: 80rpx;
  421. display: flex;
  422. justify-content: space-between;
  423. border-bottom: 1rpx solid #D8D8D8;
  424. >text:nth-of-type(1){
  425. font-size: 28rpx;
  426. font-family: PingFang SC-Medium, PingFang SC;
  427. font-weight: 400;
  428. color: #666666;
  429. line-height: 80rpx;
  430. width: 140rpx;
  431. }
  432. >text:nth-of-type(2){
  433. flex: 1;
  434. font-size: 28rpx;
  435. font-family: PingFang SC-Medium, PingFang SC;
  436. font-weight: 400;
  437. color: #333333;
  438. line-height: 80rpx;
  439. text-align: right;
  440. white-space: nowrap;
  441. overflow: hidden;
  442. text-overflow: ellipsis;
  443. }
  444. }
  445. .demand{
  446. >text{
  447. display: block;
  448. }
  449. >text:nth-of-type(1){
  450. font-size: 28rpx;
  451. font-family: PingFang SC-Medium, PingFang SC;
  452. font-weight: 400;
  453. color: #666666;
  454. line-height: 70rpx;
  455. width: 140rpx;
  456. }
  457. >text:nth-of-type(2){
  458. font-size: 28rpx;
  459. font-family: PingFang SC-Medium, PingFang SC;
  460. font-weight: 400;
  461. color: #333333;
  462. line-height: 40rpx;
  463. text-align: left;
  464. }
  465. }
  466. }
  467. .attachment{
  468. width: 690rpx;
  469. background: #FFFFFF;
  470. border-radius: 20rpx;
  471. margin: 20rpx 30rpx 0;
  472. padding-bottom: 32rpx;
  473. box-sizing: border-box;
  474. .attachment_t{
  475. border-bottom: 1rpx solid #D8D8D8;
  476. >text:nth-of-type(1){
  477. font-size: 30rpx;
  478. font-family: PingFang SC-Medium, PingFang SC;
  479. font-weight: 400;
  480. color: #333333;
  481. line-height: 110rpx;
  482. margin-left: 28rpx;
  483. }
  484. >text:nth-of-type(2){
  485. font-size: 30rpx;
  486. font-family: PingFang SC-Medium, PingFang SC;
  487. font-weight: 400;
  488. color: #999999;
  489. line-height: 110rpx;
  490. margin-left: 24rpx;
  491. }
  492. }
  493. .attachment_li{
  494. height: 40rpx;
  495. display: flex;
  496. justify-content: flex-start;
  497. align-items: center;
  498. margin-top: 32rpx;
  499. >img{
  500. width: 30rpx;
  501. height: 26rpx;
  502. margin-right: 20rpx;
  503. margin-left: 50rpx;
  504. }
  505. >text{
  506. flex: 1;
  507. font-size: 28rpx;
  508. font-family: PingFang SC-Medium, PingFang SC;
  509. font-weight: 400;
  510. color: #0183FA;
  511. line-height: 40rpx;
  512. white-space: nowrap;
  513. overflow: hidden;
  514. text-overflow: ellipsis;
  515. }
  516. .attachment_li_del{
  517. width: 30rpx;
  518. height: 30rpx;
  519. }
  520. }
  521. }
  522. .inconformity{
  523. width: 690rpx;
  524. height: 100rpx;
  525. background: #FFFFFF;
  526. border-radius: 20rpx 20rpx 20rpx 20rpx;
  527. margin: 20rpx 30rpx;
  528. font-size: 30rpx;
  529. font-family: PingFang SC-Medium, PingFang SC;
  530. font-weight: 400;
  531. color: #333333;
  532. line-height: 100rpx;
  533. text-align: center;
  534. display: flex;
  535. justify-content: center;
  536. align-items: center;
  537. >img{
  538. width: 30rpx;
  539. height: 26rpx;
  540. margin-left: 20rpx;
  541. }
  542. }
  543. .danger{
  544. width: 690rpx;
  545. background: #FFFFFF;
  546. border-radius: 20rpx;
  547. padding: 15rpx 30rpx 15rpx;
  548. box-sizing: border-box;
  549. margin: 20rpx 30rpx ;
  550. position: relative;
  551. .sort{
  552. width: 40rpx;
  553. height: 40rpx;
  554. background: #0183FA;
  555. border-radius: 20rpx 0rpx 10rpx 0rpx;
  556. font-size: 30rpx;
  557. font-family: PingFang SC-Medium, PingFang SC;
  558. font-weight: 400;
  559. color: #FFFFFF;
  560. line-height: 40rpx;
  561. text-align: center;
  562. position: absolute;
  563. left: 0;
  564. top: 0;
  565. }
  566. .danger_title{
  567. font-size: 30rpx;
  568. font-family: PingFang SC-Medium, PingFang SC;
  569. font-weight: 400;
  570. color: #333333;
  571. line-height:80rpx;
  572. border-bottom: 1rpx solid #D8D8D8;
  573. }
  574. .grade{
  575. height: 80rpx;
  576. display: flex;
  577. justify-content: space-between;
  578. border-bottom: 1rpx solid #D8D8D8;
  579. >text:nth-of-type(1){
  580. font-size: 28rpx;
  581. font-family: PingFang SC-Medium, PingFang SC;
  582. font-weight: 400;
  583. color: #666666;
  584. line-height: 80rpx;
  585. width: 140rpx;
  586. }
  587. >text:nth-of-type(2){
  588. flex: 1;
  589. font-size: 28rpx;
  590. font-family: PingFang SC-Medium, PingFang SC;
  591. font-weight: 400;
  592. color: #333333;
  593. line-height: 80rpx;
  594. text-align: right;
  595. }
  596. }
  597. .project{
  598. .project_t{
  599. font-size: 30rpx;
  600. font-family: PingFang SC-Medium, PingFang SC;
  601. font-weight: 400;
  602. color: #333333;
  603. line-height: 80rpx;
  604. }
  605. .project_b{
  606. min-height: 158rpx;
  607. font-size: 28rpx;
  608. font-family: PingFang SC-Medium, PingFang SC;
  609. font-weight: 400;
  610. color: #333333;
  611. line-height: 40rpx;
  612. padding: 20rpx 14rpx;
  613. box-sizing: border-box;
  614. background: #F5F5F5;
  615. border-radius: 20rpx 20rpx 20rpx 20rpx;
  616. }
  617. .project_b2{
  618. font-size: 26rpx;
  619. font-family: PingFang SC-Medium, PingFang SC;
  620. font-weight: 400;
  621. color: #666666;
  622. line-height: 26rpx;
  623. margin-top: 14rpx;
  624. text-align: right;
  625. }
  626. }
  627. .picture{
  628. .picture_t{
  629. font-size: 30rpx;
  630. font-family: PingFang SC-Medium, PingFang SC;
  631. font-weight: 400;
  632. color: #333333;
  633. line-height: 80rpx;
  634. }
  635. .picture_b{
  636. display: flex;
  637. justify-content: flex-start;
  638. flex-wrap: wrap;
  639. >img{
  640. width: 200rpx;
  641. height: 200rpx;
  642. border-radius: 10rpx 10rpx 10rpx 10rpx;
  643. margin-right: 14rpx;
  644. margin-bottom: 10rpx;
  645. }
  646. >img:nth-of-type(3n+3){
  647. margin-right: 0rpx;
  648. }
  649. }
  650. }
  651. }
  652. .pack_up{
  653. font-size: 30rpx;
  654. font-family: PingFang SC-Medium, PingFang SC;
  655. font-weight: 400;
  656. color: #666666;
  657. line-height: 140rpx;
  658. display: flex;
  659. justify-content: center;
  660. align-items: center;
  661. >img{
  662. width: 14rpx;
  663. height: 8rpx;
  664. margin-left: 22rpx;
  665. }
  666. }
  667. .report{
  668. width: 153rpx;
  669. height: 50rpx;
  670. background: #0183FA;
  671. border-radius: 25rpx 0rpx 0rpx 25rpx;
  672. font-size: 26rpx;
  673. font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  674. font-weight: 400;
  675. color: #FFFFFF;
  676. line-height: 50rpx;
  677. position: fixed;
  678. top: 180rpx;
  679. right: 0;
  680. text-align: center;
  681. }
  682. .bottom_btn{
  683. position: fixed;
  684. bottom: 26rpx;
  685. left: 30rpx;
  686. font-size: 30rpx;
  687. font-family: PingFang SC-Medium, PingFang SC;
  688. font-weight: 400;
  689. color: #FFFFFF;
  690. line-height: 90rpx;
  691. width: 690rpx;
  692. height: 90rpx;
  693. background: #0183FA;
  694. border-radius: 20rpx;
  695. text-align: center;
  696. }
  697. }
  698. </style>