统一界面上的ip形象标识

新增陶泥儿产品 IP 公共图片资产
左上角品牌标识和绑定页品牌块统一展示该形象
更新产品基线、创作主页方案和共享决策记录
This commit is contained in:
2026-06-23 15:48:03 +08:00
parent c8aa1775f3
commit dab879e0c4
14 changed files with 118 additions and 27 deletions
+42 -11
View File
@@ -888,6 +888,20 @@ html[data-mobile-keyboard-open='true'] #root {
text-align: left;
}
.selection-hero-brand__lockup {
display: inline-flex;
align-items: center;
gap: 0.82rem;
}
.selection-hero-brand__image {
width: clamp(3rem, 10vw, 4.4rem);
height: clamp(3rem, 10vw, 4.4rem);
flex: 0 0 auto;
object-fit: contain;
filter: drop-shadow(0 0.55rem 0.58rem rgba(0, 0, 0, 0.28));
}
.selection-hero-brand__title {
font-family: 'Noto Serif SC', 'Georgia', serif !important;
font-size: clamp(3rem, 10vw, 4.6rem);
@@ -1485,10 +1499,25 @@ html[data-mobile-keyboard-open='true'] #root {
.platform-brand-logo {
display: inline-flex;
flex: none;
align-items: center;
gap: 0.5rem;
line-height: 1;
}
.platform-brand-logo__image {
width: clamp(2.1rem, 6vw, 2.95rem);
height: clamp(2.1rem, 6vw, 2.95rem);
flex: 0 0 auto;
object-fit: contain;
filter: drop-shadow(0 0.24rem 0.28rem rgba(112, 62, 32, 0.18));
}
.platform-brand-logo__copy {
display: inline-flex;
min-width: 0;
flex-direction: column;
align-items: flex-start;
gap: 0.18rem;
line-height: 1;
}
.platform-brand-logo__title,
@@ -11700,7 +11729,6 @@ button.image-canvas-editor__reference-chip:disabled {
gap: 0.7rem;
}
.creation-home-brand-lockup__art,
.creation-home-nav-art,
.creation-home-topbar-art {
display: none;
@@ -11774,21 +11802,15 @@ button.image-canvas-editor__reference-chip:disabled {
.platform-desktop-shell--workbench .creation-home-brand-lockup {
align-self: flex-start;
gap: 0.42rem;
min-height: 3.28rem;
padding-left: 0.28rem;
}
.platform-desktop-shell--workbench .creation-home-brand-lockup__art {
display: block;
width: 2.58rem;
height: 2.58rem;
.platform-desktop-shell--workbench .platform-brand-logo__image {
width: 2.82rem;
height: 2.82rem;
flex: 0 0 auto;
border-radius: 999px;
object-fit: cover;
object-position: center;
filter: drop-shadow(0 0.36rem 0.34rem rgba(112, 62, 32, 0.18));
mix-blend-mode: multiply;
}
.platform-desktop-shell--workbench .platform-brand-logo__title {
@@ -14204,6 +14226,15 @@ button {
gap: 0.6rem;
}
.selection-hero-brand__lockup {
gap: 0.58rem;
}
.selection-hero-brand__image {
width: 2.85rem;
height: 2.85rem;
}
.selection-hero-brand__title {
letter-spacing: 0.16em;
}