Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
J
jiayun
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
jiayun
Commits
8b9063c3
Commit
8b9063c3
authored
Aug 07, 2026
by
xuchentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add ICP filing number to footer
parent
d87904df
Pipeline
#460
passed with stage
in 22 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Footer.astro
src/components/Footer.astro
+5
-1
global.css
src/styles/global.css
+1
-1
No files found.
src/components/Footer.astro
View file @
8b9063c3
...
...
@@ -14,5 +14,9 @@ import Icon from "./Icon.astro";
<div><h2>核心服务</h2><a href="/services/#vehicle-rental">车辆租赁</a><a href="/services/#license-service">证照代办</a><a href="/services/#platform-access">平台入驻</a><a href="/services/#driver-training">司机培训</a></div>
<div class="footer-contact"><h2>联系嘉运</h2><a href={`tel:${site.contact.tel}`}><Icon name="phone" size={18} />{site.contact.phone}</a><a href={site.contact.mapUrl} target="_blank" rel="noopener"><Icon name="pin" size={18} />{site.contact.address}</a><p><Icon name="clock" size={18} />{site.contact.serviceHours}</p></div>
</div>
<div class="container footer-bottom"><p>© {new Date().getFullYear()} {site.brand.legalName}</p><p>平台规则、车型价格及优惠政策以门店与相关平台实时信息为准。</p></div>
<div class="container footer-bottom">
<p>© {new Date().getFullYear()} {site.brand.legalName}</p>
<p><a href="https://beian.miit.gov.cn/" target="_blank" rel="noopener noreferrer">津ICP备2026009386号-1</a></p>
<p>平台规则、车型价格及优惠政策以门店与相关平台实时信息为准。</p>
</div>
</footer>
src/styles/global.css
View file @
8b9063c3
...
...
@@ -158,7 +158,7 @@ h3 { font-size: 21px; }
.article-page
>
header
{
padding
:
80px
0
;
background
:
var
(
--primary-light
);
}
.article-header
{
max-width
:
900px
;
}
.article-category
{
display
:
inline-block
;
margin-bottom
:
20px
;
padding
:
6px
10px
;
color
:
var
(
--primary
);
background
:
#fff
;
border-radius
:
999px
;
font-size
:
11px
;
font-weight
:
700
;
}
.article-header
h1
{
margin-bottom
:
26px
;
font-size
:
clamp
(
38px
,
5vw
,
66px
);
}
.article-byline
{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
18px
;
color
:
var
(
--muted
);
font-size
:
12px
;
}
.article-layout
{
max-width
:
1020px
;
display
:
grid
;
grid-template-columns
:
minmax
(
0
,
1
fr
)
250px
;
gap
:
68px
;
padding-top
:
72px
;
padding-bottom
:
110px
;
align-items
:
start
;
}
.article-content
{
min-width
:
0
;
color
:
#403936
;
font-size
:
16px
;
line-height
:
1.9
;
}
.article-content
h2
{
margin
:
44px
0
18px
;
color
:
var
(
--ink
);
font-size
:
30px
;
}
.article-content
h3
{
margin
:
34px
0
14px
;
color
:
var
(
--ink
);
}
.article-content
img
{
height
:
auto
;
margin
:
30px
0
;
border-radius
:
14px
;
}
.article-content
a
{
color
:
var
(
--primary
);
text-decoration
:
underline
;
}
.article-content
blockquote
{
margin
:
28px
0
;
padding
:
18px
22px
;
background
:
var
(
--primary-light
);
border-left
:
4px
solid
var
(
--primary
);
}
.article-content
ul
,
.article-content
ol
{
padding-left
:
24px
;
}
.article-layout
aside
{
position
:
sticky
;
top
:
130px
;
padding
:
22px
;
background
:
var
(
--background
);
border-radius
:
14px
;
}
.article-layout
aside
strong
{
display
:
block
;
margin-bottom
:
10px
;
}
.article-layout
aside
p
{
color
:
var
(
--muted
);
font-size
:
12px
;
}
.article-layout
aside
a
{
color
:
var
(
--primary
);
font-size
:
12px
;
font-weight
:
700
;
}
.not-found
{
min-height
:
65vh
;
display
:
grid
;
place-items
:
center
;
padding
:
80px
24px
;
text-align
:
center
;
background
:
var
(
--primary-light
);
}
.not-found
>
div
>
span
{
color
:
var
(
--primary
);
font-size
:
clamp
(
90px
,
18vw
,
210px
);
font-weight
:
900
;
line-height
:
.8
;
opacity
:
.22
;
}
.not-found
h1
{
margin-top
:
20px
;
font-size
:
42px
;
}
.not-found
p
{
color
:
var
(
--muted
);
}
.site-footer
{
padding
:
72px
0
0
;
color
:
#fff
;
background
:
var
(
--dark
);
}
.footer-grid
{
display
:
grid
;
grid-template-columns
:
1.6
fr
repeat
(
3
,
1
fr
);
gap
:
58px
;
padding-bottom
:
55px
;
}
.footer-logo
{
display
:
block
;
width
:
180px
;
margin-bottom
:
22px
;
}
.footer-brand
>
p
{
max-width
:
330px
;
color
:
#b9b1ae
;
font-size
:
14px
;
}
.footer-tags
{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
18px
;
color
:
#b9b1ae
;
font-size
:
11px
;
}
.footer-tags
span
{
display
:
inline-flex
;
align-items
:
center
;
}
.footer-grid
h2
{
margin-bottom
:
20px
;
font-size
:
14px
;
}
.footer-grid
>
div
:not
(
.footer-brand
)
>
a
,
.footer-contact
>
p
{
display
:
flex
;
align-items
:
flex-start
;
gap
:
8px
;
margin
:
11px
0
;
color
:
#aaa29f
;
font-size
:
12px
;
}
.footer-grid
a
:hover
{
color
:
var
(
--primary
);
}
.footer-contact
svg
{
flex
:
none
;
margin-top
:
2px
;
}
.footer-bottom
{
display
:
flex
;
justify-content
:
space-between
;
gap
:
30px
;
padding
:
20px
0
;
color
:
#817875
;
border-top
:
1px
solid
rgba
(
255
,
255
,
255
,
.1
);
font-size
:
10px
;
}
.footer-bottom
p
{
margin
:
0
;
}
.site-footer
{
padding
:
72px
0
0
;
color
:
#fff
;
background
:
var
(
--dark
);
}
.footer-grid
{
display
:
grid
;
grid-template-columns
:
1.6
fr
repeat
(
3
,
1
fr
);
gap
:
58px
;
padding-bottom
:
55px
;
}
.footer-logo
{
display
:
block
;
width
:
180px
;
margin-bottom
:
22px
;
}
.footer-brand
>
p
{
max-width
:
330px
;
color
:
#b9b1ae
;
font-size
:
14px
;
}
.footer-tags
{
display
:
flex
;
flex-wrap
:
wrap
;
gap
:
18px
;
color
:
#b9b1ae
;
font-size
:
11px
;
}
.footer-tags
span
{
display
:
inline-flex
;
align-items
:
center
;
}
.footer-grid
h2
{
margin-bottom
:
20px
;
font-size
:
14px
;
}
.footer-grid
>
div
:not
(
.footer-brand
)
>
a
,
.footer-contact
>
p
{
display
:
flex
;
align-items
:
flex-start
;
gap
:
8px
;
margin
:
11px
0
;
color
:
#aaa29f
;
font-size
:
12px
;
}
.footer-grid
a
:hover
{
color
:
var
(
--primary
);
}
.footer-contact
svg
{
flex
:
none
;
margin-top
:
2px
;
}
.footer-bottom
{
display
:
flex
;
justify-content
:
space-between
;
gap
:
30px
;
padding
:
20px
0
;
color
:
#817875
;
border-top
:
1px
solid
rgba
(
255
,
255
,
255
,
.1
);
font-size
:
10px
;
}
.footer-bottom
p
{
margin
:
0
;
}
.footer-bottom
a
:hover
{
color
:
var
(
--primary
);
}
[
data-reveal
]
{
opacity
:
0
;
transform
:
translateY
(
24px
);
transition
:
opacity
.65s
ease
,
transform
.65s
ease
;
}
[
data-reveal
]
.is-visible
{
opacity
:
1
;
transform
:
none
;
}
@media
(
prefers-reduced-motion
:
reduce
)
{
html
{
scroll-behavior
:
auto
;
}
*,
*
::before
,
*
::after
{
animation-duration
:
.01ms
!important
;
transition-duration
:
.01ms
!important
;
}
[
data-reveal
]
{
opacity
:
1
;
transform
:
none
;
}
}
...
...
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