64 lines
3.5 KiB
Plaintext
64 lines
3.5 KiB
Plaintext
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
|
|
|
|
{/* A 区留白 */}
|
|
<Box style={{ height: 40 }} />
|
|
|
|
{/* B 区标题块 */}
|
|
<Box style={{ height: 60, 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: 24, paddingBottom: 24, flexDirection: 'row', gap: 24 }}>
|
|
|
|
{/* 高速旋转打标 */}
|
|
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 14, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
|
<Box style={{ height: 52, background: '#C42819', justifyContent: 'center', paddingLeft: 22 }}>
|
|
<Text style={{ fontSize: 20, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>高速旋转打标方案</Text>
|
|
</Box>
|
|
<Box style={{ flex: 1, paddingTop: 22, paddingBottom: 22, paddingLeft: 24, paddingRight: 24 }}>
|
|
<Text style={{ fontSize: 16, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.7 }}>
|
|
将平面控制拓展至旋转轴,通过同步轴控制与振镜控制,实现加工速度与品质达到行业顶尖水平。
|
|
</Text>
|
|
</Box>
|
|
</Box>
|
|
|
|
{/* 稳定耐久性测试 */}
|
|
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 14, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
|
<Box style={{ height: 52, background: '#EE5530', justifyContent: 'center', paddingLeft: 22 }}>
|
|
<Text style={{ fontSize: 20, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>稳定耐久性测试方案</Text>
|
|
</Box>
|
|
<Box style={{ flex: 1, paddingTop: 22, paddingBottom: 22, paddingLeft: 24, paddingRight: 24 }}>
|
|
<Text style={{ fontSize: 16, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.7 }}>
|
|
产品测试由定性转为量化自动化,支持设备 24 小时不间断稳定运行,满足高可靠性市场需求。
|
|
</Text>
|
|
</Box>
|
|
</Box>
|
|
|
|
{/* EtherCAT 引进 */}
|
|
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 14, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
|
<Box style={{ height: 52, background: '#F26B40', justifyContent: 'center', paddingLeft: 22 }}>
|
|
<Text style={{ fontSize: 20, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>EtherCAT 总线技术引进</Text>
|
|
</Box>
|
|
<Box style={{ flex: 1, paddingTop: 22, paddingBottom: 22, paddingLeft: 24, paddingRight: 24 }}>
|
|
<Text style={{ fontSize: 16, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.7 }}>
|
|
为公司导入先进工业总线控制技术,实现国产替代,夯实新一代控制硬件研发基础。
|
|
</Text>
|
|
</Box>
|
|
</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: '微软雅黑' }}>09 / 12</Text>
|
|
</Box>
|
|
|
|
</Slide>
|