feat: top bar, footer, login/register buttons, ICP/copyright settings
This commit is contained in:
@@ -157,3 +157,12 @@ tbody tr:hover{background:var(--g50)}
|
||||
.detail-grid{grid-template-columns:1fr}
|
||||
.grid-2,.grid-3{grid-template-columns:1fr}
|
||||
}
|
||||
#top-bar{background:var(--g900);color:white;position:sticky;top:0;z-index:200}
|
||||
.top-bar-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:0 20px;height:48px}
|
||||
.top-logo{color:white;text-decoration:none;font-size:16px;font-weight:700;display:flex;align-items:center;gap:8px}
|
||||
.top-logo i{font-size:20px;color:var(--p)}
|
||||
#top-auth{display:flex;gap:8px}
|
||||
#page-footer{background:var(--g900);color:var(--g400);padding:16px 20px;font-size:13px;text-align:center}
|
||||
.footer-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:center;gap:24px;flex-wrap:wrap}
|
||||
#app{min-height:calc(100vh - 48px);display:flex;flex-direction:column}
|
||||
#public-page,#main-layout{flex:1}
|
||||
|
||||
Reference in New Issue
Block a user