qa_portal_vue/app/pages/new/details.vue

184 lines
6.0 KiB
Vue
Raw Blame History

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<template>
<div class="container">
<AppHead/>
<div class="banner">
<div class="banner_main">
<h2>新闻中心</h2>
<p>安全第一 预防为主 综合治理</p>
</div>
</div>
<div class="new_container">
<div class="new_main">
<div class="title">
<h2>安全生产事故 | 900余人被疏散广西一糖厂产生大量刺激性烟雾</h2>
<div class="time">2024-05-23</div>
</div>
<div class="main">
<p>
5月20日19时50分许广西百色市田东县南华糖业有限公司二糖厂存放的约12吨消毒剂(三氯异氰尿酸)因近期暴雨天气受潮发生反应产生大量烟雾散发出刺激性气味
</p>
<p>田东县迅速反应及时处置保护群众生命财产安全第一时间组成工作组及时对二糖厂生活区和周边居民共900多人进行疏散在该县体育馆设置临时安置点为群众提供矿泉水口罩席子被子等物资</p>
<p>在百色市生态环境应急消防等部门的现场指导下组织田东县应急消防生态环境卫生健康等部门及专家开展现场处置工作至21日凌晨2时20分许现场已无烟雾产生所有三氯异氰尿酸已安全转移周边区域烟雾均已消散疏散的群众已全部安全返回</p>
<p>生态环境部门21日2时50分完成现场监测7个监测点位中背景点厂界东北420米(上风向)氨气浓度为0.47mg/其余点位扣除背景点后氨气均未检出符合恶臭污染物排放标准(GB 14554-93)表1标准限值要求;所有点位氯气均未检出符合大气污染物综合排放标准(GB 16297-1996)表1无组织排放监控限值要求事故未对周边环境产生不良影响</p>
<p>近期广西多地遭遇特大暴雨导致多处地段发生内涝暴雨过后仍不能放松警惕防潮防事故防次生灾害这些安全注意事项一起来看危化品储存  夏季高温雷雨台风等极端天气容易对危险化学品安全生产造成不利影响企业要加强危险化学品储罐仓库的安全管理严禁超量储存违规混存超高堆放野蛮装卸等行为  有效落实危险化学品仓库防雨防潮防雷电措施特别是受潮易自燃或分解有毒气体的危险化学品要严格按标准规范入库储存严禁露天存放严禁与禁忌物混合储存  加强防雷防静电设施的巡检和维护按规定定期检测确保防雷防静电设施完好有效</p>
</div>
<div class="bottom">
<div class="item">
<div class="previous">上一篇</div>
<div class="info">
<div class="tit">国务院安委会办公室 应急管理部关于 开展2024年全国安全生产月活动的通知</div>
<div class="time">2024-05-21</div>
</div>
</div>
<div class="item">
<div class="previous">下一篇</div>
<div class="info">
<div class="tit">国务院安委会办公室 应急管理部关于 开展2024年全国安全生产月活动的通知</div>
<div class="time">2024-05-21</div>
</div>
</div>
</div>
</div>
</div>
<AppFoot/>
<right/>
</div>
</template>
<script setup lang="ts">
</script>
<style scoped lang="scss">
.container {
background: #f6f8fa;
.banner {
width: 100%;
height: 400px;
background: url("@/assets/images/newbanner.png") no-repeat top center;
.banner_main {
width: 1400px;
margin: 0 auto;
padding-top: 180px;
h2 {
font-size: 60px;
color: #ffffff;
margin: 0;
padding: 0;
}
p {
margin: 0;
color: #ffffff;
}
}
}
.new_container {
width: 100%;
.top {
width: 100%;
height: 60px;
background: #ffffff;
.wrap {
width: 1400px;
margin: 0 auto;
display: flex;
.list {
font-size: 16px;
line-height: 60px;
cursor: pointer;
position: relative;
margin-right: 40px;
&.active {
color: #006aff;
&:before {
opacity: 1;
}
}
&:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
border-bottom: 3px solid #006aff;
width: 100%;
opacity: 0;
}
&:hover {
color: #006aff;
&:before {
opacity: 1;
}
}
}
}
}
.new_main{
width: 1400px;
margin: 20px auto 20px;
background: #ffffff;
min-height: 600px;
border-radius: 4px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
padding: 20px 50px;
border-top: 3px solid #1d78ff;
.title{
width: 100%;
border-bottom: 1px solid #eeeeee;
padding-bottom: 20px;
.time{
color: #999999;
}
}
.main{
padding: 20px 0;
color: #666666;
p{
text-indent: 2rem;
line-height: 2;
font-size: 16px;
}
img{
margin: 0 auto;
max-width: 100%;
}
}
.bottom{
width: 100%;
.item{
padding: 20px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
cursor: pointer;
.previous{
font-size: 16px;
margin-bottom: 20px;
}
.title{
font-size: 16px;
}
.info{
width: 100%;
display: flex;
justify-content: space-between;
color: #666666;
}
&:hover{
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
}
}
}
}
}
</style>