earlyWarningDetail.vue 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792
  1. <!-- 预案报警信息 -->
  2. <template>
  3. <view class="earlyWarning">
  4. <scroll-view scroll-y @scrolltolower="scrollGet" class="info-max-box">
  5. <!-- 预案报警 -->
  6. <view class="header" v-if="form.warningType==4">{{form.warningContent}}</view>
  7. <!-- 化学品 -->
  8. <view class="header_tow" v-if="form.warningType==2">{{form.warningContent}}</view>
  9. <!-- 气瓶 -->
  10. <view class="header_three" v-if="form.warningType==3">{{form.warningContent}}</view>
  11. <!-- 算法识别 -->
  12. <view class="header_four" v-if="form.warningType==1">{{form.warningContent}}</view>
  13. <!-- 预案报警 -->
  14. <view class="site" v-if="form.warningType==4">
  15. <img src="@/images/Version2.2/icon_wtzg_xx.png"/>
  16. <text>{{form.subName}}</text>
  17. <text></text>
  18. <text>{{form.buildName}}{{form.floorName}}{{form.roomNum}}</text>
  19. </view>
  20. <!-- 化学品 -->
  21. <view class="site_tow" v-if="form.warningType==2 || form.warningType==3 || form.warningType==1">
  22. <view class="site_tow_t">
  23. <img src="@/images/icon_hxpyj_sj.png"/>
  24. <text>{{form.warningTime}}</text>
  25. </view>
  26. <view class="site_tow_b">
  27. <img src="@/images/Version2.2/icon_wtzg_xx.png"/>
  28. <text>{{form.subName}}</text>
  29. <text></text>
  30. <text>{{form.buildName}}{{form.floorName}}{{form.roomNum}}</text>
  31. </view>
  32. </view>
  33. <!-- 预案报警 -->
  34. <view class="basics" v-if="form.warningType==4">
  35. <view class="small_title"><text></text><text>风险概况</text></view>
  36. <view class="basics_li" style="margin-top:20rpx;">
  37. <text>发生时间:</text>
  38. <text v-if="form.everyDay" style="position: absolute;right: 10rpx;top:-33rpx;">+{{form.everyDayNum}}</text>
  39. <text>{{form.startTime}}-{{form.endTime?form.endTime:'-'}}</text>
  40. </view>
  41. <view class="basics_li">
  42. <text>持续时间:</text>
  43. <text>{{form.riskDuration?form.riskDuration:'-'}}秒</text>
  44. </view>
  45. <view class="basics_li">
  46. <text>风险响应人员:</text>
  47. <text>{{form.responder?form.responder:'-'}}</text>
  48. </view>
  49. <view class="basics_li">
  50. <text>实验室内人员:</text>
  51. <text>{{form.indoorUser?form.indoorUser:'-'}}</text>
  52. </view>
  53. </view>
  54. <!-- 化学品 -->
  55. <view class="basics" v-if="form.warningType==2">
  56. <view class="small_title"><text></text><text>化学品信息</text></view>
  57. <view class="basics_li" style="margin-top:20rpx;">
  58. <text>{{form.name}}</text>
  59. <text></text>
  60. </view>
  61. <view class="basics_li">
  62. <text>存放位置:</text>
  63. <text>{{form.deposit}}</text>
  64. </view>
  65. <view class="basics_li">
  66. <text>化学品余量:</text>
  67. <text>{{form.margin}}</text>
  68. </view>
  69. <view class="basics_li" v-if="form.warningSubType==2">
  70. <text>申领人:</text>
  71. <text>{{form.applyUser}}</text>
  72. </view>
  73. <view class="basics_li" v-if="form.warningSubType==2">
  74. <text>申领时间:</text>
  75. <text>{{form.applyTime}}</text>
  76. </view>
  77. <view class="basics_li" v-if="form.warningSubType==3||form.warningSubType==4">
  78. <text>过期时间:</text>
  79. <text>{{form.expirationTime}}</text>
  80. </view>
  81. </view>
  82. <!-- 气瓶 -->
  83. <view class="basics" v-if="form.warningType==3">
  84. <view class="small_title"><text></text><text>气瓶信息</text></view>
  85. <view class="basics_li" style="margin-top:20rpx;">
  86. <text>{{form.name}}</text>
  87. <text></text>
  88. </view>
  89. <view class="basics_li">
  90. <text>气瓶标签:</text>
  91. <text>{{form.beaconTag}}</text>
  92. </view>
  93. <view class="basics_li">
  94. <text>气体余量:</text>
  95. <text>{{form.margin}}</text>
  96. </view>
  97. <view class="basics_li">
  98. <text>气瓶规格:</text>
  99. <text>{{form.specification}}</text>
  100. </view>
  101. <view class="basics_li">
  102. <text>入库人:</text>
  103. <text>{{form.holder?form.holder:'--'}}</text>
  104. </view>
  105. <view class="basics_li">
  106. <text>入库时间:</text>
  107. <text>{{form.entryTime}}</text>
  108. </view>
  109. <view class="basics_li" v-if="form.warningSubType==2">
  110. <text>申领时间:</text>
  111. <text>{{form.applyTime}}</text>
  112. </view>
  113. <view class="basics_li" v-if="form.warningSubType==2">
  114. <text>申领时间:</text>
  115. <text>{{form.applyTime}}</text>
  116. </view>
  117. <view class="basics_li">
  118. <text>定位状态:</text>
  119. <text>{{form.locationState==0?'离位':'在位'}}</text>
  120. </view>
  121. <view class="basics_li" >
  122. <text>处理状态:</text>
  123. <text>{{form.dispose==0?'待处理':'已处理'}}</text>
  124. </view>
  125. </view>
  126. <!-- 通知短信 -->
  127. <view class="note" v-if="form.warningType==4 || form.warningType==1" >
  128. <view class="small_title"><text></text><text>通知短信</text></view>
  129. <view class="note_li" style="margin-top:20rpx;" v-for="(item,index) in form.messageVOList">
  130. <text>{{item.name}}</text>
  131. <view class="note_li_r" v-if="item.isSuccess==1"><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
  132. </view>
  133. </view>
  134. <!-- 预警通知 -->
  135. <view class="note" v-if="(form.warningType==4 || form.warningType==1) && form.warningSubType!=2 && form.warningSubType!=3 && form.warningSubType!=4 && form.voiceBroadcast==1">
  136. <view class="small_title"><text></text><text>预警通知</text></view>
  137. <view class="note_li" style="margin-top:20rpx;" >
  138. <text>语音播报</text>
  139. <view class="note_li_r"><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
  140. </view>
  141. </view>
  142. <view class="note" v-if="(form.warningType==2 || form.warningType==3) && form.warningSubType!=2 && form.warningSubType!=3 && form.warningSubType!=4 && form.voiceBroadcast==1">
  143. <view class="small_title"><text></text><text>预警通知</text></view>
  144. <view class="note_li" style="margin-top:20rpx;" >
  145. <text>声光报警通知</text>
  146. <view class="note_li_r" ><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
  147. </view>
  148. </view>
  149. <view v-if="form.warningType!=3 && form.warningSubType!=2 && form.warningSubType!=3 && form.warningSubType!=4" class="picture">
  150. <view class="small_title"><text></text><text>报警抓拍</text></view>
  151. <view class="picture_b" >
  152. <view class="video" v-if="form.warningType!=1">
  153. <video id="myvideo" class="video_t" :src="configUrl+form.recordVideo"></video>
  154. <img class="video_b" @click="lockVideo()" src="@/images/icon_bjzp_spbof.png"/>
  155. </view>
  156. <view v-if="form.warningType==1" class="img" @click="lockImg(form.warningDetailList)">
  157. <img v-for="item in form.warningDetailList" :src="configUrl+item.photoUrl"/>
  158. </view>
  159. </view>
  160. </view>
  161. <!-- 预警处理 -->
  162. <view class="picture" v-if="form.warningType==3 && form.dispose==0">
  163. <view class="small_title"><text></text><text>预警处理</text></view>
  164. <view class="picture_b" >
  165. <textarea v-model="form.remark" class="dispose" placeholder="请输入处理备注"></textarea>
  166. </view>
  167. </view>
  168. <view class="picture_tow" v-if="form.warningType==3 && form.dispose==1">
  169. <view class="small_title"><text></text><text>预警处理</text></view>
  170. <view class="picture_b" >
  171. <view class="picture_b_li"><text>处理人:</text><text>{{form.updateName}}</text></view>
  172. <view class="picture_b_li"><text>处理时间:</text><text>{{form.updateTime}}</text></view>
  173. <view class="picture_b_li2"><text>处理备注:</text><text>{{form.remark}}</text></view>
  174. </view>
  175. </view>
  176. </scroll-view>
  177. <view v-if="form.warningType==3 && form.dispose==0" class="sub_btn" @click="submitForm()">确认处理</view>
  178. <view class="bottom_btn" v-if="timeStatus && form.warningType!=3&& (form.warningSubType!=2 && form.warningSubType!=3 && form.warningSubType!=4)" @click="handleClick('','monitor')">查看监控</view>
  179. </view>
  180. </template>
  181. <script>
  182. import { config } from '@/api/request/config.js'
  183. import {checkManageList,conditionCollegeInfo,warningNoticeLogDetail,laboratoryWarningNoticeLogUpdate} from '@/api/index.js'
  184. export default {
  185. name: "rectifyList",
  186. components: {
  187. },
  188. data() {
  189. return {
  190. configUrl:config.base_url,
  191. //列表请求参数
  192. getData:{
  193. pageNum:1,
  194. pageSize:20,
  195. },
  196. total:0,
  197. warningId:'',
  198. form:{},
  199. currentTime:'',
  200. timeStatus:false,
  201. }
  202. },
  203. onLoad(option) {
  204. let self = this;
  205. //先判断是否是通过点击列表进入
  206. if(option.warningId){
  207. this.warningId=option.warningId;
  208. }else{
  209. //通过短信外链跳转进来
  210. if(option.id){
  211. console.log(11)
  212. if(!uni.getStorageSync('token')){
  213. console.log(22)
  214. uni.setStorageSync('warningId',option.id);
  215. console.log(uni.getStorageSync('warningId'))
  216. uni.redirectTo({
  217. url: '/pages/login',
  218. });
  219. }else{
  220. this.warningId = option.id;
  221. uni.removeStorageSync('warningId');
  222. }
  223. }
  224. }
  225. },
  226. onShow() {
  227. },
  228. mounted(){
  229. this.getInfo();
  230. },
  231. methods: {
  232. //滚动事件
  233. scrollGet(){
  234. let self=this;
  235. },
  236. //判断预警时间是否超过30分钟
  237. compareTime (gettime){
  238. let timeOut = 30 * 60 * 1000;
  239. let currentTime = new Date().getTime() //获取当前时间
  240. let endTime = new Date(gettime).getTime() //预警时间
  241. if(currentTime-endTime>timeOut){
  242. console.log('预警时间超过30分钟')
  243. this.timeStatus=false;
  244. }else{
  245. console.log('预警没超过30分钟')
  246. this.timeStatus=true;
  247. }
  248. },
  249. //查看图片
  250. lockImg(list){
  251. if(!list[0]){
  252. return
  253. }
  254. let urlList=[];
  255. for(let i=0;i<list.length;i++){
  256. urlList.push(this.configUrl+list[i].photoUrl)
  257. }
  258. wx.previewImage({
  259. urls: urlList, //需要预览的图片http链接列表,多张的时候,url直接写在后面就行了
  260. current: '', // 当前显示图片的http链接,默认是第一个
  261. success: function(res) {},
  262. fail: function(res) {},
  263. complete: function(res) {},
  264. })
  265. },
  266. //视频全屏播放
  267. lockVideo(){
  268. this.videoContext = uni.createVideoContext("myvideo", this);
  269. this.videoContext.requestFullScreen({ direction: 90 });
  270. this.videoContext.play();
  271. },
  272. //计算两个日期差值(天)
  273. datedifference(sDate1, sDate2) { //sDate1和sDate2是2006-12-18格式
  274. let dateSpan,tempDate,iDays
  275. sDate1 = Date.parse(sDate1)
  276. sDate2 = Date.parse(sDate2)
  277. dateSpan = sDate2 - sDate1
  278. dateSpan = Math.abs(dateSpan)
  279. iDays = Math.floor(dateSpan / (24 * 3600 * 1000))
  280. return iDays
  281. },
  282. //获取详情
  283. async getInfo(){
  284. let _this = this;
  285. const {data} = await warningNoticeLogDetail({id:this.warningId})
  286. if(data.code==200){
  287. let res=data.data
  288. this.form=res;
  289. if(this.form.startTime!='' && this.form.startTime!=null && this.form.endTime !=''&& this.form.endTime !=null){
  290. if(this.form.startTime.split(' ')[0] != this.form.endTime.split(' ')[0]){
  291. this.form.everyDay=true;
  292. this.form.everyDayNum=this.datedifference(this.form.endTime.split(' ')[0],this.form.startTime.split(' ')[0])
  293. }
  294. }
  295. if(this.form.endTime !=''&& this.form.endTime !=null){
  296. this.form.endTime =this.form.endTime.split(' ')[1]
  297. }
  298. if(res.warningType==1){
  299. uni.setNavigationBarTitle({
  300. title:'算法识别预警信息'
  301. })
  302. }else if(res.warningType==2){
  303. uni.setNavigationBarTitle({
  304. title:'化学品预警信息'
  305. })
  306. }else if(res.warningType==3){
  307. uni.setNavigationBarTitle({
  308. title:'气瓶预警信息'
  309. })
  310. }else if(res.warningType==4){
  311. uni.setNavigationBarTitle({
  312. title:'预案报警信息'
  313. })
  314. }
  315. this.compareTime(res.warningTime);
  316. }
  317. },
  318. handleClick(row,doType){
  319. let self=this;
  320. if( doType=='monitor'){//监控
  321. uni.navigateTo({
  322. url: '/pages/earlyWarningManage/videoMonitoring?subId='+this.form.subId+'&floorId='+this.form.floorId//我的实验室
  323. });
  324. }
  325. },
  326. //提交
  327. async submitForm(){
  328. let _this = this;
  329. if(!this.form.remark){
  330. uni.showToast({
  331. title: '请输入处理备注',
  332. icon:"none",
  333. mask:true,
  334. duration: 2000
  335. });
  336. return
  337. }
  338. let obj={
  339. id:this.form.id,
  340. remark:this.form.remark,
  341. dispose:'1',
  342. }
  343. const {data} = await laboratoryWarningNoticeLogUpdate(obj);
  344. if(data.code == 200){
  345. uni.showToast({
  346. title: '提交成功',
  347. icon:"none",
  348. mask:true,
  349. duration: 2000
  350. });
  351. setTimeout(function(){
  352. uni.redirectTo({
  353. url: '/pages/earlyWarningManage/earlyWarningList'
  354. });
  355. },2000);
  356. }
  357. },
  358. }
  359. }
  360. </script>
  361. <style lang="stylus" scoped>
  362. .earlyWarning{
  363. height:100%;
  364. display flex;
  365. padding-bottom: 140rpx;
  366. box-sizing: border-box;
  367. .red_color{
  368. color: #D40000;
  369. border: 1rpx solid #D40000;
  370. }
  371. .orange_color{
  372. color: #FF4800;
  373. border: 1rpx solid #FF4800;
  374. }
  375. .yellow_color{
  376. color: #FFA34E;
  377. border: 1rpx solid #FFA34E;
  378. }
  379. .info-max-box{
  380. flex: 1;
  381. overflow: scroll;
  382. }
  383. .header{
  384. width: 750rpx;
  385. height: 80rpx;
  386. font-size: 28rpx;
  387. font-family: PingFang SC-Medium, PingFang SC;
  388. font-weight: 400;
  389. color: #D40000;
  390. line-height: 80rpx;
  391. text-align: center;
  392. background: rgba(212,0,0,0.2);
  393. }
  394. .header_tow{
  395. width: 750rpx;
  396. height: 80rpx;
  397. font-size: 28rpx;
  398. font-family: PingFang SC-Medium, PingFang SC;
  399. font-weight: 400;
  400. color: #FF4800;
  401. line-height: 80rpx;
  402. text-align: center;
  403. background: rgba(255,72,0,0.2);
  404. }
  405. .header_three{
  406. width: 750rpx;
  407. height: 80rpx;
  408. font-size: 28rpx;
  409. font-family: PingFang SC-Medium, PingFang SC;
  410. font-weight: 400;
  411. color: #FF4800;
  412. line-height: 80rpx;
  413. text-align: center;
  414. background: rgba(255,72,0,0.2);
  415. }
  416. .header_four{
  417. width: 750rpx;
  418. height: 80rpx;
  419. font-size: 28rpx;
  420. font-family: PingFang SC-Medium, PingFang SC;
  421. font-weight: 400;
  422. color: #FFA34E;
  423. line-height: 80rpx;
  424. text-align: center;
  425. background: rgba(255,163,78,0.2);
  426. }
  427. .site{
  428. width: 690rpx;
  429. height: 80rpx;
  430. background: #FFFFFF;
  431. display: flex;
  432. justify-content: flex-start;
  433. align-items: center;
  434. border-radius: 20rpx 20rpx 20rpx 20rpx;
  435. margin:20rpx 30rpx;
  436. >img{
  437. width: 30rpx;
  438. height: 30rpx;
  439. margin-right: 22rpx;
  440. margin-left: 30rpx;
  441. }
  442. >text:nth-of-type(1){
  443. font-size: 28rpx;
  444. font-family: PingFang SC-Medium, PingFang SC;
  445. font-weight: 400;
  446. color: #333333;
  447. line-height: 28rpx;
  448. }
  449. >text:nth-of-type(2){
  450. display: inline-block;
  451. width: 2rpx;
  452. height: 20rpx;
  453. background: #E0E0E0;
  454. margin: 0 24rpx 0 28rpx;
  455. }
  456. >text:nth-of-type(3){
  457. font-size: 28rpx;
  458. font-family: PingFang SC-Medium, PingFang SC;
  459. font-weight: 400;
  460. color: #333333;
  461. line-height: 28rpx;
  462. }
  463. }
  464. .site_tow{
  465. width: 690rpx;
  466. height: 170rpx;
  467. background: #FFFFFF;
  468. border-radius: 20rpx 20rpx 20rpx 20rpx;
  469. margin:20rpx 30rpx;
  470. overflow: hidden;
  471. .site_tow_t{
  472. height: 40rpx;
  473. display: flex;
  474. justify-content: flex-start;
  475. align-items: center;
  476. margin-top: 32rpx;
  477. >img{
  478. width: 30rpx;
  479. height: 30rpx;
  480. margin-right: 22rpx;
  481. margin-left: 30rpx;
  482. }
  483. >text:nth-of-type(1){
  484. font-size: 28rpx;
  485. font-family: PingFang SC-Medium, PingFang SC;
  486. font-weight: 400;
  487. color: #333333;
  488. line-height: 28rpx;
  489. }
  490. }
  491. .site_tow_b{
  492. height: 40rpx;
  493. display: flex;
  494. justify-content: flex-start;
  495. align-items: center;
  496. margin-top: 20rpx;
  497. >img{
  498. width: 30rpx;
  499. height: 30rpx;
  500. margin-right: 22rpx;
  501. margin-left: 30rpx;
  502. }
  503. >text:nth-of-type(1){
  504. font-size: 28rpx;
  505. font-family: PingFang SC-Medium, PingFang SC;
  506. font-weight: 400;
  507. color: #333333;
  508. line-height: 28rpx;
  509. }
  510. >text:nth-of-type(2){
  511. display: inline-block;
  512. width: 2rpx;
  513. height: 20rpx;
  514. background: #E0E0E0;
  515. margin: 0 24rpx 0 28rpx;
  516. }
  517. >text:nth-of-type(3){
  518. font-size: 28rpx;
  519. font-family: PingFang SC-Medium, PingFang SC;
  520. font-weight: 400;
  521. color: #333333;
  522. line-height: 28rpx;
  523. }
  524. }
  525. }
  526. .small_title{
  527. height: 90rpx;
  528. display: flex;
  529. justify-content: flex-start;
  530. align-items: center;
  531. border-bottom: 1rpx solid #E0E0E0;
  532. >text:nth-of-type(1){
  533. display: inline-block;
  534. width: 4rpx;
  535. height: 30rpx;
  536. background: #0183FA;
  537. margin: 0 22rpx 0 28rpx;
  538. }
  539. >text:nth-of-type(1){
  540. font-size: 30rpx;
  541. font-family: PingFang SC-Medium, PingFang SC;
  542. font-weight: 400;
  543. color: #333333;
  544. line-height: 30rpx;
  545. }
  546. }
  547. .basics{
  548. margin-left: 30rpx;
  549. width: 690rpx;
  550. height: auto;
  551. background: #FFFFFF;
  552. border-radius: 20rpx 20rpx 20rpx 20rpx;
  553. padding-bottom: 16rpx;
  554. box-sizing: border-box;
  555. .basics_li{
  556. display: flex;
  557. justify-content: space-between;
  558. align-items: center;
  559. margin: 0 30rpx;
  560. position: relative;
  561. >text:nth-of-type(1){
  562. font-size: 28rpx;
  563. font-family: PingFang SC-Medium, PingFang SC;
  564. font-weight: 400;
  565. color: #333333;
  566. line-height: 60rpx;
  567. }
  568. >text:nth-of-type(2){
  569. font-size: 28rpx;
  570. font-family: PingFang SC-Medium, PingFang SC;
  571. font-weight: 400;
  572. color: #333333;
  573. line-height: 60rpx;
  574. flex: 1;
  575. text-align: right;
  576. }
  577. }
  578. }
  579. .note{
  580. margin-left: 30rpx;
  581. margin-top: 20rpx;
  582. width: 690rpx;
  583. height: auto;
  584. background: #FFFFFF;
  585. border-radius: 20rpx 20rpx 20rpx 20rpx;
  586. padding-bottom: 16rpx;
  587. box-sizing: border-box;
  588. .note_li{
  589. display: flex;
  590. justify-content: space-between;
  591. margin: 0 30rpx;
  592. >text:nth-of-type(1){
  593. font-size: 28rpx;
  594. font-family: PingFang SC-Medium, PingFang SC;
  595. font-weight: 400;
  596. color: #333333;
  597. line-height: 60rpx;
  598. }
  599. .note_li_r{
  600. display: flex;
  601. justify-content: flex-start;
  602. align-items: center;
  603. >img{
  604. width: 28rpx;
  605. height: 28rpx;
  606. margin-right: 10rpx;
  607. }
  608. font-size: 28rpx;
  609. font-family: PingFang SC-Medium, PingFang SC;
  610. font-weight: 400;
  611. color: #0183FA;
  612. line-height: 60rpx;
  613. }
  614. }
  615. }
  616. .picture{
  617. margin-left: 30rpx;
  618. width: 690rpx;
  619. height: auto;
  620. background: #FFFFFF;
  621. border-radius: 20rpx 20rpx 20rpx 20rpx;
  622. margin-top: 20rpx;
  623. .picture_b{
  624. display: flex;
  625. justify-content: flex-start;
  626. flex-wrap: wrap;
  627. padding: 40rpx 30rpx 10rpx;
  628. box-sizing: border-box;
  629. .video{
  630. position: relative;
  631. width: 150rpx;
  632. height: 150rpx;
  633. border-radius: 10rpx 10rpx 10rpx 10rpx;
  634. margin-right: 38rpx;
  635. margin-bottom: 10rpx;
  636. .video_t{
  637. width: 150rpx;
  638. height: 150rpx;
  639. border-radius: 10rpx 10rpx 10rpx 10rpx;
  640. position: absolute;
  641. }
  642. .video_b{
  643. width: 40rpx;
  644. height: 40rpx;
  645. position: absolute;
  646. left: 55rpx;
  647. top: 55rpx;
  648. }
  649. }
  650. .img{
  651. display: flex;
  652. justify-content:flex-start;
  653. flex-wrap: wrap;
  654. >img{
  655. width: 180rpx;
  656. height: 180rpx;
  657. border-radius: 10rpx 10rpx 10rpx 10rpx;
  658. margin-right: 38rpx;
  659. margin-bottom: 20rpx;
  660. }
  661. >img:nth-child(3n+3){
  662. margin-right: 0;
  663. }
  664. }
  665. .dispose{
  666. width: 623rpx;
  667. height: 180rpx;
  668. border-radius: 20rpx 20rpx 20rpx 20rpx;
  669. opacity: 1;
  670. border: 1rpx solid #E0E0E0;
  671. padding: 10rpx;
  672. box-sizing: border-box;
  673. }
  674. .picture_b_li{
  675. display: flex;
  676. justify-content: space-between;
  677. >text{
  678. display: inline-block;
  679. font-size: 30rpx;
  680. font-family: PingFang SC-Medium, PingFang SC;
  681. font-weight: 400;
  682. color: #333333;
  683. }
  684. }
  685. }
  686. }
  687. .picture_tow{
  688. margin-left: 30rpx;
  689. width: 690rpx;
  690. height: auto;
  691. background: #FFFFFF;
  692. border-radius: 20rpx 20rpx 20rpx 20rpx;
  693. margin-top: 20rpx;
  694. .picture_b{
  695. padding: 40rpx 30rpx 10rpx;
  696. box-sizing: border-box;
  697. .dispose{
  698. width: 623rpx;
  699. height: 180rpx;
  700. border-radius: 20rpx 20rpx 20rpx 20rpx;
  701. opacity: 1;
  702. border: 1rpx solid #E0E0E0;
  703. padding: 10rpx;
  704. box-sizing: border-box;
  705. }
  706. .picture_b_li{
  707. display: flex;
  708. justify-content: space-between;
  709. margin-bottom: 12rpx;
  710. >text{
  711. display: inline-block;
  712. font-size: 30rpx;
  713. font-family: PingFang SC-Medium, PingFang SC;
  714. font-weight: 400;
  715. color: #333333;
  716. }
  717. }
  718. .picture_b_li2{
  719. display: flex;
  720. justify-content: space-between;
  721. >text{
  722. display: inline-block;
  723. font-size: 30rpx;
  724. font-family: PingFang SC-Medium, PingFang SC;
  725. font-weight: 400;
  726. color: #333333;
  727. }
  728. >text:nth-of-type(1){
  729. width: 160rpx;
  730. }
  731. >text:nth-of-type(2){
  732. flex: 1;
  733. }
  734. }
  735. }
  736. }
  737. .bottom_btn{
  738. width: 690rpx;
  739. height: 90rpx;
  740. border-radius: 10rpx 10rpx 10rpx 10rpx;
  741. opacity: 1;
  742. border: 1rpx solid #0183FA;
  743. font-size: 30rpx;
  744. font-family: PingFang SC-Medium, PingFang SC;
  745. font-weight: 400;
  746. color: #0183FA;
  747. line-height: 90rpx;
  748. text-align: center;
  749. background: #F5F5F5;
  750. margin: 90rpx 30rpx 30rpx;
  751. }
  752. /* 按钮 */
  753. .sub_btn{
  754. width: 650rpx;
  755. height: 100rpx;
  756. background: #0183FA;
  757. border-radius: 20rpx;
  758. font-size: 28rpx;
  759. font-family: PingFang SC;
  760. font-weight: 500;
  761. color: #FFFFFF;
  762. line-height: 100rpx;
  763. text-align: center;
  764. margin-left: 50rpx;
  765. position: fixed;
  766. bottom:30rpx;
  767. z-index: 1000;
  768. }
  769. }
  770. </style>