备份版本

This commit is contained in:
2026-09-10 23:00:08 +08:00
parent 2ca798734a
commit b9900fcc7e
24 changed files with 3341 additions and 425 deletions
@@ -1,39 +1,67 @@
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px', flexDirection: 'row' }}>
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
{/* 左 50% 内容 */}
<Box style={{ flex: 1, paddingLeft: 70, paddingTop: 90, paddingBottom: 60, flexDirection: 'column', justifyContent: 'center' }}>
<Text style={{ fontSize: 20, color: '#C42819', fontFamily: '微软雅黑', letterSpacing: 6, fontWeight: 'bold' }}>PART 02</Text>
{/* A 区留白 */}
<Box style={{ height: 40 }} />
<Text style={{ fontSize: 150, fontWeight: 'bold', color: '#F26B40', fontFamily: '宋体', lineHeight: 1, marginTop: 6, opacity: 0.9 }}>02</Text>
{/* 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>
<Box style={{ flexDirection: 'row', alignItems: 'center', marginTop: 24 }}>
<Box style={{ width: 8, height: 44, background: '#C42819', marginRight: 18 }} />
<Text style={{ fontSize: 52, fontWeight: 'bold', color: '#171616', fontFamily: '宋体' }}>主要业绩贡献</Text>
</Box>
{/* C 区内容 */}
<Box style={{ flex: 1, paddingLeft: 70, paddingRight: 70, paddingTop: 18, paddingBottom: 24, flexDirection: 'row', gap: 24 }}>
<Text style={{ fontSize: 20, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 22, lineHeight: 1.6 }}>
填补省内产业空白<br />突破海外核心技术垄断
</Text>
<Box style={{ flexDirection: 'row', gap: 14, marginTop: 30 }}>
{['发明专利', '省级攻关', '成果转化'].map((k, i) => (
<Box key={i} style={{ background: '#FBF7F2', border: '1px solid #E5E7EB', borderRadius: 18, paddingTop: 10, paddingBottom: 10, paddingLeft: 20, paddingRight: 20 }}>
<Text style={{ fontSize: 16, color: '#C42819', fontFamily: '微软雅黑' }}>{k}</Text>
{/* 左列 4 项 */}
<Box style={{ flex: 1, flexDirection: 'column', gap: 12 }}>
{[
['激光标记方法及装置(第一发明人)', '效率提升 54%–120%,已应用于大族激光,填补省内产业空白'],
['多机器人视觉协同控制(主要发明人)', '攻克多机器人视觉引导与同步控制难题'],
['统一 M4 开发平台', '大幅缩短开发周期,解决项目碎片化痛点'],
['多机型机器人控制系统', '兼容码垛、焊接、搬运、Scara 等多类机器人'],
].map((it, i) => (
<Box key={i} style={{ flex: 1, flexDirection: 'row', alignItems: 'center', background: '#FBF7F2', border: '1px solid #E5E7EB', borderRadius: 10, paddingTop: 12, paddingBottom: 12, paddingLeft: 16, paddingRight: 16 }}>
<Box style={{ width: 30, height: 30, borderRadius: 15, background: '#C42819', justifyContent: 'center', alignItems: 'center', marginRight: 14 }}>
<Text style={{ fontSize: 15, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '微软雅黑' }}>{i + 1}</Text>
</Box>
<Box style={{ flex: 1 }}>
<Text style={{ fontSize: 15, fontWeight: 'bold', color: '#171616', fontFamily: '微软雅黑', lineHeight: 1.4 }}>{it[0]}</Text>
<Text style={{ fontSize: 13, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 3, lineHeight: 1.4 }}>{it[1]}</Text>
</Box>
</Box>
))}
</Box>
{/* 右列 4 项 */}
<Box style={{ flex: 1, flexDirection: 'column', gap: 12 }}>
{[
['高速飞行打标控制卡', '位图二维码工艺领先,加工速度提升 30%'],
['LED 晶体测试控制卡国产化', '实现进口替代,单台节省成本 5000 元'],
['LPKF 激光切割系统改造', '红宝石改光纤激光器,盘活千万级老旧设备'],
['20–30μm 激光钻孔工艺', '国内首家实现高质量、高一致性加工'],
].map((it, i) => (
<Box key={i} style={{ flex: 1, flexDirection: 'row', alignItems: 'center', background: '#FBF7F2', border: '1px solid #E5E7EB', borderRadius: 10, paddingTop: 12, paddingBottom: 12, paddingLeft: 16, paddingRight: 16 }}>
<Box style={{ width: 30, height: 30, borderRadius: 15, background: '#EE5530', justifyContent: 'center', alignItems: 'center', marginRight: 14 }}>
<Text style={{ fontSize: 15, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '微软雅黑' }}>{i + 5}</Text>
</Box>
<Box style={{ flex: 1 }}>
<Text style={{ fontSize: 15, fontWeight: 'bold', color: '#171616', fontFamily: '微软雅黑', lineHeight: 1.4 }}>{it[0]}</Text>
<Text style={{ fontSize: 13, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 3, lineHeight: 1.4 }}>{it[1]}</Text>
</Box>
</Box>
))}
</Box>
</Box>
{/* 右 50% 主题摄影出血 */}
<Box style={{ width: 640, height: 720, position: 'relative' }}>
<Image src="assets/sec_achieve.png" style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
{/* 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: 0, left: 0, width: 640, flexDirection: 'row' }}>
<Box style={{ width: 339, height: 9, background: '#C42819' }} />
<Box style={{ width: 166, height: 9, background: '#EE5530' }} />
<Box style={{ width: 135, height: 9, background: '#F26B40' }} />
<Box style={{ position: 'absolute', bottom: 30, right: 70 }}>
<Text style={{ fontSize: 14, color: '#9CA3AF', fontFamily: '微软雅黑' }}>05 / 12</Text>
</Box>
</Slide>