feat(miniprogram): 温润东方风全面 UI 重设计

73 文件变更,覆盖全部 40 个页面 SCSS + TabBar 图标 + 组件样式。
统一赤陶主色 #C4623A + 暖米背景 + 衬线标题字体 + 12px 圆角体系。
This commit is contained in:
iven
2026-04-28 00:19:52 +08:00
parent fbb28e655d
commit 50eae8b809
97 changed files with 7633 additions and 2373 deletions

View File

@@ -65,20 +65,20 @@
// RichText 内部样式优化
h1, h2, h3 {
font-weight: bold;
color: #134E4A;
color: $tx;
margin: 24px 0 12px;
}
p {
font-size: 28px;
color: #134E4A;
color: $tx;
line-height: 1.8;
margin-bottom: 16px;
}
img {
max-width: 100%;
border-radius: 8px;
border-radius: $r-sm;
margin: 12px 0;
}
}

View File

@@ -41,7 +41,7 @@
background: $card;
border-radius: $r;
padding: 28px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
box-shadow: $shadow-sm;
}
.article-card-body {