78 lines
3.8 KiB
Plaintext
78 lines
3.8 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' />
|
|
<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>
|