确定气泡字体样式
This commit is contained in:
12
App.vue
12
App.vue
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user