替换 Airshelf 品牌 logo

This commit is contained in:
iye
2026-05-27 14:52:15 +08:00
parent 54b57f76d0
commit 134778dde8
6 changed files with 9 additions and 13 deletions
+3 -5
View File
@@ -24,9 +24,8 @@
/* 左侧品牌区 · 深色 */
.auth-brand { background: var(--accent-black); color: var(--accent-white); padding: 40px 44px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.auth-brand .logo { display: flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 700; letter-spacing: -.01em; }
.auth-brand .logo .ic { width: 28px; height: 28px; background: var(--heat); border-radius: 6px; display: grid; place-items: center; }
.auth-brand .logo .ic svg { width: 16px; height: 16px; color: var(--accent-white); }
.auth-brand .logo { display: flex; align-items: center; height: 56px; }
.auth-brand .logo-img { display: block; width: 196px; height: auto; margin: -14px 0 -10px -14px; object-fit: contain; }
.auth-brand .tag { font-family: var(--font-mono); font-size: 10.5px; color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; margin-top: 4px; }
.auth-brand .hero { margin-top: auto; margin-bottom: auto; }
@@ -107,8 +106,7 @@
<!-- 左:品牌 -->
<aside class="auth-brand">
<div class="logo">
<span class="ic"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"><path d="M4.5 19 12 4.5 19.5 19"/><path d="M8 14h8"/><path d="M7 17h10"/><path d="M9.5 10.3c1.5-1.2 3.5-1.2 5 0"/></svg></span>
<span>Airshelf</span>
<img class="logo-img" src="assets/logo-dark.png" alt="Airshelf">
</div>
<div class="tag">// SHORT-VIDEO COMMERCE PLATFORM</div>