83 lines
5.3 KiB
Plaintext
83 lines
5.3 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: 16, paddingBottom: 24, flexDirection: 'column' }}>
|
||
|
||
{/* 上半:发明专利 */}
|
||
<Box style={{ flexDirection: 'row', gap: 20 }}>
|
||
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 12, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
||
<Box style={{ height: 50, background: '#C42819', flexDirection: 'row', alignItems: 'center', paddingLeft: 20 }}>
|
||
<Text style={{ fontSize: 18, fontWeight: 'bold', color: '#FFE79B', fontFamily: '宋体' }}>发明专利</Text>
|
||
<Text style={{ fontSize: 14, color: '#FFFFFF', fontFamily: '微软雅黑', marginLeft: 10 }}>第一发明人</Text>
|
||
</Box>
|
||
<Box style={{ flex: 1, paddingTop: 16, paddingBottom: 16, paddingLeft: 20, paddingRight: 20, flexDirection: 'column' }}>
|
||
<Text style={{ fontSize: 20, fontWeight: 'bold', color: '#171616', fontFamily: '宋体', lineHeight: 1.4 }}>
|
||
激光标记方法、激光标记机及存储介质
|
||
</Text>
|
||
<Text style={{ fontSize: 14, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 10, lineHeight: 1.55 }}>
|
||
飞行打标速度行业领先:二维码 <span style={{ color: '#C42819', fontWeight: 'bold' }}>2000 个/分钟</span>、管材 <span style={{ color: '#C42819', fontWeight: 'bold' }}>20 米/分钟</span>,效率提升 54%–120%
|
||
</Text>
|
||
</Box>
|
||
</Box>
|
||
|
||
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 12, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
||
<Box style={{ height: 50, background: '#EE5530', flexDirection: 'row', alignItems: 'center', paddingLeft: 20 }}>
|
||
<Text style={{ fontSize: 18, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>发明专利</Text>
|
||
<Text style={{ fontSize: 14, color: '#FFE7D6', fontFamily: '微软雅黑', marginLeft: 10 }}>主要发明人</Text>
|
||
</Box>
|
||
<Box style={{ flex: 1, paddingTop: 16, paddingBottom: 16, paddingLeft: 20, paddingRight: 20, flexDirection: 'column' }}>
|
||
<Text style={{ fontSize: 20, fontWeight: 'bold', color: '#171616', fontFamily: '宋体', lineHeight: 1.4 }}>
|
||
一种带视觉集成的多台机器人控制方法
|
||
</Text>
|
||
<Text style={{ fontSize: 14, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 10, lineHeight: 1.55 }}>
|
||
解决多机器人协同作业中的视觉引导与同步控制难题,提升产线自动化水平
|
||
</Text>
|
||
</Box>
|
||
</Box>
|
||
</Box>
|
||
|
||
{/* 下半:核心成果清单 */}
|
||
<Box style={{ flex: 1, flexDirection: 'column', justifyContent: 'center', marginTop: 14 }}>
|
||
<Text style={{ fontSize: 17, fontWeight: 'bold', color: '#C42819', fontFamily: '微软雅黑', marginBottom: 10 }}>引进公司以来的核心成果</Text>
|
||
<Box style={{ flexDirection: 'column', gap: 6 }}>
|
||
{[
|
||
['高速飞行打标控制卡', '位图二维码工艺世界领先,比同行快 30% 且质量更好'],
|
||
['硬件多点校正方案', '实时校正精度达 ±10 微米,彻底解决遗留多年的精度难题'],
|
||
['高速旋转打标方案', '同步轴+振镜控制,速度与品质均达业界顶尖'],
|
||
['稳定耐久性测试方案', '产品测试量化自动化,实现 24 小时稳定运行'],
|
||
['EtherCAT 总线技术', '为公司引入先进工业总线控制方案,实现国产替代'],
|
||
].map((it, i) => (
|
||
<Box key={i} style={{ flexDirection: 'row', alignItems: 'center', background: '#FBF7F2', borderRadius: 8, paddingTop: 9, paddingBottom: 9, paddingLeft: 16, paddingRight: 16 }}>
|
||
<Box style={{ width: 24, height: 24, borderRadius: 12, background: '#C42819', justifyContent: 'center', alignItems: 'center', marginRight: 12 }}>
|
||
<Text style={{ fontSize: 13, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '微软雅黑' }}>{i + 1}</Text>
|
||
</Box>
|
||
<Text style={{ width: 210, fontSize: 15, fontWeight: 'bold', color: '#171616', fontFamily: '微软雅黑' }}>{it[0]}</Text>
|
||
<Text style={{ flex: 1, fontSize: 14, color: '#6B7280', fontFamily: '微软雅黑' }}>{it[1]}</Text>
|
||
</Box>
|
||
))}
|
||
</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: '微软雅黑' }}>08 / 12</Text>
|
||
</Box>
|
||
|
||
</Slide>
|