lock_Maintenance/pages/Message/emergent.vue
2024-08-29 15:19:18 +08:00

44 lines
1.7 KiB
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<view>
<view class="emergent">
<view class="title">应急管理部发布自然灾害综合风险预警响应提示</view>
<view class="time">2023-08-08</view>
<view class="content">应急管理部4月6日11时发布强对流天气蓝色预警响应提示:4月6日08时至7日08时山东南部和东部河南东部安徽东北部江苏北部等地的部分地区将有8-10级雷暴大风或冰雹天气局地最大风力可达11级;山东南部安徽东北部江苏北部等地的部分地区将有短时强降水天气小时雨量20-30毫米经综合会商研判,山东.河南安徽江苏等地雷暴大风冰雹和短时强降水等强对流天气可能引发局地风雹及次生灾害风险应急管理部提醒有关地区及时采取以下防范应对措施:1.加强短临监测预警和滚动会商研判2.加强对临时搭建物广告牌高空作业装置等的隐患排查做好人员转移避险工作3.停止高空作业提醒公众减少出行和农田劳作等户外活动4.督促指导相关水域作业人员或船舶及时采取回港或绕行措施</view>
<view class="image">
<image src="@/static/image/e76cb21348487899a86b7065939fa7e.png" mode=""></image>
</view>
</view>
</view>
</template>
<script>
</script>
<style lang="scss" scoped>
.emergent{
.image{
width: 100%;
height: 300rpx;
margin: 10rpx;
image{
width: 97%;
height: 100%;
border-radius: 30rpx;
}
}
.title{
margin: 20rpx;
font-weight: 600;
}
.time{
font-size: 25rpx;
font-weight: 200;
margin-left: 20rpx;
}
.content{
font-size: 28rpx;
font-weight: 200;
margin-left: 20rpx;
}
}
</style>