feat: add software download center

This commit is contained in:
lwt
2026-06-08 20:53:14 +08:00
parent aa29e4e462
commit c8cfe68361
18 changed files with 3738 additions and 0 deletions
+12
View File
@@ -123,6 +123,12 @@
border: 1px solid rgba(35, 136, 255, 0.24);
}
.quick-link.software {
color: #2049ee;
background: rgba(32, 73, 238, 0.08);
border: 1px solid rgba(32, 73, 238, 0.22);
}
.eyebrow {
margin: 0 0 12px;
color: var(--blue);
@@ -656,6 +662,12 @@
background: linear-gradient(145deg, #f7fbff, #eef7ff);
}
.card-software {
color: #2049ee;
border-color: rgba(32, 73, 238, 0.28);
background: linear-gradient(145deg, #f7fbff, #edf5ff);
}
@media (max-width: 1180px) {
.brand::after {
display: none;
File diff suppressed because it is too large Load Diff