Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
ngic-company
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wuhao
ngic-company
Commits
8ba2f5a8
Commit
8ba2f5a8
authored
May 30, 2023
by
krysent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更改备案号
parent
9c5e12f4
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
996 additions
and
2 deletions
+996
-2
global.css
src/global.css
+984
-0
global.less
src/global.less
+8
-0
footer.jsx
src/layouts/footer.jsx
+4
-2
No files found.
src/global.css
0 → 100644
View file @
8ba2f5a8
This diff is collapsed.
Click to expand it.
src/global.less
View file @
8ba2f5a8
...
@@ -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;
...
...
src/layouts/footer.jsx
View file @
8ba2f5a8
...
@@ -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
()
}
Copyright ©
{
new
Date
().
getFullYear
()
}
江苏南高智能装备创新中心有限公司
版权所有
备案号:
江苏南高智能装备创新中心有限公司
版权所有
苏ICP备18015471号
<
a
href=
"https://beian.miit.gov.cn"
target=
"_blank"
>
备案号:苏ICP备18015471号-1
</
a
>
</
div
>
</
div
>
</
div
>
</
div
>
);
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment