智慧养老事故复盘精简

This commit is contained in:
Frudrax Cheng
2026-04-16 12:07:27 +08:00
parent 882151a6d0
commit a64b4fb4b3
3 changed files with 3 additions and 4 deletions
-1
View File
@@ -1,2 +1 @@
/// <reference types="astro/client" />
/// <reference path="content.d.ts" />
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

+3 -3
View File
@@ -2,13 +2,13 @@
const cases = [
{
title: '河北承德国恩老年公寓“4·8”重大火灾事故',
brief: '自制劣质插排短路引燃衣物,叠加违规彩钢板消防失效与夜间处置缺位,造成重大人员伤亡。',
brief: '劣质插排短路起火,违规彩钢板+消防失效+处置缺位,导致重大伤亡。',
focus: '暴露问题:电气隐患失管、消防设施失效、值班体系缺位。',
img: '/img/elderly/case-1.webp'
},
{
title: '广东东莞康怡护理院“4·4”较大火灾事故',
brief: '违规改建用火不慎叠加消防系统长期瘫痪,起火后无有效报警、喷淋与排烟联动。',
brief: '违规改建+用火不慎消防系统长期瘫痪,起火后无有效报警、喷淋与排烟。',
focus: '暴露问题:系统长期手动、日常巡检流于形式、应急链条断裂。',
img: '/img/elderly/case-2.webp'
}
@@ -28,7 +28,7 @@ const cases = [
<div class="grid grid-cols-1 lg:grid-cols-2 gap-6">
{cases.map((item) => (
<article class="group bg-white rounded-3xl border border-gray-100 overflow-hidden shadow-sm hover:shadow-xl transition-all duration-300 flex flex-col">
<div class="aspect-[16/10] overflow-hidden">
<div class="aspect-[16/7] overflow-hidden">
<img src={item.img} alt={item.title} class="w-full h-full object-cover group-hover:scale-105 transition-transform duration-700" />
</div>
<div class="p-5 md:p-6 flex-1 flex flex-col">