Commit ad54008d authored by xuchentao's avatar xuchentao

fix: simplify contact dialog

parent 7d0d6aa6
Pipeline #446 passed with stage
in 15 seconds
...@@ -23,9 +23,5 @@ import { site } from "../data/site"; ...@@ -23,9 +23,5 @@ import { site } from "../data/site";
<dd><a href="https://www.sumeiqiao.com">{site.contact.website}</a></dd> <dd><a href="https://www.sumeiqiao.com">{site.contact.website}</a></dd>
</div> </div>
</dl> </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> </div>
</dialog> </dialog>
...@@ -501,8 +501,6 @@ section[id], .faq-item[id] { scroll-margin-top: 112px; } ...@@ -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 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 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__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 { 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 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; } .not-found h1 { margin: 16px 0 10px; color: var(--ink-green); font-family: var(--serif); font-size: 40px; font-weight: 600; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment