feat: drive public domain vestibules from validated manifests

This commit is contained in:
冰朔 2026-08-10 05:28:30 +08:00
commit 2c50b28557
7 changed files with 297 additions and 40 deletions

View file

@ -233,6 +233,53 @@
min-height: 118px;
}
.public-lighthouse.is-directory .public-entry-footer {
display: none;
}
.public-vestibule-fact {
position: absolute;
left: 50%;
bottom: 54px;
z-index: 2;
width: min(760px, calc(100vw - 40px));
transform: translateX(-50%);
display: grid;
grid-template-columns: auto 1fr auto;
align-items: center;
gap: 16px;
padding: 10px 16px;
border-top: 1px solid rgba(191, 216, 255, 0.28);
color: rgba(232, 241, 255, 0.9);
text-align: left;
letter-spacing: 0.04em;
}
.public-vestibule-fact strong,
.public-vestibule-fact span,
.public-vestibule-fact small {
min-width: 0;
}
.public-vestibule-fact strong {
color: rgba(198, 220, 255, 0.78);
font-size: 12px;
font-weight: 500;
}
.public-vestibule-fact span {
overflow: hidden;
font-size: 13px;
font-weight: 500;
text-overflow: ellipsis;
white-space: nowrap;
}
.public-vestibule-fact small {
color: rgba(198, 215, 241, 0.62);
font-size: 11px;
}
.fifth-brand {
position: absolute;
z-index: 1;