增加gemini入口

This commit is contained in:
lwt
2026-05-08 22:58:57 +08:00
parent 4d0419c90e
commit b4c8bfbcc0
2 changed files with 29 additions and 1 deletions
+16
View File
@@ -257,6 +257,22 @@ h1 {
background: linear-gradient(135deg, rgba(127, 240, 207, 0.24), transparent 62%);
}
.accent-gemini::before {
background:
radial-gradient(circle at 18% 20%, rgba(118, 200, 255, 0.3), transparent 28%),
radial-gradient(circle at 76% 24%, rgba(255, 155, 131, 0.26), transparent 34%),
linear-gradient(135deg, rgba(186, 140, 255, 0.26), transparent 64%);
}
.service-card-wide {
min-height: 132px;
grid-column: 1 / -1;
}
.service-card-wide .service-icon {
margin-bottom: 20px;
}
.service-icon,
.service-title,
.service-desc {