ui: 导航圆润与用户信息展示;详情页作者与关注;主页粉丝/关注与卡片网格

This commit is contained in:
2025-12-07 11:25:50 +08:00
parent b497fe97f3
commit a60d9d1e54
5 changed files with 78 additions and 29 deletions

View File

@@ -9,6 +9,10 @@
body { background: #f8fafc; }
.container { max-width: 1100px; }
.navbar { border-radius: var(--radius); box-shadow: var(--shadow); }
.nav-menu a { padding: 8px 14px; border-radius: 999px; }
.nav-menu a:hover { background: #f1f5ff; }
.nav-user { display:flex; align-items:center; gap:12px; }
.avatar { width: 32px; height: 32px; border-radius: 50%; background: #e5e7eb; display:inline-flex; align-items:center; justify-content:center; font-weight:600; color:#4b5563; }
.card { border: 0; border-radius: var(--radius); box-shadow: var(--shadow); }
.btn { border-radius: var(--radius-sm); }
.form-control, .form-select, textarea { border-radius: var(--radius-sm); }