earlyWarningDetail.vue 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664
  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.margin}}</text>
  92. </view>
  93. <view class="basics_li">
  94. <text>气瓶规格:</text>
  95. <text>{{form.specification}}</text>
  96. </view>
  97. <view class="basics_li">
  98. <text>所有人:</text>
  99. <text>{{form.holder}}</text>
  100. </view>
  101. <view class="basics_li">
  102. <text>入库时间:</text>
  103. <text>{{form.entryTime}}</text>
  104. </view>
  105. <view class="basics_li" v-if="form.warningSubType==2">
  106. <text>申领人:</text>
  107. <text>{{form.applyUser}}</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>
  114. <!-- 通知短信 -->
  115. <view class="note" v-if="form.warningType==4 || form.warningType==1" >
  116. <view class="small_title"><text></text><text>通知短信</text></view>
  117. <view class="note_li" style="margin-top:20rpx;" v-for="(item,index) in form.messageVOList">
  118. <text>{{item.name}}</text>
  119. <view class="note_li_r" v-if="item.isSuccess==1"><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
  120. </view>
  121. </view>
  122. <!-- 预警通知 -->
  123. <view class="note" v-if="(form.warningType==4 || form.warningType==1) && form.warningSubType!=2 && form.warningSubType!=3 && form.warningSubType!=4 && form.voiceBroadcast==1">
  124. <view class="small_title"><text></text><text>预警通知</text></view>
  125. <view class="note_li" style="margin-top:20rpx;" >
  126. <text>语音播报</text>
  127. <view class="note_li_r"><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
  128. </view>
  129. </view>
  130. <view class="note" v-if="(form.warningType==2 || form.warningType==3) && form.warningSubType!=2 && form.warningSubType!=3 && form.warningSubType!=4 && form.voiceBroadcast==1">
  131. <view class="small_title"><text></text><text>预警通知</text></view>
  132. <view class="note_li" style="margin-top:20rpx;" >
  133. <text>声光报警通知</text>
  134. <view class="note_li_r" ><img src="@/images/icon_yjxx_ytz.png"/><text>已通知</text></view>
  135. </view>
  136. </view>
  137. <view v-if="form.warningSubType!=2 && form.warningSubType!=3 && form.warningSubType!=4" class="picture">
  138. <view class="small_title"><text></text><text>报警抓拍</text></view>
  139. <view class="picture_b" >
  140. <!-- 西北农林演示报警抓拍预案的时候-判断不显示视频 -->
  141. <view class="video" v-if="form.warningType!=1 && form.warningType!=4">
  142. <video id="myvideo" class="video_t" :src="configUrl+form.recordVideo"></video>
  143. <img class="video_b" @click="lockVideo()" src="@/images/icon_bjzp_spbof.png"/>
  144. </view>
  145. <view v-if="form.warningType==1" class="img" @click="lockImg(form.warningDetailList)">
  146. <img v-for="item in form.warningDetailList" :src="configUrl+item.photoUrl"/>
  147. </view>
  148. <!-- 西北农林演示报警抓拍预案的时候-改为图片 -->
  149. <view v-if="form.warningType==4" class="img" @click="lockImgTow(form.recordPhoto)">
  150. <img :src="configUrl+form.recordPhoto"/>
  151. </view>
  152. </view>
  153. </view>
  154. <view class="bottom_btn" v-if="timeStatus && (form.warningSubType!=2 && form.warningSubType!=3 && form.warningSubType!=4)" @click="handleClick('','monitor')">查看监控</view>
  155. </scroll-view>
  156. </view>
  157. </template>
  158. <script>
  159. import { config } from '@/api/request/config.js'
  160. import {warningNoticeLogDetail} from '@/api/index.js'
  161. export default {
  162. name: "rectifyList",
  163. components: {
  164. },
  165. data() {
  166. return {
  167. configUrl:config.base_url,
  168. //列表请求参数
  169. getData:{
  170. pageNum:1,
  171. pageSize:20,
  172. },
  173. total:0,
  174. warningId:'',
  175. form:{},
  176. currentTime:'',
  177. timeStatus:false,
  178. }
  179. },
  180. onLoad(option) {
  181. let self = this;
  182. //先判断是否是通过点击列表进入
  183. if(option.warningId){
  184. this.warningId=option.warningId;
  185. }else{
  186. //通过短信外链跳转进来
  187. if(option.id){
  188. console.log(11)
  189. if(!uni.getStorageSync('token')){
  190. console.log(22)
  191. uni.setStorageSync('warningId',option.id);
  192. console.log(uni.getStorageSync('warningId'))
  193. uni.redirectTo({
  194. url: '/pages/login',
  195. });
  196. }else{
  197. this.warningId = option.id;
  198. uni.removeStorageSync('warningId');
  199. }
  200. }
  201. }
  202. },
  203. onShow() {
  204. },
  205. mounted(){
  206. this.getInfo();
  207. },
  208. methods: {
  209. //滚动事件
  210. scrollGet(){
  211. let self=this;
  212. },
  213. //判断预警时间是否超过30分钟
  214. compareTime (gettime){
  215. let timeOut = 30 * 60 * 1000;
  216. let currentTime = new Date().getTime() //获取当前时间
  217. let endTime = new Date(gettime).getTime() //预警时间
  218. if(currentTime-endTime>timeOut){
  219. console.log('预警时间超过30分钟')
  220. this.timeStatus=false;
  221. }else{
  222. console.log('预警没超过30分钟')
  223. this.timeStatus=true;
  224. }
  225. },
  226. //查看图片
  227. lockImg(list){
  228. if(!list[0]){
  229. return
  230. }
  231. let urlList=[];
  232. for(let i=0;i<list.length;i++){
  233. urlList.push(this.configUrl+list[i].photoUrl)
  234. }
  235. wx.previewImage({
  236. urls: urlList, //需要预览的图片http链接列表,多张的时候,url直接写在后面就行了
  237. current: '', // 当前显示图片的http链接,默认是第一个
  238. success: function(res) {},
  239. fail: function(res) {},
  240. complete: function(res) {},
  241. })
  242. },
  243. //查看图片-单张
  244. lockImgTow(list){
  245. let urlList=[];
  246. urlList.push(this.configUrl+list)
  247. wx.previewImage({
  248. urls: urlList, //需要预览的图片http链接列表,多张的时候,url直接写在后面就行了
  249. current: '', // 当前显示图片的http链接,默认是第一个
  250. success: function(res) {},
  251. fail: function(res) {},
  252. complete: function(res) {},
  253. })
  254. },
  255. //视频全屏播放
  256. lockVideo(){
  257. this.videoContext = uni.createVideoContext("myvideo", this);
  258. this.videoContext.requestFullScreen({ direction: 90 });
  259. this.videoContext.play();
  260. },
  261. //计算两个日期差值(天)
  262. datedifference(sDate1, sDate2) { //sDate1和sDate2是2006-12-18格式
  263. let dateSpan,tempDate,iDays
  264. sDate1 = Date.parse(sDate1)
  265. sDate2 = Date.parse(sDate2)
  266. dateSpan = sDate2 - sDate1
  267. dateSpan = Math.abs(dateSpan)
  268. iDays = Math.floor(dateSpan / (24 * 3600 * 1000))
  269. return iDays
  270. },
  271. //获取详情
  272. async getInfo(){
  273. let _this = this;
  274. const {data} = await warningNoticeLogDetail({id:this.warningId})
  275. if(data.code==200){
  276. let res=data.data
  277. this.form=res;
  278. if(this.form.startTime!='' && this.form.startTime!=null && this.form.endTime !=''&& this.form.endTime !=null){
  279. if(this.form.startTime.split(' ')[0] != this.form.endTime.split(' ')[0]){
  280. this.form.everyDay=true;
  281. this.form.everyDayNum=this.datedifference(this.form.endTime.split(' ')[0],this.form.startTime.split(' ')[0])
  282. }
  283. }
  284. if(this.form.endTime !=''&& this.form.endTime !=null){
  285. this.form.endTime =this.form.endTime.split(' ')[1]
  286. }
  287. if(res.warningType==1){
  288. uni.setNavigationBarTitle({
  289. title:'算法识别预警信息'
  290. })
  291. }else if(res.warningType==2){
  292. uni.setNavigationBarTitle({
  293. title:'化学品预警信息'
  294. })
  295. }else if(res.warningType==3){
  296. uni.setNavigationBarTitle({
  297. title:'气瓶预警信息'
  298. })
  299. }else if(res.warningType==4){
  300. uni.setNavigationBarTitle({
  301. title:'预案报警信息'
  302. })
  303. }
  304. this.compareTime(res.warningTime);
  305. }
  306. },
  307. handleClick(row,doType){
  308. let self=this;
  309. if( doType=='monitor'){//监控
  310. uni.navigateTo({
  311. url: '/pages/earlyWarningManage/videoMonitoring?subId='+this.form.subId+'&floorId='+this.form.floorId//我的实验室
  312. });
  313. }
  314. },
  315. }
  316. }
  317. </script>
  318. <style lang="stylus" scoped>
  319. .earlyWarning{
  320. height:100%;
  321. display flex;
  322. padding-bottom: 30rpx;
  323. box-sizing: border-box;
  324. .red_color{
  325. color: #D40000;
  326. border: 1rpx solid #D40000;
  327. }
  328. .orange_color{
  329. color: #FF4800;
  330. border: 1rpx solid #FF4800;
  331. }
  332. .yellow_color{
  333. color: #FFA34E;
  334. border: 1rpx solid #FFA34E;
  335. }
  336. .info-max-box{
  337. flex: 1;
  338. overflow: scroll;
  339. }
  340. .header{
  341. width: 750rpx;
  342. height: 80rpx;
  343. font-size: 28rpx;
  344. font-family: PingFang SC-Medium, PingFang SC;
  345. font-weight: 400;
  346. color: #D40000;
  347. line-height: 80rpx;
  348. text-align: center;
  349. background: rgba(212,0,0,0.2);
  350. }
  351. .header_tow{
  352. width: 750rpx;
  353. height: 80rpx;
  354. font-size: 28rpx;
  355. font-family: PingFang SC-Medium, PingFang SC;
  356. font-weight: 400;
  357. color: #FF4800;
  358. line-height: 80rpx;
  359. text-align: center;
  360. background: rgba(255,72,0,0.2);
  361. }
  362. .header_three{
  363. width: 750rpx;
  364. height: 80rpx;
  365. font-size: 28rpx;
  366. font-family: PingFang SC-Medium, PingFang SC;
  367. font-weight: 400;
  368. color: #FF4800;
  369. line-height: 80rpx;
  370. text-align: center;
  371. background: rgba(255,72,0,0.2);
  372. }
  373. .header_four{
  374. width: 750rpx;
  375. height: 80rpx;
  376. font-size: 28rpx;
  377. font-family: PingFang SC-Medium, PingFang SC;
  378. font-weight: 400;
  379. color: #FFA34E;
  380. line-height: 80rpx;
  381. text-align: center;
  382. background: rgba(255,163,78,0.2);
  383. }
  384. .site{
  385. width: 690rpx;
  386. height: 80rpx;
  387. background: #FFFFFF;
  388. display: flex;
  389. justify-content: flex-start;
  390. align-items: center;
  391. border-radius: 20rpx 20rpx 20rpx 20rpx;
  392. margin:20rpx 30rpx;
  393. >img{
  394. width: 30rpx;
  395. height: 30rpx;
  396. margin-right: 22rpx;
  397. margin-left: 30rpx;
  398. }
  399. >text:nth-of-type(1){
  400. font-size: 28rpx;
  401. font-family: PingFang SC-Medium, PingFang SC;
  402. font-weight: 400;
  403. color: #333333;
  404. line-height: 28rpx;
  405. }
  406. >text:nth-of-type(2){
  407. display: inline-block;
  408. width: 2rpx;
  409. height: 20rpx;
  410. background: #E0E0E0;
  411. margin: 0 24rpx 0 28rpx;
  412. }
  413. >text:nth-of-type(3){
  414. font-size: 28rpx;
  415. font-family: PingFang SC-Medium, PingFang SC;
  416. font-weight: 400;
  417. color: #333333;
  418. line-height: 28rpx;
  419. }
  420. }
  421. .site_tow{
  422. width: 690rpx;
  423. height: 170rpx;
  424. background: #FFFFFF;
  425. border-radius: 20rpx 20rpx 20rpx 20rpx;
  426. margin:20rpx 30rpx;
  427. overflow: hidden;
  428. .site_tow_t{
  429. height: 40rpx;
  430. display: flex;
  431. justify-content: flex-start;
  432. align-items: center;
  433. margin-top: 32rpx;
  434. >img{
  435. width: 30rpx;
  436. height: 30rpx;
  437. margin-right: 22rpx;
  438. margin-left: 30rpx;
  439. }
  440. >text:nth-of-type(1){
  441. font-size: 28rpx;
  442. font-family: PingFang SC-Medium, PingFang SC;
  443. font-weight: 400;
  444. color: #333333;
  445. line-height: 28rpx;
  446. }
  447. }
  448. .site_tow_b{
  449. height: 40rpx;
  450. display: flex;
  451. justify-content: flex-start;
  452. align-items: center;
  453. margin-top: 20rpx;
  454. >img{
  455. width: 30rpx;
  456. height: 30rpx;
  457. margin-right: 22rpx;
  458. margin-left: 30rpx;
  459. }
  460. >text:nth-of-type(1){
  461. font-size: 28rpx;
  462. font-family: PingFang SC-Medium, PingFang SC;
  463. font-weight: 400;
  464. color: #333333;
  465. line-height: 28rpx;
  466. }
  467. >text:nth-of-type(2){
  468. display: inline-block;
  469. width: 2rpx;
  470. height: 20rpx;
  471. background: #E0E0E0;
  472. margin: 0 24rpx 0 28rpx;
  473. }
  474. >text:nth-of-type(3){
  475. font-size: 28rpx;
  476. font-family: PingFang SC-Medium, PingFang SC;
  477. font-weight: 400;
  478. color: #333333;
  479. line-height: 28rpx;
  480. }
  481. }
  482. }
  483. .small_title{
  484. height: 90rpx;
  485. display: flex;
  486. justify-content: flex-start;
  487. align-items: center;
  488. border-bottom: 1rpx solid #E0E0E0;
  489. >text:nth-of-type(1){
  490. display: inline-block;
  491. width: 4rpx;
  492. height: 30rpx;
  493. background: #0183FA;
  494. margin: 0 22rpx 0 28rpx;
  495. }
  496. >text:nth-of-type(1){
  497. font-size: 30rpx;
  498. font-family: PingFang SC-Medium, PingFang SC;
  499. font-weight: 400;
  500. color: #333333;
  501. line-height: 30rpx;
  502. }
  503. }
  504. .basics{
  505. margin-left: 30rpx;
  506. width: 690rpx;
  507. height: auto;
  508. background: #FFFFFF;
  509. border-radius: 20rpx 20rpx 20rpx 20rpx;
  510. padding-bottom: 16rpx;
  511. box-sizing: border-box;
  512. .basics_li{
  513. display: flex;
  514. justify-content: space-between;
  515. align-items: center;
  516. margin: 0 30rpx;
  517. position: relative;
  518. >text:nth-of-type(1){
  519. font-size: 28rpx;
  520. font-family: PingFang SC-Medium, PingFang SC;
  521. font-weight: 400;
  522. color: #333333;
  523. line-height: 60rpx;
  524. }
  525. >text:nth-of-type(2){
  526. font-size: 28rpx;
  527. font-family: PingFang SC-Medium, PingFang SC;
  528. font-weight: 400;
  529. color: #333333;
  530. line-height: 60rpx;
  531. flex: 1;
  532. text-align: right;
  533. }
  534. }
  535. }
  536. .note{
  537. margin-left: 30rpx;
  538. margin-top: 20rpx;
  539. width: 690rpx;
  540. height: auto;
  541. background: #FFFFFF;
  542. border-radius: 20rpx 20rpx 20rpx 20rpx;
  543. padding-bottom: 16rpx;
  544. box-sizing: border-box;
  545. .note_li{
  546. display: flex;
  547. justify-content: space-between;
  548. margin: 0 30rpx;
  549. >text:nth-of-type(1){
  550. font-size: 28rpx;
  551. font-family: PingFang SC-Medium, PingFang SC;
  552. font-weight: 400;
  553. color: #333333;
  554. line-height: 60rpx;
  555. }
  556. .note_li_r{
  557. display: flex;
  558. justify-content: flex-start;
  559. align-items: center;
  560. >img{
  561. width: 28rpx;
  562. height: 28rpx;
  563. margin-right: 10rpx;
  564. }
  565. font-size: 28rpx;
  566. font-family: PingFang SC-Medium, PingFang SC;
  567. font-weight: 400;
  568. color: #0183FA;
  569. line-height: 60rpx;
  570. }
  571. }
  572. }
  573. .picture{
  574. margin-left: 30rpx;
  575. width: 690rpx;
  576. height: auto;
  577. background: #FFFFFF;
  578. border-radius: 20rpx 20rpx 20rpx 20rpx;
  579. margin-top: 20rpx;
  580. .picture_b{
  581. display: flex;
  582. justify-content: flex-start;
  583. flex-wrap: wrap;
  584. padding: 40rpx 30rpx 10rpx;
  585. box-sizing: border-box;
  586. .video{
  587. position: relative;
  588. width: 150rpx;
  589. height: 150rpx;
  590. border-radius: 10rpx 10rpx 10rpx 10rpx;
  591. margin-right: 38rpx;
  592. margin-bottom: 10rpx;
  593. .video_t{
  594. width: 150rpx;
  595. height: 150rpx;
  596. border-radius: 10rpx 10rpx 10rpx 10rpx;
  597. position: absolute;
  598. }
  599. .video_b{
  600. width: 40rpx;
  601. height: 40rpx;
  602. position: absolute;
  603. left: 55rpx;
  604. top: 55rpx;
  605. }
  606. }
  607. .img{
  608. display: flex;
  609. justify-content:flex-start;
  610. flex-wrap: wrap;
  611. >img{
  612. width: 180rpx;
  613. height: 180rpx;
  614. border-radius: 10rpx 10rpx 10rpx 10rpx;
  615. margin-right: 38rpx;
  616. margin-bottom: 20rpx;
  617. }
  618. >img:nth-child(3n+3){
  619. margin-right: 0;
  620. }
  621. }
  622. }
  623. }
  624. .bottom_btn{
  625. width: 690rpx;
  626. height: 90rpx;
  627. border-radius: 10rpx 10rpx 10rpx 10rpx;
  628. opacity: 1;
  629. border: 1rpx solid #0183FA;
  630. font-size: 30rpx;
  631. font-family: PingFang SC-Medium, PingFang SC;
  632. font-weight: 400;
  633. color: #0183FA;
  634. line-height: 90rpx;
  635. text-align: center;
  636. background: #F5F5F5;
  637. margin: 90rpx 30rpx 30rpx;
  638. }
  639. }
  640. </style>