根据建议调整界面布局,精简化

This commit is contained in:
Frudrax Cheng
2026-04-16 11:57:08 +08:00
parent 6020fb1849
commit f66a029843
23 changed files with 74 additions and 190 deletions
@@ -61,64 +61,18 @@ const painSections = [
icon: '/img/education/pain-3-fire-alarm.svg'
}
]
},
{
index: '痛点四',
title: '治理机制不完善,处置质量不稳定',
summary: '处理流程不规范、管理体系缺失、跨部门协同不足,导致同类问题反复出现,难以形成长效治理。',
items: [
{
title: '处理流程不规范',
desc: '事件分级、责任分派、验收标准不统一,执行偏差大。',
icon: '/img/education/pain-4-process-nonstandard.svg'
},
{
title: '管理体系缺失',
desc: '缺少制度化台账与持续评估机制,整改难以沉淀为标准。',
icon: '/img/education/pain-4-system-missing.svg'
},
{
title: '联动协同不足',
desc: '安保、后勤、教务之间信息传递链路长,响应效率低。',
icon: '/img/education/pain-4-collab-weak.svg'
}
]
},
{
index: '痛点五',
title: '设备和台账管理粗放,运维成本持续抬升',
summary: '设备数量多、类型杂,依赖人工登记与分散记录,漏检失修与信息不一致问题并存。',
items: [
{
title: '漏检失修',
desc: '周期巡检执行不到位,关键设备状态变化无法及时掌握。',
icon: '/img/education/pain-5-missed-inspection.svg'
},
{
title: '人工登记',
desc: '纸质或分散表格记录易遗漏、易出错,追溯效率低。',
icon: '/img/education/pain-5-manual-record.svg'
},
{
title: '设备繁杂',
desc: '多品牌多协议并存,维护策略难统一,管理复杂度高。',
icon: '/img/education/pain-5-device-complex.svg'
}
]
}
];
---
<section class="px-4 lg:px-0 py-16 bg-slate-50 overflow-hidden">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-12">
<p class="inline-flex items-center gap-2 px-4 py-1.5 rounded-full bg-blue-100 text-blue-700 text-xs font-bold tracking-wide">
<i class="fa fa-exclamation-triangle"></i>
<span>校园管理核心痛点</span>
</p>
<h3 class="text-3xl md:text-5xl font-black text-gray-900 tracking-tight mt-5">
按场景拆解问题,按闭环重建治理
<div class="text-center mb-12 relative">
<div class="absolute top-0 left-1/2 -translate-x-1/2 w-64 h-64 bg-blue-100/50 blur-3xl rounded-full -z-10"></div>
<h3 class="text-3xl md:text-5xl font-black tracking-tight leading-tight mt-5">
<span class="text-blue-600">校园管理</span>核心痛点
</h3>
<div class="w-24 h-1.5 bg-blue-600 mx-auto mt-8 rounded-full shadow-sm shadow-blue-200"></div>
</div>
<div class="space-y-6 md:space-y-8">