备份版本
This commit is contained in:
+21
-28
@@ -11,7 +11,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>
|
||||
|
||||
{/* 顶部红色短条 */}
|
||||
@@ -19,55 +18,49 @@
|
||||
|
||||
<Box style={{ flex: 1, flexDirection: 'column', alignItems: 'center', justifyContent: 'center', paddingLeft: 70, paddingRight: 70 }}>
|
||||
{/* 顶部单位标识 */}
|
||||
<Text style={{ fontSize: 22, color: '#FFE79B', letterSpacing: 6, fontFamily: '微软雅黑' }}>
|
||||
长沙八思量信息技术有限公司
|
||||
<Text style={{ fontSize: 20, color: '#FFE79B', letterSpacing: 6, fontFamily: '微软雅黑' }}>
|
||||
长沙市紧缺急需人才项目申报汇报
|
||||
</Text>
|
||||
|
||||
<Box style={{ width: 90, height: 3, background: '#E19825', marginTop: 24, marginBottom: 40 }} />
|
||||
<Box style={{ width: 90, height: 3, background: '#E19825', marginTop: 24, marginBottom: 36 }} />
|
||||
|
||||
{/* 主标题 */}
|
||||
<Text style={{
|
||||
fontSize: 96,
|
||||
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: 14,
|
||||
lineHeight: 1.15,
|
||||
letterSpacing: 12,
|
||||
lineHeight: 1.2,
|
||||
}}>
|
||||
紧缺急需人才
|
||||
</Text>
|
||||
|
||||
{/* 金色副标飘带 */}
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'center', marginTop: 44 }}>
|
||||
<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: 34, paddingRight: 34, borderRadius: 4 }}>
|
||||
<Text style={{ fontSize: 26, color: '#FFFFFF', fontFamily: '微软雅黑', letterSpacing: 4, fontWeight: 'bold' }}>
|
||||
申报答辩汇报
|
||||
<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: '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 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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user