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
ad54008d
Commit
ad54008d
authored
Aug 03, 2026
by
xuchentao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: simplify contact dialog
parent
7d0d6aa6
Pipeline
#446
passed with stage
in 15 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
ContactDialog.astro
src/components/ContactDialog.astro
+0
-4
global.css
src/styles/global.css
+0
-2
No files found.
src/components/ContactDialog.astro
View file @
ad54008d
...
...
@@ -23,9 +23,5 @@ import { site } from "../data/site";
<dd><a href="https://www.sumeiqiao.com">{site.contact.website}</a></dd>
</div>
</dl>
<div class="contact-dialog__actions">
<a class="button" href={`mailto:${site.contact.email}?subject=塑美俏官网咨询`}>发送邮件</a>
<a class="text-link" href="/contact/">查看联系页 <span>↗</span></a>
</div>
</div>
</dialog>
src/styles/global.css
View file @
ad54008d
...
...
@@ -501,8 +501,6 @@ section[id], .faq-item[id] { scroll-margin-top: 112px; }
.contact-dialog__details
dt
{
color
:
#82908b
;
font-size
:
12px
;
}
.contact-dialog__details
dd
{
margin
:
0
;
color
:
var
(
--ink-green
);
font-size
:
14px
;
font-weight
:
600
;
overflow-wrap
:
anywhere
;
}
.contact-dialog__details
a
:hover
{
color
:
var
(
--primary-dark
);
}
.contact-dialog__actions
{
margin-top
:
28px
;
display
:
flex
;
align-items
:
center
;
gap
:
24px
;
}
.not-found
{
min-height
:
72vh
;
display
:
grid
;
place-items
:
center
;
text-align
:
center
;
}
.not-found
strong
{
display
:
block
;
color
:
var
(
--secondary
);
font-family
:
Georgia
,
serif
;
font-size
:
100px
;
font-weight
:
400
;
line-height
:
1
;
}
.not-found
h1
{
margin
:
16px
0
10px
;
color
:
var
(
--ink-green
);
font-family
:
var
(
--serif
);
font-size
:
40px
;
font-weight
:
600
;
}
...
...
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