备份版本
This commit is contained in:
+91
-25
@@ -1,39 +1,105 @@
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px', flexDirection: 'row' }}>
|
||||
<Slide style={{ width: '1280px', height: '720px', background: '#FFFFFF', padding: '0px' }}>
|
||||
|
||||
{/* 左 50% 内容 */}
|
||||
<Box style={{ flex: 1, paddingLeft: 70, paddingTop: 90, paddingBottom: 60, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Text style={{ fontSize: 20, color: '#C42819', fontFamily: '微软雅黑', letterSpacing: 6, fontWeight: 'bold' }}>PART 03</Text>
|
||||
{/* A 区留白 */}
|
||||
<Box style={{ height: 32 }} />
|
||||
|
||||
<Text style={{ fontSize: 150, fontWeight: 'bold', color: '#F26B40', fontFamily: '宋体', lineHeight: 1, marginTop: 6, opacity: 0.9 }}>03</Text>
|
||||
{/* B 区标题块 */}
|
||||
<Box style={{ height: 56, 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>
|
||||
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'center', marginTop: 24 }}>
|
||||
<Box style={{ width: 8, height: 44, background: '#C42819', marginRight: 18 }} />
|
||||
<Text style={{ fontSize: 52, fontWeight: 'bold', color: '#171616', fontFamily: '宋体' }}>未来三年工作目标</Text>
|
||||
{/* C 区内容 */}
|
||||
<Box style={{ flex: 1, paddingLeft: 70, paddingRight: 70, paddingTop: 12, paddingBottom: 20, flexDirection: 'column' }}>
|
||||
|
||||
{/* 顶部:底层逻辑主线 */}
|
||||
<Box style={{ background: 'linear-gradient(90deg, #A81810 0%, #C42819 60%, #EE5530 100%)', borderRadius: 12, paddingTop: 14, paddingBottom: 14, paddingLeft: 22, paddingRight: 22, flexDirection: 'row', alignItems: 'center' }}>
|
||||
<Text style={{ fontSize: 17, fontWeight: 'bold', color: '#FFE79B', fontFamily: '宋体', letterSpacing: 1 }}>底层逻辑</Text>
|
||||
<Box style={{ width: 1, height: 22, background: 'rgba(255,255,255,0.4)', marginLeft: 16, marginRight: 16 }} />
|
||||
<Text style={{ flex: 1, fontSize: 16, color: '#FFFFFF', fontFamily: '微软雅黑', lineHeight: 1.5 }}>
|
||||
硬件性能越来越强、门槛越来越低、成本越来越低 —— 沿同一主线三步布局:<span style={{ color: '#FFE79B', fontWeight: 'bold' }}>标准筑基 → 消费落地 → 芯片自主</span>
|
||||
</Text>
|
||||
</Box>
|
||||
|
||||
<Text style={{ fontSize: 20, color: '#6B7280', fontFamily: '微软雅黑', marginTop: 22, lineHeight: 1.6 }}>
|
||||
标准平台 · 消费级落地<br />核心板产品化
|
||||
</Text>
|
||||
{/* 三年递进目标 */}
|
||||
<Box style={{ flex: 1, flexDirection: 'column', justifyContent: 'center', marginTop: 12 }}>
|
||||
|
||||
<Box style={{ flexDirection: 'row', gap: 14, marginTop: 30 }}>
|
||||
{['标准平台', '消费级模组', '核心板产品化'].map((k, i) => (
|
||||
<Box key={i} style={{ background: '#FBF7F2', border: '1px solid #E5E7EB', borderRadius: 18, paddingTop: 10, paddingBottom: 10, paddingLeft: 18, paddingRight: 18 }}>
|
||||
<Text style={{ fontSize: 15, color: '#C42819', fontFamily: '微软雅黑' }}>{k}</Text>
|
||||
{/* 2026 标准筑基 */}
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'stretch', border: '1px solid #E5E7EB', borderRadius: 12, overflow: 'hidden' }}>
|
||||
<Box style={{ width: 120, background: '#C42819', justifyContent: 'center', alignItems: 'center', flexDirection: 'column' }}>
|
||||
<Text style={{ fontSize: 26, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '微软雅黑' }}>2026</Text>
|
||||
<Text style={{ fontSize: 15, color: '#FFE79B', fontFamily: '微软雅黑', marginTop: 4 }}>标准筑基</Text>
|
||||
</Box>
|
||||
))}
|
||||
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 20, paddingRight: 20, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Text style={{ fontSize: 15, color: '#C42819', fontFamily: '微软雅黑', fontWeight: 'bold' }}>逻辑:先把核心能力标准化、模块化,统一到一张控制卡</Text>
|
||||
<Box style={{ flexDirection: 'row', flexWrap: 'wrap', gap: 8, marginTop: 8 }}>
|
||||
{['EtherCAT 标准化控制卡', '多轴插补 / PSO / 纳秒级触发', '2 个应用案例', '降本 15%'].map((t, j) => (
|
||||
<Box key={j} style={{ background: '#FBF7F2', borderRadius: 8, paddingTop: 5, paddingBottom: 5, paddingLeft: 12, paddingRight: 12 }}>
|
||||
<Text style={{ fontSize: 13, color: '#333333', fontFamily: '微软雅黑' }}>{t}</Text>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
{/* 递进箭头 */}
|
||||
<Box style={{ height: 22, justifyContent: 'center', alignItems: 'center' }}>
|
||||
<Text style={{ fontSize: 18, color: '#E19825', fontFamily: '微软雅黑' }}>↓ 成本更低 · 门槛更低</Text>
|
||||
</Box>
|
||||
|
||||
{/* 2027 消费落地 */}
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'stretch', border: '1px solid #E5E7EB', borderRadius: 12, overflow: 'hidden' }}>
|
||||
<Box style={{ width: 120, background: '#EE5530', justifyContent: 'center', alignItems: 'center', flexDirection: 'column' }}>
|
||||
<Text style={{ fontSize: 26, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '微软雅黑' }}>2027</Text>
|
||||
<Text style={{ fontSize: 15, color: '#FFE7D6', fontFamily: '微软雅黑', marginTop: 4 }}>消费落地</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 20, paddingRight: 20, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Text style={{ fontSize: 15, color: '#EE5530', fontFamily: '微软雅黑', fontWeight: 'bold' }}>逻辑:激光加工硬件已便宜到"大家都用得起",顺势向消费级下沉</Text>
|
||||
<Box style={{ flexDirection: 'row', flexWrap: 'wrap', gap: 8, marginTop: 8 }}>
|
||||
{['ESP32 消费级打标模组', '成本 ≤ 工业方案 20%', '量产 3000 套', '一键式操作'].map((t, j) => (
|
||||
<Box key={j} style={{ background: '#FBF7F2', borderRadius: 8, paddingTop: 5, paddingBottom: 5, paddingLeft: 12, paddingRight: 12 }}>
|
||||
<Text style={{ fontSize: 13, color: '#333333', fontFamily: '微软雅黑' }}>{t}</Text>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
{/* 递进箭头 */}
|
||||
<Box style={{ height: 22, justifyContent: 'center', alignItems: 'center' }}>
|
||||
<Text style={{ fontSize: 18, color: '#E19825', fontFamily: '微软雅黑' }}>↓ 性能更强 · 向上整合</Text>
|
||||
</Box>
|
||||
|
||||
{/* 2028 芯片自主 */}
|
||||
<Box style={{ flexDirection: 'row', alignItems: 'stretch', border: '1px solid #E5E7EB', borderRadius: 12, overflow: 'hidden' }}>
|
||||
<Box style={{ width: 120, background: '#F26B40', justifyContent: 'center', alignItems: 'center', flexDirection: 'column' }}>
|
||||
<Text style={{ fontSize: 26, fontWeight: 'bold', color: '#FFFFFF', fontFamily: '微软雅黑' }}>2028</Text>
|
||||
<Text style={{ fontSize: 15, color: '#FFE7D6', fontFamily: '微软雅黑', marginTop: 4 }}>芯片自主</Text>
|
||||
</Box>
|
||||
<Box style={{ flex: 1, paddingTop: 14, paddingBottom: 14, paddingLeft: 20, paddingRight: 20, flexDirection: 'column', justifyContent: 'center' }}>
|
||||
<Text style={{ fontSize: 15, color: '#C42819', fontFamily: '微软雅黑', fontWeight: 'bold' }}>逻辑:MCU+FPGA 核心板产品化,为具备"自己造芯片"能力奠基</Text>
|
||||
<Box style={{ flexDirection: 'row', flexWrap: 'wrap', gap: 8, marginTop: 8 }}>
|
||||
{['MCU+FPGA 核心板产品化', '3 家厂商参考设计', '体积缩 15% · 成本降 25%', 'SoC 化验证 + 可行性报告'].map((t, j) => (
|
||||
<Box key={j} style={{ background: '#FBF7F2', borderRadius: 8, paddingTop: 5, paddingBottom: 5, paddingLeft: 12, paddingRight: 12 }}>
|
||||
<Text style={{ fontSize: 13, color: '#333333', fontFamily: '微软雅黑' }}>{t}</Text>
|
||||
</Box>
|
||||
))}
|
||||
</Box>
|
||||
</Box>
|
||||
</Box>
|
||||
|
||||
</Box>
|
||||
|
||||
</Box>
|
||||
|
||||
{/* 右 50% 主题摄影出血 */}
|
||||
<Box style={{ width: 640, height: 720, position: 'relative' }}>
|
||||
<Image src="assets/sec_future.png" style={{ width: '100%', height: '100%', objectFit: 'cover' }} />
|
||||
{/* 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: 0, left: 0, width: 640, flexDirection: 'row' }}>
|
||||
<Box style={{ width: 339, height: 9, background: '#C42819' }} />
|
||||
<Box style={{ width: 166, height: 9, background: '#EE5530' }} />
|
||||
<Box style={{ width: 135, height: 9, background: '#F26B40' }} />
|
||||
<Box style={{ position: 'absolute', bottom: 30, right: 70 }}>
|
||||
<Text style={{ fontSize: 14, color: '#9CA3AF', fontFamily: '微软雅黑' }}>10 / 13</Text>
|
||||
</Box>
|
||||
|
||||
</Slide>
|
||||
|
||||
Reference in New Issue
Block a user