Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
sumeiqiao
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
xuchentao
sumeiqiao
Commits
bf946620
Commit
bf946620
authored
Aug 04, 2026
by
xuchentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add ICP filing link to footer
parent
ad54008d
Pipeline
#449
passed with stage
in 20 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
Footer.astro
src/components/Footer.astro
+1
-0
global.css
src/styles/global.css
+2
-0
No files found.
src/components/Footer.astro
View file @
bf946620
...
@@ -37,6 +37,7 @@ import { site } from "../data/site";
...
@@ -37,6 +37,7 @@ import { site } from "../data/site";
</div>
</div>
<div class="container footer-bottom">
<div class="container footer-bottom">
<p>© {new Date().getFullYear()} {site.brand.legalName}</p>
<p>© {new Date().getFullYear()} {site.brand.legalName}</p>
<a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">冀ICP备2026029576号-1</a>
<p>健康管理服务不替代医疗诊断与治疗,实际体验因人而异。</p>
<p>健康管理服务不替代医疗诊断与治疗,实际体验因人而异。</p>
</div>
</div>
</footer>
</footer>
src/styles/global.css
View file @
bf946620
...
@@ -416,6 +416,8 @@ section[id], .faq-item[id] { scroll-margin-top: 112px; }
...
@@ -416,6 +416,8 @@ section[id], .faq-item[id] { scroll-margin-top: 112px; }
.footer-arrow
span
{
display
:
inline-block
;
margin-left
:
4px
;
}
.footer-arrow
span
{
display
:
inline-block
;
margin-left
:
4px
;
}
.footer-bottom
{
padding-top
:
22px
;
display
:
flex
;
justify-content
:
space-between
;
gap
:
24px
;
border-top
:
1px
solid
rgba
(
255
,
255
,
255
,
.14
);
color
:
rgba
(
255
,
255
,
255
,
.5
);
font-size
:
11px
;
}
.footer-bottom
{
padding-top
:
22px
;
display
:
flex
;
justify-content
:
space-between
;
gap
:
24px
;
border-top
:
1px
solid
rgba
(
255
,
255
,
255
,
.14
);
color
:
rgba
(
255
,
255
,
255
,
.5
);
font-size
:
11px
;
}
.footer-bottom
p
{
margin
:
0
;
}
.footer-bottom
p
{
margin
:
0
;
}
.footer-bottom
a
{
color
:
inherit
;
}
.footer-bottom
a
:hover
{
color
:
var
(
--primary
);
}
.page-hero
{
position
:
relative
;
padding
:
92px
0
86px
;
background
:
linear-gradient
(
135deg
,
#faf8f4
,
#eaf4ef
);
overflow
:
hidden
;
}
.page-hero
{
position
:
relative
;
padding
:
92px
0
86px
;
background
:
linear-gradient
(
135deg
,
#faf8f4
,
#eaf4ef
);
overflow
:
hidden
;
}
.page-hero
::after
{
content
:
attr
(
data-word
);
position
:
absolute
;
right
:
-15px
;
bottom
:
-36px
;
color
:
rgba
(
15
,
118
,
110
,
.045
);
font-family
:
Georgia
,
serif
;
font-size
:
clamp
(
90px
,
15vw
,
210px
);
line-height
:
1
;
}
.page-hero
::after
{
content
:
attr
(
data-word
);
position
:
absolute
;
right
:
-15px
;
bottom
:
-36px
;
color
:
rgba
(
15
,
118
,
110
,
.045
);
font-family
:
Georgia
,
serif
;
font-size
:
clamp
(
90px
,
15vw
,
210px
);
line-height
:
1
;
}
...
...
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