90 lines
5.7 KiB
Plaintext
90 lines
5.7 KiB
Plaintext
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
|
||
|
||
{/* A 区留白 */}
|
||
<Box style={{ height: 32 }} />
|
||
|
||
{/* B 区标题块 */}
|
||
<Box style={{ height: 56, paddingLeft: 70, paddingRight: 70, flexDirection: 'row', alignItems: 'center' }}>
|
||
<Box style={{ width: 8, height: 32, background: '#C42819', marginRight: 16 }} />
|
||
<Text style={{ fontSize: 32, fontWeight: 'bold', color: '#171616', fontFamily: '宋体' }}>重大项目(一)· 激光增材制造智能控制系统</Text>
|
||
</Box>
|
||
|
||
{/* C 区内容 */}
|
||
<Box style={{ flex: 1, paddingLeft: 70, paddingRight: 70, paddingTop: 12, paddingBottom: 20, flexDirection: 'column' }}>
|
||
|
||
{/* 项目名称区 */}
|
||
<Box style={{ background: '#FBF7F2', border: '1px solid #E5E7EB', borderLeft: '6px solid #C42819', borderRadius: 10, paddingTop: 14, paddingBottom: 14, paddingLeft: 22, paddingRight: 22, flexDirection: 'row', alignItems: 'center' }}>
|
||
<Box style={{ flex: 1 }}>
|
||
<Box style={{ flexDirection: 'row', alignItems: 'center', gap: 10 }}>
|
||
<Box style={{ background: '#C42819', borderRadius: 6, paddingTop: 4, paddingBottom: 4, paddingLeft: 12, paddingRight: 12 }}>
|
||
<Text style={{ fontSize: 13, color: '#FFFFFF', fontFamily: '微软雅黑' }}>省工信厅重点领域关键软件技术攻关项目</Text>
|
||
</Box>
|
||
</Box>
|
||
<Text style={{ fontSize: 26, fontWeight: 'bold', color: '#C42819', fontFamily: '宋体', lineHeight: 1.3, marginTop: 8 }}>
|
||
基于激光增材制造的多模态融合智能控制系统
|
||
</Text>
|
||
</Box>
|
||
<Box style={{ flexDirection: 'column', alignItems: 'flex-end', marginLeft: 20 }}>
|
||
<Text style={{ fontSize: 15, color: '#9CA3AF', fontFamily: '微软雅黑' }}>金属 3D 打印核心控制系统</Text>
|
||
<Text style={{ fontSize: 15, color: '#C42819', fontFamily: '微软雅黑', fontWeight: 'bold', marginTop: 4 }}>100% 核心技术国产化 · 对标德国 ScanLab</Text>
|
||
</Box>
|
||
</Box>
|
||
|
||
{/* 三大核心技术 */}
|
||
<Box style={{ flex: 1, flexDirection: 'row', gap: 16, marginTop: 14 }}>
|
||
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 12, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
||
<Box style={{ height: 46, background: '#C42819', justifyContent: 'center', paddingLeft: 18 }}>
|
||
<Text style={{ fontSize: 17, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>FPGA+MCU 异构集成硬件</Text>
|
||
</Box>
|
||
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 18, paddingRight: 18 }}>
|
||
<Text style={{ fontSize: 14, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.6 }}>
|
||
将"振镜卡+PLC"分离式架构整合为一体化,部件 <span style={{ color: '#C42819', fontWeight: 'bold' }}>3–4 套缩减至 1 套</span>,核心硬件国产化率 ≥90%,成本降 40%
|
||
</Text>
|
||
</Box>
|
||
</Box>
|
||
|
||
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 12, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
||
<Box style={{ height: 46, background: '#EE5530', justifyContent: 'center', paddingLeft: 18 }}>
|
||
<Text style={{ fontSize: 17, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>多轴高精度协同控制</Text>
|
||
</Box>
|
||
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 18, paddingRight: 18 }}>
|
||
<Text style={{ fontSize: 14, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.6 }}>
|
||
自适应 S 形加减速 + FPGA 硬实时插补,激光与平台同步偏差 <span style={{ color: '#C42819', fontWeight: 'bold' }}>≤1ms</span>,轮廓精度 ≤0.03mm
|
||
</Text>
|
||
</Box>
|
||
</Box>
|
||
|
||
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 12, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
||
<Box style={{ height: 46, background: '#F26B40', justifyContent: 'center', paddingLeft: 18 }}>
|
||
<Text style={{ fontSize: 17, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>多源传感器融合调控</Text>
|
||
</Box>
|
||
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 18, paddingRight: 18 }}>
|
||
<Text style={{ fontSize: 14, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.6 }}>
|
||
"温度–气体浓度–功率–运动"多维融合闭环,故障预警准确率 <span style={{ color: '#C42819', fontWeight: 'bold' }}>≥95%</span>,成形一致性 >95%
|
||
</Text>
|
||
</Box>
|
||
</Box>
|
||
</Box>
|
||
|
||
{/* 关键指标条 */}
|
||
<Box style={{ background: '#A81810', borderRadius: 10, marginTop: 14, paddingTop: 12, paddingBottom: 12, paddingLeft: 20, paddingRight: 20, flexDirection: 'row', alignItems: 'center' }}>
|
||
<Text style={{ fontSize: 15, fontWeight: 'bold', color: '#FFE79B', fontFamily: '宋体', marginRight: 18 }}>关键指标</Text>
|
||
<Text style={{ flex: 1, fontSize: 14, color: '#FFFFFF', fontFamily: '微软雅黑', lineHeight: 1.5 }}>
|
||
≥4 轴运动控制 · 同步精度 ≤±0.03mm · 实时控制周期 ≤1ms · 轨迹偏差 ≤±0.03mm · 动态响应 ≤500μs
|
||
</Text>
|
||
</Box>
|
||
|
||
</Box>
|
||
|
||
{/* D 区页脚装饰条 */}
|
||
<Box style={{ height: 16, flexDirection: 'row' }}>
|
||
<Box style={{ flex: 53, height: 9, background: '#C42819' }} />
|
||
<Box style={{ flex: 26, height: 9, background: '#EE5530' }} />
|
||
<Box style={{ flex: 21, height: 9, background: '#F26B40' }} />
|
||
</Box>
|
||
<Box style={{ position: 'absolute', bottom: 30, right: 70 }}>
|
||
<Text style={{ fontSize: 14, color: '#9CA3AF', fontFamily: '微软雅黑' }}>07 / 13</Text>
|
||
</Box>
|
||
|
||
</Slide>
|