替换为服务官方图标

This commit is contained in:
lwt
2026-05-09 10:40:33 +08:00
parent 26b48dcc82
commit 56dea052d9
9 changed files with 90 additions and 8 deletions
+28
View File
@@ -95,6 +95,12 @@
box-shadow 160ms ease;
}
.quick-link img {
width: 22px;
height: 22px;
object-fit: contain;
}
.quick-link:hover,
.quick-link:focus-visible {
transform: translateY(-2px);
@@ -534,6 +540,28 @@
font-weight: 900;
}
.service-icon img {
width: 58px;
height: 58px;
object-fit: contain;
}
.card-blue .service-icon img {
width: 64px;
height: 64px;
}
.card-purple .service-icon img {
width: 62px;
height: 62px;
}
.card-deepseek .service-icon img {
width: 56px;
height: 56px;
border-radius: 12px;
}
.service-title {
color: #14213c;
font-size: 1.5rem;