备份版本
This commit is contained in:
+25
-55
@@ -1,92 +1,62 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
|
||||
|
||||
{/* A 区留白 */}
|
||||
<Box style={{ height: 48 }} />
|
||||
<Box style={{ height: 40 }} />
|
||||
|
||||
{/* B 区标题块 */}
|
||||
<Box style={{ height: 62, paddingLeft: 70, paddingRight: 70, flexDirection: 'row', alignItems: 'center' }}>
|
||||
<Box style={{ width: 8, height: 34, background: '#C42819', marginRight: 18 }} />
|
||||
<Text style={{ fontSize: 34, fontWeight: 'bold', color: '#171616', fontFamily: '宋体' }}>成果转化 · 团队能力 · 平台支撑</Text>
|
||||
<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: 26, paddingBottom: 30, flexDirection: 'row', gap: 24 }}>
|
||||
<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>
|
||||
<Text style={{ fontSize: 20, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>高速旋转打标方案</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 20, paddingBottom: 20, paddingLeft: 22, paddingRight: 22, flexDirection: 'column', gap: 14 }}>
|
||||
{[
|
||||
['行业大厂应用', '已应用于大族激光、海目星激光等头部厂商'],
|
||||
['填补省内空白', '突破高端激光飞行打标技术瓶颈'],
|
||||
['市场空间', '增材制造成果对应市场超 15 亿元'],
|
||||
].map((it, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row', alignItems: 'flex-start' }}>
|
||||
<Box style={{ width: 8, height: 8, borderRadius: 4, background: '#E19825', marginTop: 7, marginRight: 10 }} />
|
||||
<Box style={{ flex: 1 }}>
|
||||
<Text style={{ fontSize: 16, fontWeight: 'bold', color: '#171616', fontFamily: '微软雅黑' }}>{it[0]}</Text>
|
||||
<Text style={{ fontSize: 14, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 3, lineHeight: 1.5 }}>{it[1]}</Text>
|
||||
</Box>
|
||||
</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>
|
||||
<Text style={{ fontSize: 20, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>稳定耐久性测试方案</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 20, paddingBottom: 20, paddingLeft: 22, paddingRight: 22, flexDirection: 'column', gap: 14 }}>
|
||||
{[
|
||||
['主导技术攻关', '牵头攻克多轴插补、PSO 同步等核心算法'],
|
||||
['体系建设', '建立知识库、项目归档、量化测试基准'],
|
||||
['可靠性保障', '推动产品实现 24 小时稳定运行'],
|
||||
].map((it, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row', alignItems: 'flex-start' }}>
|
||||
<Box style={{ width: 8, height: 8, borderRadius: 4, background: '#E19825', marginTop: 7, marginRight: 10 }} />
|
||||
<Box style={{ flex: 1 }}>
|
||||
<Text style={{ fontSize: 16, fontWeight: 'bold', color: '#171616', fontFamily: '微软雅黑' }}>{it[0]}</Text>
|
||||
<Text style={{ fontSize: 14, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 3, lineHeight: 1.5 }}>{it[1]}</Text>
|
||||
</Box>
|
||||
</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: '宋体' }}>平台支撑</Text>
|
||||
<Text style={{ fontSize: 20, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>EtherCAT 总线技术引进</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 20, paddingBottom: 20, paddingLeft: 22, paddingRight: 22, flexDirection: 'column', gap: 14 }}>
|
||||
{[
|
||||
['资质平台', '高新技术企业、省专精特新中小企业'],
|
||||
['创新载体', '省激光控制系统工程中心、新型研发机构'],
|
||||
['行业地位', '研发实力居国内同行业前三'],
|
||||
].map((it, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row', alignItems: 'flex-start' }}>
|
||||
<Box style={{ width: 8, height: 8, borderRadius: 4, background: '#E19825', marginTop: 7, marginRight: 10 }} />
|
||||
<Box style={{ flex: 1 }}>
|
||||
<Text style={{ fontSize: 16, fontWeight: 'bold', color: '#171616', fontFamily: '微软雅黑' }}>{it[0]}</Text>
|
||||
<Text style={{ fontSize: 14, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 3, lineHeight: 1.5 }}>{it[1]}</Text>
|
||||
</Box>
|
||||
</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: 20, flexDirection: 'row' }}>
|
||||
<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: 34, right: 70 }}>
|
||||
<Box style={{ position: 'absolute', bottom: 30, right: 70 }}>
|
||||
<Text style={{ fontSize: 14, color: '#9CA3AF', fontFamily: '微软雅黑' }}>09 / 12</Text>
|
||||
</Box>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user