备份工作
This commit is contained in:
@@ -0,0 +1,77 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: 'linear-gradient(165deg, #A81810 0%, #C42819 48%, #E63F26 100%)', padding: '0px' }}>
|
||||
|
||||
{/* 金色粒子光晕 */}
|
||||
<svg width='1280' height='720' viewBox='0 0 1280 720' style={{ position: 'absolute', top: 0, left: 0, opacity: 0.5 }}>
|
||||
<circle cx='180' cy='140' r='90' fill='#FFE79B' opacity='0.10' />
|
||||
<circle cx='1120' cy='120' r='120' fill='#FFC000' opacity='0.10' />
|
||||
<circle cx='1180' cy='560' r='100' fill='#FFE79B' opacity='0.08' />
|
||||
<circle cx='120' cy='600' r='80' fill='#FFC000' opacity='0.08' />
|
||||
<circle cx='640' cy='80' r='6' fill='#FFE79B' opacity='0.7' />
|
||||
<circle cx='300' cy='240' r='4' fill='#FFD700' opacity='0.6' />
|
||||
<circle cx='960' cy='260' r='5' fill='#FFE79B' opacity='0.6' />
|
||||
<circle cx='1040' cy='500' r='4' fill='#FFD700' opacity='0.5' />
|
||||
<circle cx='220' cy='500' r='5' fill='#FFE79B' opacity='0.5' />
|
||||
<circle cx='820' cy='620' r='4' fill='#FFD700' opacity='0.5' />
|
||||
</svg>
|
||||
|
||||
{/* 顶部红色短条 */}
|
||||
<Box style={{ position: 'absolute', top: 0, left: 0, width: '100%', height: 12, background: '#A81810' }} />
|
||||
|
||||
<Box style={{ flex: 1, flexDirection: 'column', alignItems: 'center', justifyContent: 'center', paddingLeft: 70, paddingRight: 70 }}>
|
||||
{/* 顶部单位标识 */}
|
||||
<Text style={{ fontSize: 22, color: '#FFE79B', letterSpacing: 6, fontFamily: '微软雅黑' }}>
|
||||
长沙八思量信息技术有限公司
|
||||
</Text>
|
||||
|
||||
<Box style={{ width: 90, height: 3, background: '#E19825', marginTop: 24, marginBottom: 40 }} />
|
||||
|
||||
{/* 主标题 */}
|
||||
<Text style={{
|
||||
fontSize: 96,
|
||||
fontWeight: 'bold',
|
||||
fontFamily: '宋体',
|
||||
backgroundImage: 'linear-gradient(180deg, #FFF3C4 0%, #FFD700 45%, #E19825 100%)',
|
||||
backgroundClip: 'text',
|
||||
color: 'transparent',
|
||||
textShadow: '0 4px 18px rgba(0,0,0,0.35)',
|
||||
letterSpacing: 14,
|
||||
lineHeight: 1.15,
|
||||
}}>
|
||||
紧缺急需人才
|
||||
</Text>
|
||||
|
||||
{/* 金色副标飘带 */}
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'center', marginTop: 44 }}>
|
||||
<Box style={{ width: 60, height: 2, background: '#E19825' }} />
|
||||
<Box style={{ background: '#E19825', paddingTop: 12, paddingBottom: 12, paddingLeft: 34, paddingRight: 34, borderRadius: 4 }}>
|
||||
<Text style={{ fontSize: 26, color: '#FFFFFF', fontFamily: '微软雅黑', letterSpacing: 4, fontWeight: 'bold' }}>
|
||||
申报答辩汇报
|
||||
</Text>
|
||||
</Box>
|
||||
<Box style={{ width: 60, height: 2, background: '#E19825' }} />
|
||||
</Box>
|
||||
|
||||
{/* 汇报人 / 职务 / 时间 胶囊 */}
|
||||
<Box style={{ flexDirection: 'row', gap: 20, marginTop: 56 }}>
|
||||
<Box style={{ background: 'rgba(255,255,255,0.14)', border: '1px solid #FFE79B', borderRadius: 22, paddingTop: 10, paddingBottom: 10, paddingLeft: 26, paddingRight: 26 }}>
|
||||
<Text style={{ fontSize: 18, color: '#FFFFFF', fontFamily: '微软雅黑' }}>
|
||||
汇报人:<span style={{ fontWeight: 'bold', color: '#FFE79B' }}>陈越</span>
|
||||
</Text>
|
||||
</Box>
|
||||
<Box style={{ background: 'rgba(255,255,255,0.14)', border: '1px solid #FFE79B', borderRadius: 22, paddingTop: 10, paddingBottom: 10, paddingLeft: 26, paddingRight: 26 }}>
|
||||
<Text style={{ fontSize: 18, color: '#FFFFFF', fontFamily: '微软雅黑' }}>
|
||||
总工程师
|
||||
</Text>
|
||||
</Box>
|
||||
<Box style={{ background: 'rgba(255,255,255,0.14)', border: '1px solid #FFE79B', borderRadius: 22, paddingTop: 10, paddingBottom: 10, paddingLeft: 26, paddingRight: 26 }}>
|
||||
<Text style={{ fontSize: 18, color: '#FFFFFF', fontFamily: '微软雅黑' }}>
|
||||
2026年
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
{/* 底部金色细线 */}
|
||||
<Box style={{ position: 'absolute', bottom: 44, left: 70, right: 70, height: 3, background: 'linear-gradient(90deg, #E19825 0%, #FFE79B 50%, #E19825 100%)' }} />
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,57 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
|
||||
|
||||
{/* A 区留白 */}
|
||||
<Box style={{ height: 48 }} />
|
||||
|
||||
{/* 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>
|
||||
|
||||
{/* C 区内容 */}
|
||||
<Box style={{ flex: 1, paddingLeft: 70, paddingRight: 70, paddingTop: 28, paddingBottom: 30, flexDirection: 'row', alignItems: 'center', gap: 60 }}>
|
||||
{/* 左:大标题 */}
|
||||
<Box style={{ width: 300, justifyContent: 'center' }}>
|
||||
<Text style={{ fontSize: 26, color: '#C42819', fontFamily: '微软雅黑', letterSpacing: 4 }}>CONTENTS</Text>
|
||||
<Text style={{ fontSize: 64, fontWeight: 'bold', color: '#C42819', fontFamily: '宋体', marginTop: 8 }}>目录</Text>
|
||||
<Box style={{ width: 64, height: 4, background: '#E19825', marginTop: 20 }} />
|
||||
<Text style={{ fontSize: 18, color: '#9CA3AF', fontFamily: '微软雅黑', marginTop: 18, lineHeight: 1.6 }}>
|
||||
汇报三个部分<br />全面介绍人才情况
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
{/* 右:3 个章节条目 */}
|
||||
<Box style={{ flex: 1, flexDirection: 'column', gap: 22 }}>
|
||||
{[
|
||||
{ n: '01', t: '个人基本情况', d: '十七年工业自动化研发,深耕激光控制系统' },
|
||||
{ n: '02', t: '主要业绩贡献', d: '填补省内空白,突破海外垄断,成果转化落地' },
|
||||
{ n: '03', t: '未来三年工作目标', d: '标准平台 · 消费级落地 · 核心板产品化' },
|
||||
].map((item, idx) => (
|
||||
<Box key={idx} style={{ flexDirection: 'row', alignItems: 'center', background: '#FBF7F2', border: '1px solid #E5E7EB', borderRadius: 14, paddingTop: 26, paddingBottom: 26, paddingLeft: 28, paddingRight: 28 }}>
|
||||
<Box style={{ width: 68, height: 68, borderRadius: 34, background: '#C42819', justifyContent: 'center', alignItems: 'center', marginRight: 28 }}>
|
||||
<Text style={{ fontSize: 28, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '微软雅黑' }}>{item.n}</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1 }}>
|
||||
<Text style={{ fontSize: 28, fontWeight: 'bold', color: '#171616', fontFamily: '宋体' }}>{item.t}</Text>
|
||||
<Text style={{ fontSize: 17, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 8 }}>{item.d}</Text>
|
||||
</Box>
|
||||
<Box style={{ width: 40, height: 40, borderRadius: 20, background: '#F26B40', justifyContent: 'center', alignItems: 'center' }}>
|
||||
<Text style={{ fontSize: 20, color: '#FFFFFF', fontFamily: '微软雅黑' }}>→</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
{/* D 区页脚装饰条 */}
|
||||
<Box style={{ height: 20, paddingLeft: 0, paddingRight: 0, 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 }}>
|
||||
<Text style={{ fontSize: 14, color: '#9CA3AF', fontFamily: '微软雅黑' }}>02 / 12</Text>
|
||||
</Box>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,39 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px', flexDirection: 'row' }}>
|
||||
|
||||
{/* 左 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 01</Text>
|
||||
|
||||
<Text style={{ fontSize: 150, fontWeight: 'bold', color: '#F26B40', fontFamily: '宋体', lineHeight: 1, marginTop: 6, opacity: 0.9 }}>01</Text>
|
||||
|
||||
<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>
|
||||
|
||||
<Text style={{ fontSize: 20, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 22, lineHeight: 1.6 }}>
|
||||
十七年工业自动化研发经验<br />深耕激光控制系统领域
|
||||
</Text>
|
||||
|
||||
<Box style={{ flexDirection: 'row', gap: 14, marginTop: 30 }}>
|
||||
{['全栈研发', '激光控制', 'EtherCAT'].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>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
{/* 右 50% 主题摄影出血 */}
|
||||
<Box style={{ width: 640, height: 720, position: 'relative' }}>
|
||||
<Image src="assets/sec_personal.png" style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
|
||||
</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>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,84 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
|
||||
|
||||
{/* A 区留白 */}
|
||||
<Box style={{ height: 48 }} />
|
||||
|
||||
{/* 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>
|
||||
|
||||
{/* C 区内容 */}
|
||||
<Box style={{ flex: 1, paddingLeft: 70, paddingRight: 70, paddingTop: 24, paddingBottom: 30, flexDirection: 'row', gap: 40 }}>
|
||||
|
||||
{/* 左:基本信息卡 */}
|
||||
<Box style={{ width: 400, flexDirection: 'column', gap: 14 }}>
|
||||
<Box style={{ background: '#C42819', paddingTop: 16, paddingBottom: 16, paddingLeft: 24, paddingRight: 24, borderRadius: 12 }}>
|
||||
<Text style={{ fontSize: 26, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>陈越</Text>
|
||||
<Text style={{ fontSize: 15, color: '#FFE79B', fontFamily: '微软雅黑', marginTop: 6 }}>男 · 1987年1月 · 湖南湘潭</Text>
|
||||
</Box>
|
||||
|
||||
<Box style={{ border: '1px solid #E5E7EB', borderRadius: 12, paddingTop: 18, paddingBottom: 18, paddingLeft: 24, paddingRight: 24, flexDirection: 'column', gap: 12 }}>
|
||||
{[
|
||||
['学历学位', '本科 · 应用物理学'],
|
||||
['毕业院校', '湖南大学'],
|
||||
['现任职务', '总工程师'],
|
||||
['兼任职务', '省激光控制系统工程中心副主任'],
|
||||
['研发年限', '17 年工业自动化'],
|
||||
].map((row, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row' }}>
|
||||
<Text style={{ width: 92, fontSize: 16, color: '#9CA3AF', fontFamily: '微软雅黑' }}>{row[0]}</Text>
|
||||
<Text style={{ flex: 1, fontSize: 16, color: '#171616', fontFamily: '微软雅黑', fontWeight: 'bold' }}>{row[1]}</Text>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
|
||||
<Box style={{ background: '#FBF7F2', border: '1px solid #E19825', borderRadius: 12, paddingTop: 14, paddingBottom: 14, paddingLeft: 20, paddingRight: 20 }}>
|
||||
<Text style={{ fontSize: 14, color: '#C42819', fontFamily: '微软雅黑', lineHeight: 1.6 }}>
|
||||
申报类别:新兴产业和未来产业专题<br />紧缺急需人才
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
{/* 右:工作经历时间轴 */}
|
||||
<Box style={{ flex: 1, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Text style={{ fontSize: 18, fontWeight: 'bold', color: '#C42819', fontFamily: '微软雅黑', marginBottom: 22 }}>工作与学习经历</Text>
|
||||
<Box style={{ flexDirection: 'column' }}>
|
||||
{[
|
||||
{ y: '2023.03 — 至今', c: '长沙八思量信息技术有限公司', p: '总工程师(激光控制系统)', hot: true },
|
||||
{ y: '2015.03 — 2023.02', c: '株洲嘉成科技发展有限公司', p: '系统工程师(工程机械控制器)', hot: false },
|
||||
{ y: '2012.10 — 2014.08', c: '东莞凯格精密机械有限公司', p: '电气工程师(EtherCAT 总线)', hot: false },
|
||||
{ y: '2009.11 — 2012.09', c: '光韵达光电科技股份有限公司', p: '研发工程师(激光工艺)', hot: false },
|
||||
{ y: '2005.09 — 2009.07', c: '湖南大学', p: '应用物理学 · 本科', hot: false },
|
||||
].map((it, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row', alignItems: 'stretch' }}>
|
||||
<Box style={{ width: 150, paddingTop: 4, paddingBottom: 14, paddingRight: 16, alignItems: 'flex-end' }}>
|
||||
<Text style={{ fontSize: 15, color: '#6B7280', fontFamily: '微软雅黑', textAlign: 'right' }}>{it.y}</Text>
|
||||
</Box>
|
||||
<Box style={{ width: 30, alignItems: 'center', position: 'relative' }}>
|
||||
<Box style={{ width: 14, height: 14, borderRadius: 7, background: it.hot ? '#C42819' : '#F26B40', marginTop: 5, zIndex: 2 }} />
|
||||
{i < 4 && <Box style={{ position: 'absolute', top: 19, width: 2, height: 52, background: '#E5E7EB' }} />}
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 0, paddingBottom: 14, paddingLeft: 14 }}>
|
||||
<Text style={{ fontSize: 17, fontWeight: 'bold', color: it.hot ? '#C42819' : '#171616', fontFamily: '微软雅黑' }}>{it.c}</Text>
|
||||
<Text style={{ fontSize: 14, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 2 }}>{it.p}</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
</Box>
|
||||
|
||||
{/* D 区页脚装饰条 */}
|
||||
<Box style={{ height: 20, 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 }}>
|
||||
<Text style={{ fontSize: 14, color: '#9CA3AF', fontFamily: '微软雅黑' }}>04 / 12</Text>
|
||||
</Box>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,39 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px', flexDirection: 'row' }}>
|
||||
|
||||
{/* 左 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>
|
||||
|
||||
<Text style={{ fontSize: 150, fontWeight: 'bold', color: '#F26B40', fontFamily: '宋体', lineHeight: 1, marginTop: 6, opacity: 0.9 }}>02</Text>
|
||||
|
||||
<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>
|
||||
|
||||
<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>
|
||||
</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' }} />
|
||||
</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>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,81 @@
|
||||
<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: 18, paddingBottom: 24, flexDirection: 'row', gap: 36 }}>
|
||||
|
||||
{/* 左:项目名称 + 意义 */}
|
||||
<Box style={{ flex: 12, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'center', gap: 12 }}>
|
||||
<Box style={{ background: '#C42819', borderRadius: 6, paddingTop: 5, paddingBottom: 5, paddingLeft: 12, paddingRight: 12 }}>
|
||||
<Text style={{ fontSize: 14, color: '#FFFFFF', fontFamily: '微软雅黑' }}>省工信厅重点领域关键软件技术攻关项目</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Text style={{ fontSize: 34, fontWeight: 'bold', color: '#C42819', fontFamily: '宋体', lineHeight: 1.35, marginTop: 16 }}>
|
||||
基于激光增材制造的{'\n'}多模态融合智能控制系统
|
||||
</Text>
|
||||
|
||||
<Text style={{ fontSize: 17, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 14 }}>
|
||||
金属 3D 打印核心控制系统 · 性能对标德国 ScanLab
|
||||
</Text>
|
||||
|
||||
<Box style={{ width: 56, height: 3, background: '#E19825', marginTop: 18, marginBottom: 18 }} />
|
||||
|
||||
<Box style={{ flexDirection: 'column', gap: 12 }}>
|
||||
{[
|
||||
['突破海外垄断', '实现高端激光与增材板卡 100% 核心技术国产化,达国际一流水平'],
|
||||
['填补高端空白', '一体化架构创新,面向航空航天、医疗健康、高端装备刚性需求'],
|
||||
['带动产业发展', '按 2030 年国内 3D 打印市场 630 亿元测算,对应市场空间超 15 亿元'],
|
||||
].map((it, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row', alignItems: 'flex-start' }}>
|
||||
<Box style={{ width: 8, height: 8, borderRadius: 4, background: '#C42819', marginTop: 7, marginRight: 12 }} />
|
||||
<Box style={{ flex: 1 }}>
|
||||
<Text style={{ fontSize: 18, fontWeight: 'bold', color: '#171616', fontFamily: '微软雅黑' }}>{it[0]}</Text>
|
||||
<Text style={{ fontSize: 15, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 3, lineHeight: 1.5 }}>{it[1]}</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
{/* 右:关键指标 */}
|
||||
<Box style={{ flex: 8, background: 'linear-gradient(180deg, #C42819 0%, #A81810 100%)', borderRadius: 14, paddingTop: 22, paddingBottom: 22, paddingLeft: 24, paddingRight: 24, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Text style={{ fontSize: 18, fontWeight: 'bold', color: '#FFE79B', fontFamily: '宋体', marginBottom: 14 }}>关键攻关指标</Text>
|
||||
<Box style={{ flexDirection: 'column', gap: 10 }}>
|
||||
{[
|
||||
['+60%', '系统集成度提升'],
|
||||
['+60%', '多轴融合精度提升'],
|
||||
['+45%', '运行稳定性提升'],
|
||||
['+25%', '打印效率提升'],
|
||||
['>95%', '成品一致性'],
|
||||
].map((it, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row', alignItems: 'center', borderBottom: '1px solid rgba(255,255,255,0.18)', paddingBottom: 8 }}>
|
||||
<Text style={{ width: 90, fontSize: 22, fontWeight: 'bold', color: '#FFE79B', fontFamily: '微软雅黑' }}>{it[0]}</Text>
|
||||
<Text style={{ fontSize: 14, color: '#FFFFFF', 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: '微软雅黑' }}>06 / 12</Text>
|
||||
</Box>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,76 @@
|
||||
<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: 18, paddingBottom: 24, flexDirection: 'column' }}>
|
||||
|
||||
{/* 项目名称区 */}
|
||||
<Box style={{ background: '#FBF7F2', border: '1px solid #E5E7EB', borderLeft: '6px solid #C42819', borderRadius: 10, paddingTop: 20, paddingBottom: 20, paddingLeft: 26, paddingRight: 26 }}>
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'center', gap: 12 }}>
|
||||
<Box style={{ background: '#C42819', borderRadius: 6, paddingTop: 5, paddingBottom: 5, paddingLeft: 12, paddingRight: 12 }}>
|
||||
<Text style={{ fontSize: 14, color: '#FFFFFF', fontFamily: '微软雅黑' }}>湖南省科技创新重点研发项目</Text>
|
||||
</Box>
|
||||
<Text style={{ fontSize: 15, color: '#9CA3AF', fontFamily: '微软雅黑' }}>高端 PCB 激光去油墨装备</Text>
|
||||
</Box>
|
||||
<Text style={{ fontSize: 32, fontWeight: 'bold', color: '#C42819', fontFamily: '宋体', lineHeight: 1.3, marginTop: 12 }}>
|
||||
多振镜激光蚀刻除电路板油墨阻焊控制技术研究
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
{/* 三列意义卡 */}
|
||||
<Box style={{ flex: 1, flexDirection: 'row', gap: 20, marginTop: 20 }}>
|
||||
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 12, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
||||
<Box style={{ height: 48, background: '#C42819', justifyContent: 'center', paddingLeft: 20 }}>
|
||||
<Text style={{ fontSize: 19, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>技术意义</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 16, paddingBottom: 16, paddingLeft: 20, paddingRight: 20 }}>
|
||||
<Text style={{ fontSize: 15, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.65 }}>
|
||||
攻克国产高端 PCB 激光去油墨装备在核心算法、系统集成等方面的技术短板,填补国内大幅面、高精度加工场景的技术空白。
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 12, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
||||
<Box style={{ height: 48, background: '#EE5530', justifyContent: 'center', paddingLeft: 20 }}>
|
||||
<Text style={{ fontSize: 19, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>产业意义</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 16, paddingBottom: 16, paddingLeft: 20, paddingRight: 20 }}>
|
||||
<Text style={{ fontSize: 15, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.65 }}>
|
||||
打破国外企业在高端 PCB 激光蚀刻设备领域的长期垄断,显著提升 PCB 制造装备加工效率与精度,推动产业智能化、绿色化升级。
|
||||
</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box style={{ flex: 1, border: '1px solid #E5E7EB', borderRadius: 12, background: '#FFFFFF', flexDirection: 'column', overflow: 'hidden' }}>
|
||||
<Box style={{ height: 48, background: '#F26B40', justifyContent: 'center', paddingLeft: 20 }}>
|
||||
<Text style={{ fontSize: 19, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>战略意义</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 16, paddingBottom: 16, paddingLeft: 20, paddingRight: 20 }}>
|
||||
<Text style={{ fontSize: 15, color: '#333333', fontFamily: '微软雅黑', lineHeight: 1.65 }}>
|
||||
保障我国电子信息产业链供应链安全、提升国际竞争力提供核心技术支撑,对推动行业高质量发展具有重大战略意义。
|
||||
</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: '微软雅黑' }}>07 / 12</Text>
|
||||
</Box>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,82 @@
|
||||
<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>
|
||||
@@ -0,0 +1,93 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
|
||||
|
||||
{/* A 区留白 */}
|
||||
<Box style={{ height: 48 }} />
|
||||
|
||||
{/* 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>
|
||||
|
||||
{/* C 区内容 */}
|
||||
<Box style={{ flex: 1, paddingLeft: 70, paddingRight: 70, paddingTop: 26, paddingBottom: 30, 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: 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>
|
||||
</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: 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>
|
||||
</Box>
|
||||
|
||||
{/* 平台支撑 */}
|
||||
<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>
|
||||
</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>
|
||||
</Box>
|
||||
|
||||
</Box>
|
||||
|
||||
{/* D 区页脚装饰条 */}
|
||||
<Box style={{ height: 20, 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 }}>
|
||||
<Text style={{ fontSize: 14, color: '#9CA3AF', fontFamily: '微软雅黑' }}>09 / 12</Text>
|
||||
</Box>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,39 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px', flexDirection: 'row' }}>
|
||||
|
||||
{/* 左 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 03</Text>
|
||||
|
||||
<Text style={{ fontSize: 150, fontWeight: 'bold', color: '#F26B40', fontFamily: '宋体', lineHeight: 1, marginTop: 6, opacity: 0.9 }}>03</Text>
|
||||
|
||||
<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>
|
||||
|
||||
<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: 18, paddingRight: 18 }}>
|
||||
<Text style={{ fontSize: 15, color: '#C42819', fontFamily: '微软雅黑' }}>{k}</Text>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
{/* 右 50% 主题摄影出血 */}
|
||||
<Box style={{ width: 640, height: 720, position: 'relative' }}>
|
||||
<Image src="assets/sec_future.png" style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
|
||||
</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>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,64 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
|
||||
|
||||
{/* A 区留白 */}
|
||||
<Box style={{ height: 48 }} />
|
||||
|
||||
{/* 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>
|
||||
|
||||
{/* C 区内容 */}
|
||||
<Box style={{ flex: 1, paddingLeft: 70, paddingRight: 70, paddingTop: 24, paddingBottom: 30, flexDirection: 'row', gap: 40 }}>
|
||||
|
||||
{/* 左:目标总纲 */}
|
||||
<Box style={{ width: 300, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Text style={{ fontSize: 30, fontWeight: 'bold', color: '#C42819', fontFamily: '宋体', lineHeight: 1.4 }}>目标清晰<br />逐年递进</Text>
|
||||
<Box style={{ width: 56, height: 4, background: '#E19825', marginTop: 18, marginBottom: 18 }} />
|
||||
<Text style={{ fontSize: 16, color: '#6B7280', fontFamily: '微软雅黑', lineHeight: 1.7 }}>
|
||||
以标准化控制卡筑基,向消费级与核心板产品化延伸,最终走向多芯片合封 / SoC 化集成,构建自主技术壁垒,作为绩效评估依据。
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
{/* 右:三年阶段 */}
|
||||
<Box style={{ flex: 1, flexDirection: 'column', justifyContent: 'center', gap: 14 }}>
|
||||
{[
|
||||
{ y: '2026', t: '标准平台筑基', color: '#C42819', items: ['EtherCAT 标准化激光控制卡', '攻克多轴插补 / PSO / 纳秒级触发', '样机试产 + 2 个案例,降本 15%'] },
|
||||
{ y: '2027', t: '消费级落地', color: '#EE5530', items: ['ESP32 消费级打标控制模组', '成本≤工业方案 20%,量产 3000 套', '一键式操作全流程打通'] },
|
||||
{ y: '2028', t: '核心板产品化', color: '#F26B40', items: ['MCU+FPGA 核心板产品化', '3 家厂商参考设计,成本降 25%', 'SoC 化验证 + 可行性报告'] },
|
||||
].map((g, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row', alignItems: 'stretch' }}>
|
||||
<Box style={{ width: 120, alignItems: 'flex-start', paddingTop: 16 }}>
|
||||
<Box style={{ background: g.color, borderRadius: 12, paddingTop: 10, paddingBottom: 10, paddingLeft: 16, paddingRight: 16 }}>
|
||||
<Text style={{ fontSize: 22, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '微软雅黑' }}>{g.y}</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
<Box style={{ width: 2, background: '#E5E7EB', marginTop: 6, marginBottom: 6 }} />
|
||||
<Box style={{ flex: 1, paddingLeft: 20, paddingTop: 14, paddingBottom: 14 }}>
|
||||
<Text style={{ fontSize: 19, fontWeight: 'bold', color: g.color, fontFamily: '宋体' }}>{g.t}</Text>
|
||||
<Box style={{ flexDirection: 'row', flexWrap: 'wrap', gap: 8, marginTop: 8 }}>
|
||||
{g.items.map((it, j) => (
|
||||
<Box key={j} style={{ background: '#FBF7F2', borderRadius: 8, paddingTop: 6, paddingBottom: 6, paddingLeft: 12, paddingRight: 12 }}>
|
||||
<Text style={{ fontSize: 13, color: '#171616', fontFamily: '微软雅黑' }}>{it}</Text>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
|
||||
</Box>
|
||||
|
||||
{/* D 区页脚装饰条 */}
|
||||
<Box style={{ height: 20, 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 }}>
|
||||
<Text style={{ fontSize: 14, color: '#9CA3AF', fontFamily: '微软雅黑' }}>11 / 12</Text>
|
||||
</Box>
|
||||
|
||||
</Slide>
|
||||
@@ -0,0 +1,47 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: 'linear-gradient(165deg, #A81810 0%, #C42819 48%, #E63F26 100%)', padding: '0px' }}>
|
||||
|
||||
{/* 金色粒子光晕 */}
|
||||
<svg width='1280' height='720' viewBox='0 0 1280 720' style={{ position: 'absolute', top: 0, left: 0, opacity: 0.5 }}>
|
||||
<circle cx='200' cy='180' r='100' fill='#FFE79B' opacity='0.10' />
|
||||
<circle cx='1080' cy='160' r='120' fill='#FFC000' opacity='0.10' />
|
||||
<circle cx='1120' cy='560' r='90' fill='#FFE79B' opacity='0.08' />
|
||||
<circle cx='140' cy='560' r='80' fill='#FFC000' opacity='0.08' />
|
||||
<circle cx='640' cy='120' r='6' fill='#FFE79B' opacity='0.7' />
|
||||
<circle cx='300' cy='300' r='4' fill='#FFD700' opacity='0.6' />
|
||||
<circle cx='980' cy='320' r='5' fill='#FFE79B' opacity='0.6' />
|
||||
<circle cx='820' cy='620' r='4' fill='#FFD700' opacity='0.5' />
|
||||
</svg>
|
||||
|
||||
<Box style={{ flex: 1, flexDirection: 'column', alignItems: 'center', justifyContent: 'center', paddingLeft: 70, paddingRight: 70 }}>
|
||||
|
||||
{/* 金句 */}
|
||||
<Text style={{
|
||||
fontSize: 80,
|
||||
fontWeight: 'bold',
|
||||
fontFamily: '宋体',
|
||||
backgroundImage: 'linear-gradient(180deg, #FFF3C4 0%, #FFD700 45%, #E19825 100%)',
|
||||
backgroundClip: 'text',
|
||||
color: 'transparent',
|
||||
textShadow: '0 4px 18px rgba(0,0,0,0.35)',
|
||||
letterSpacing: 10,
|
||||
lineHeight: 1.3,
|
||||
textAlign: 'center',
|
||||
}}>
|
||||
扎根长沙<br />实业报国
|
||||
</Text>
|
||||
|
||||
<Box style={{ width: 90, height: 3, background: '#E19825', marginTop: 40, marginBottom: 40 }} />
|
||||
|
||||
<Text style={{ fontSize: 24, color: '#FFFFFF', fontFamily: '微软雅黑', letterSpacing: 3 }}>
|
||||
汇报人:陈越
|
||||
</Text>
|
||||
<Text style={{ fontSize: 18, color: '#FFE0C7', fontFamily: '微软雅黑', marginTop: 14, letterSpacing: 2 }}>
|
||||
恳请各位领导批评指正
|
||||
</Text>
|
||||
|
||||
</Box>
|
||||
|
||||
{/* 底部金色细线 */}
|
||||
<Box style={{ position: 'absolute', bottom: 44, left: 70, right: 70, height: 3, background: 'linear-gradient(90deg, #E19825 0%, #FFE79B 50%, #E19825 100%)' }} />
|
||||
|
||||
</Slide>
|
||||
Reference in New Issue
Block a user