48 lines
2.0 KiB
Plaintext
48 lines
2.0 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='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>
|