update
This commit is contained in:
@@ -7,7 +7,7 @@ sidebar_position: 1
|
|||||||
|
|
||||||
本手册由作者神雕热心撰写。由于工作量大,未详尽之处,敬请理解。
|
本手册由作者神雕热心撰写。由于工作量大,未详尽之处,敬请理解。
|
||||||
|
|
||||||
|
<a href="/docs/tutorial-extras/start" class="hinas-button">前往快速开始</a>
|
||||||
|
|
||||||
## 海纳思系统介绍:
|
## 海纳思系统介绍:
|
||||||
|
|
||||||
|
|||||||
@@ -28,3 +28,23 @@
|
|||||||
--ifm-color-primary-lightest: #4fddbf;
|
--ifm-color-primary-lightest: #4fddbf;
|
||||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||||
}
|
}
|
||||||
|
/* 自定义按钮样式 - 适配Docusaurus Classic主题 */
|
||||||
|
.hinas-button {
|
||||||
|
display: inline-block;
|
||||||
|
background-color: #165DFF;
|
||||||
|
color: #fff !important;
|
||||||
|
padding: 10px 24px;
|
||||||
|
border-radius: 4px;
|
||||||
|
text-decoration: none !important;
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 500;
|
||||||
|
transition: background-color 0.2s ease;
|
||||||
|
border: none;
|
||||||
|
cursor: pointer;
|
||||||
|
margin: 24px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.hinas-button:hover {
|
||||||
|
background-color: #0F4BD8;
|
||||||
|
color: #fff !important;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user