备份版本
This commit is contained in:
+60
-27
@@ -1,39 +1,72 @@
|
||||
<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 01</Text>
|
||||
{/* A 区留白 */}
|
||||
<Box style={{ height: 40 }} />
|
||||
|
||||
<Text style={{ fontSize: 150, fontWeight: 'bold', color: '#F26B40', fontFamily: '宋体', lineHeight: 1, marginTop: 6, opacity: 0.9 }}>01</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: 20, paddingBottom: 24, flexDirection: 'row', gap: 36 }}>
|
||||
|
||||
<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 style={{ flex: 7, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'center', marginBottom: 16 }}>
|
||||
<Box style={{ width: 72, height: 72, borderRadius: 36, background: '#C42819', justifyContent: 'center', alignItems: 'center', marginRight: 18 }}>
|
||||
<Text style={{ fontSize: 30, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体' }}>陈</Text>
|
||||
</Box>
|
||||
))}
|
||||
<Box>
|
||||
<Text style={{ fontSize: 28, fontWeight: 'bold', color: '#171616', fontFamily: '宋体' }}>陈越</Text>
|
||||
<Text style={{ fontSize: 15, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 4 }}>男 · 1987 年 1 月 · 湖南湘潭 · 群众</Text>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
<Box style={{ border: '1px solid #E5E7EB', borderRadius: 12, paddingTop: 18, paddingBottom: 18, paddingLeft: 24, paddingRight: 24, flexDirection: 'column', gap: 13 }}>
|
||||
{[
|
||||
['最高学历', '本科 · 湖南大学 · 应用物理学专业'],
|
||||
['现任职务', '总工程师'],
|
||||
['兼任职务', '湖南省激光控制系统工程中心副主任'],
|
||||
['劳动合同', '2023.03.01 — 2028.02.29'],
|
||||
['引进前工作地', '湖南省株洲市'],
|
||||
].map((row, i) => (
|
||||
<Box key={i} style={{ flexDirection: 'row' }}>
|
||||
<Text style={{ width: 130, 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>
|
||||
|
||||
{/* 右:申报类别与条件 */}
|
||||
<Box style={{ flex: 5, flexDirection: 'column', justifyContent: 'center', gap: 18 }}>
|
||||
<Box style={{ background: 'linear-gradient(180deg, #C42819 0%, #A81810 100%)', borderRadius: 14, paddingTop: 22, paddingBottom: 22, paddingLeft: 24, paddingRight: 24 }}>
|
||||
<Text style={{ fontSize: 15, color: '#FFE79B', fontFamily: '微软雅黑', letterSpacing: 2 }}>申报类别</Text>
|
||||
<Text style={{ fontSize: 22, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '宋体', marginTop: 10, lineHeight: 1.4 }}>
|
||||
新兴产业和未来产业专题<br />紧缺急需人才
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
<Box style={{ background: '#FBF7F2', border: '1px solid #E19825', borderRadius: 14, paddingTop: 22, paddingBottom: 22, paddingLeft: 24, paddingRight: 24 }}>
|
||||
<Text style={{ fontSize: 15, color: '#C42819', fontFamily: '微软雅黑', letterSpacing: 2, fontWeight: 'bold' }}>申报条件</Text>
|
||||
<Text style={{ fontSize: 17, color: '#333333', fontFamily: '微软雅黑', marginTop: 10, lineHeight: 1.6 }}>
|
||||
负责 / 主导研发产品填补省内新兴产业、未来产业空白,并承担省级以上重点攻关课题(项目)。
|
||||
</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' }} />
|
||||
{/* 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: '微软雅黑' }}>03 / 12</Text>
|
||||
</Box>
|
||||
|
||||
</Slide>
|
||||
|
||||
Reference in New Issue
Block a user