fix: 修正公司成立年份并优化页脚链接样式
修正关于我们部分的公司成立年份从2022年改为2019年 为页脚底部链接添加悬停效果和基础样式
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
专注 AI 落地<br>深耕企业场景
|
专注 AI 落地<br>深耕企业场景
|
||||||
</h2>
|
</h2>
|
||||||
<p class="section-sub" style="margin-top:16px">
|
<p class="section-sub" style="margin-top:16px">
|
||||||
北京硅基伙伴科技有限公司,成立于 2022 年,
|
北京硅基伙伴科技有限公司,成立于 2019 年,
|
||||||
总部位于北京。我们由一批来自顶级互联网公司和 AI 研究院的技术专家创立,
|
总部位于北京。我们由一批来自顶级互联网公司和 AI 研究院的技术专家创立,
|
||||||
专注于企业 AI 数字化转型技术服务,致力于让先进的 AI 能力真正在企业中落地生根。
|
专注于企业 AI 数字化转型技术服务,致力于让先进的 AI 能力真正在企业中落地生根。
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
@@ -194,6 +194,13 @@ const linkCols = [
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
color: rgba(255,255,255,.3);
|
color: rgba(255,255,255,.3);
|
||||||
}
|
}
|
||||||
|
.footer-bottom-left a {
|
||||||
|
color: inherit;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
.footer-bottom-left a:hover {
|
||||||
|
color: rgba(255,255,255,.5);
|
||||||
|
}
|
||||||
.footer-bottom-right {
|
.footer-bottom-right {
|
||||||
display: flex;
|
display: flex;
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user