This commit is contained in:
teasiu
2026-01-03 05:10:41 +08:00
parent eafd3cfedb
commit 163a75f7cd

View File

@@ -7,16 +7,32 @@ sidebar_position: 1
本手册由作者神雕热心撰写。由于工作量大,未详尽之处,敬请理解。 本手册由作者神雕热心撰写。由于工作量大,未详尽之处,敬请理解。
import Button from '@theme/Button'; <!-- 纯HTML按钮不依赖任何主题组件 -->
<div style={{
<div style={{ margin: '20px 0' }}> margin: '20px 0',
<Button padding: 0
href="/docs/tutorial-extras/start" }}>
variant="primary" <a
size="lg" href="/docs/tutorial-extras/start"
style={{
display: inline-block,
backgroundColor: '#165DFF', // 主题主色,可自行修改
color: '#ffffff', // 文字白色
padding: '12px 28px', // 按钮内边距(上下 左右)
borderRadius: '6px', // 圆角
textDecoration: 'none', // 去掉下划线
fontSize: '16px', // 字体大小
fontWeight: 600, // 字体加粗
cursor: 'pointer', // 鼠标悬浮显示手型
border: 'none', // 去掉边框
boxShadow: '0 2px 8px rgba(22, 93, 255, 0.2)', // 轻微阴影更美观
transition: 'background-color 0.2s ease' // hover 过渡效果
}}
onMouseOver="this.style.backgroundColor='#0F4BD8'" // 悬浮加深颜色
onMouseOut="this.style.backgroundColor='#165DFF'" // 离开恢复原色
> >
前往快速开始 前往快速开始
</Button> </a>
</div> </div>
## 海纳思系统介绍: ## 海纳思系统介绍: