确定气泡字体样式

This commit is contained in:
2026-07-24 16:56:07 +08:00
parent dc4f6b2132
commit 594775424a
18 changed files with 134 additions and 584 deletions

View File

@@ -243,6 +243,16 @@
.icon-qita:before {
content: "\e600";
}
/* ===== 全局系统字体栈 ===== */
/* iPhone: PingFang SC */
/* 华为鸿蒙: HarmonyOS Sans */
/* 小米: MiSans */
/* OPPO/vivo/realme: 系统默认黑体 */
/* 其他安卓: Source Han Sans CN / Roboto */
body, uni-view, uni-text, uni-input, uni-textarea, uni-button {
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "HarmonyOS Sans", "MiSans", "Source Han Sans CN", "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
font-weight: 400;
}
/* 顶部状态栏占位(自动适配刘海高度) */
.status-bar {
height: var(--status-bar-height);