67 lines
3.8 KiB
Plaintext
67 lines
3.8 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>
|
|
<Image src="assets/rotary.jpg" style={{ width: '100%', height: 128, objectFit: 'cover' }} />
|
|
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 22, paddingRight: 22 }}>
|
|
<Text style={{ fontSize: 15, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.6 }}>
|
|
将平面控制拓展至旋转轴,轴控与振控同步,曲面打标实拍如上,速度与品质达行业顶尖水平。
|
|
</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>
|
|
<Image src="assets/durability.png" style={{ width: '100%', height: 128, objectFit: 'cover' }} />
|
|
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 22, paddingRight: 22 }}>
|
|
<Text style={{ fontSize: 15, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.6 }}>
|
|
轨迹示波器量化对比(右图),测试由定性转量化自动化,支撑设备 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>
|
|
<Image src="assets/ethercat_card.jpg" style={{ width: '100%', height: 128, objectFit: 'cover' }} />
|
|
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 22, paddingRight: 22 }}>
|
|
<Text style={{ fontSize: 15, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.6 }}>
|
|
自研 EtherCAT 振镜控制卡(实拍),导入先进工业总线技术,实现国产替代、夯实新一代硬件基础。
|
|
</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 / 13</Text>
|
|
</Box>
|
|
|
|
</Slide>
|