mirror of
https://gitee.com/ulthon/ulthon_information.git
synced 2026-07-01 18:32:48 +08:00
feat(typesetting): 品牌标识CSS样式 - brand-header/brand-logo/brand-name
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user