确定气泡字体样式
This commit is contained in:
10
unpackage/dist/dev/app-plus/app.css
vendored
10
unpackage/dist/dev/app-plus/app.css
vendored
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user