From aa6124adbcff7e1e1e6ad8b6f932c6514a4a9f65 Mon Sep 17 00:00:00 2001 From: augushong Date: Sun, 17 May 2026 11:14:50 +0800 Subject: [PATCH] =?UTF-8?q?feat(typesetting):=20=E5=93=81=E7=89=8C?= =?UTF-8?q?=E6=A0=87=E8=AF=86CSS=E6=A0=B7=E5=BC=8F=20-=20brand-header/bran?= =?UTF-8?q?d-logo/brand-name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/static/css/phone-image-templates.css | 27 +++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/public/static/css/phone-image-templates.css b/public/static/css/phone-image-templates.css index 89ee876..377c47d 100644 --- a/public/static/css/phone-image-templates.css +++ b/public/static/css/phone-image-templates.css @@ -262,6 +262,33 @@ text-indent: 0; } +/* 品牌头部 - 所有页面顶部统一品牌标识 */ +.brand-header { + display: flex; + align-items: center; + padding: 6px 0; + margin-bottom: 4px; + flex-shrink: 0; + gap: 8px; +} + +.brand-header .brand-logo { + height: 24px; + width: 24px; + flex-shrink: 0; + border-radius: 4px; +} + +.brand-header .brand-name { + font-size: 13px; + color: #666; + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + line-height: 1; + letter-spacing: 0.5px; +} + /* 内容页 - 正文区域 */ .page-content { flex: 1;