确定气泡字体样式

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

12
App.vue
View File

@@ -16,6 +16,18 @@
/*每个页面公共css */
@import '@/static/iconfont/iconfont.css';
/* ===== 全局系统字体栈 ===== */
/* iPhone: PingFang SC */
/* 华为鸿蒙: HarmonyOS Sans */
/* 小米: MiSans */
/* OPPO/vivo/realme: 系统默认黑体 */
/* 其他安卓: Source Han Sans CN / Roboto */
page, view, text, input, textarea, 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);