Files
2026-09-10 23:00:08 +08:00

71 lines
3.4 KiB
Plaintext

<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' />
</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: 20, color: '#FFE79B', letterSpacing: 6, fontFamily: '微软雅黑' }}>
长沙市紧缺急需人才项目申报汇报
</Text>
<Box style={{ width: 90, height: 3, background: '#E19825', marginTop: 24, marginBottom: 36 }} />
{/* 主标题 */}
<Text style={{
fontSize: 88,
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: 12,
lineHeight: 1.2,
}}>
紧缺急需人才
</Text>
{/* 金色副标飘带 */}
<Box style={{ flexDirection: 'row', alignItems: 'center', marginTop: 40 }}>
<Box style={{ width: 60, height: 2, background: '#E19825' }} />
<Box style={{ background: '#E19825', paddingTop: 12, paddingBottom: 12, paddingLeft: 30, paddingRight: 30, borderRadius: 4 }}>
<Text style={{ fontSize: 24, color: '#FFFFFF', fontFamily: '微软雅黑', letterSpacing: 3, fontWeight: 'bold' }}>
新兴产业和未来产业专题紧缺急需人才
</Text>
</Box>
<Box style={{ width: 60, height: 2, background: '#E19825' }} />
</Box>
{/* 申报人 / 单位 / 职务 */}
<Box style={{ flexDirection: 'column', alignItems: 'center', marginTop: 50 }}>
<Text style={{ fontSize: 22, color: '#FFFFFF', fontFamily: '微软雅黑', letterSpacing: 2 }}>
申报人:<span style={{ fontWeight: 'bold', color: '#FFE79B' }}>陈越</span>
</Text>
<Text style={{ fontSize: 17, color: '#FFE0C7', fontFamily: '微软雅黑', marginTop: 14, letterSpacing: 1 }}>
长沙八思量信息技术有限公司 · 总工程师
</Text>
<Text style={{ fontSize: 16, color: '#FFE0C7', fontFamily: '微软雅黑', marginTop: 6, letterSpacing: 1 }}>
湖南省激光控制系统工程中心副主任
</Text>
</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>