等待后端更新接口

This commit is contained in:
2026-08-03 16:49:26 +08:00
parent ac5823547a
commit 5b79893650
131 changed files with 5324 additions and 1392 deletions
+20
View File
@@ -458,6 +458,26 @@
transform: translateY(-3px);
}
.service-grid strong,
.service-grid span {
display: block;
text-align: center;
}
.service-grid strong {
font-size: 17px;
}
.service-grid span {
color: var(--muted);
font-size: 13px;
line-height: 1.55;
}
.service-grid a:hover span {
color: rgba(255, 255, 255, .8);
}
.tilt-card {
transform: perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(var(--lift, 0));
transition: transform .18s ease, box-shadow .24s ease, border-color .24s ease;