73 lines
4.0 KiB
Plaintext
73 lines
4.0 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: 20, paddingBottom: 24, flexDirection: 'row', gap: 36 }}>
|
|
|
|
{/* 左:基本信息 */}
|
|
<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>
|
|
|
|
{/* 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: '微软雅黑' }}>03 / 13</Text>
|
|
</Box>
|
|
|
|
</Slide>
|