This commit is contained in:
eric
2026-03-12 19:52:34 -05:00
parent 4a223cd788
commit e5d080c202
18 changed files with 635 additions and 158 deletions

View File

@@ -164,6 +164,63 @@
border-color: rgba(245, 158, 11, 0.3);
}
/* 星球登录信息卡片 */
.loginCard {
margin-top: 1.25rem;
padding: 1.25rem 1.5rem;
background: linear-gradient(135deg, rgba(245, 158, 11, 0.06) 0%, rgba(245, 158, 11, 0.02) 100%);
border: 1px solid rgba(245, 158, 11, 0.2);
border-radius: 10px;
max-width: 380px;
}
.loginCardTitle {
font-size: 0.8rem;
font-weight: 600;
color: var(--muted-foreground);
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 1rem;
}
.loginCardRow {
display: flex;
align-items: center;
gap: 0.75rem;
font-size: 0.9rem;
padding: 0.5rem 0;
border-bottom: 1px solid var(--border);
}
.loginCardRow:last-of-type {
border-bottom: none;
}
.loginCardLabel {
flex-shrink: 0;
width: 2.5em;
color: var(--muted-foreground);
}
.loginCardValue {
font-family: ui-monospace, monospace;
font-size: 0.9rem;
padding: 0.15rem 0.5rem;
background: var(--muted);
border-radius: 6px;
}
.loginCardLink {
margin-left: auto;
font-size: 0.85rem;
color: var(--accent);
text-decoration: none;
}
.loginCardLink:hover {
text-decoration: underline;
}
/* 大数字 */
.bigNumber {
font-size: 2rem;