examineDetail.vue 18 KB

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