Commit 8ba2f5a8 authored by krysent's avatar krysent

更改备案号

parent 9c5e12f4
This diff is collapsed.
...@@ -123,6 +123,14 @@ body, ...@@ -123,6 +123,14 @@ body,
font-family: 'HarmonyOS Sans SC'; font-family: 'HarmonyOS Sans SC';
padding: 16px; padding: 16px;
text-align: center; text-align: center;
a {
cursor: pointer;
text-decoration: none;
color: rgba(194, 194, 194, 1);
&:visited {
color: rgba(194, 194, 194, 1);
}
}
} }
.footer-content h2 { .footer-content h2 {
margin-bottom: 24px; margin-bottom: 24px;
......
...@@ -157,8 +157,10 @@ export default () => { ...@@ -157,8 +157,10 @@ export default () => {
</div> </div>
<div className="footer-copyright"> <div className="footer-copyright">
Copyright © {new Date().getFullYear()} &nbsp; Copyright © {new Date().getFullYear()} &nbsp;
江苏南高智能装备创新中心有限公司&nbsp;&nbsp;&nbsp;版权所有&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;备案号: 江苏南高智能装备创新中心有限公司&nbsp;&nbsp;&nbsp;版权所有&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
苏ICP备18015471号 <a href="https://beian.miit.gov.cn" target="_blank">
备案号:苏ICP备18015471号-1
</a>
</div> </div>
</div> </div>
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment