From a0d9c1490befded3bce2994959403b3062ae7f1e Mon Sep 17 00:00:00 2001 From: bb_pan Date: Sun, 25 Jan 2026 18:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Navbar.vue | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 67a2e07e..807e3d9f 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -561,11 +561,13 @@ export default { box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08); background: linear-gradient(90deg, #00d2be 0%, #4eacff 100%); z-index: 10; + font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol; + .app-title { width: 314px; height: 50px; padding-left: 14px; - font-family: Microsoft YaHei, Microsoft YaHei; + // font-family: Microsoft YaHei, Microsoft YaHei; font-weight: bold; font-size: 20px; color: #fff; @@ -586,9 +588,9 @@ export default { .menu-item { height: 50px; cursor: pointer; - font-family: Microsoft YaHei, Microsoft YaHei; - font-weight: bold; - font-size: 16px; + // font-family: Microsoft YaHei, Microsoft YaHei; + font-weight: 600; + font-size: 18px; color: #ffffff; text-align: center; font-style: normal; @@ -679,7 +681,7 @@ export default { .nick-name { margin: 0 3px; - font-family: Microsoft YaHei, Microsoft YaHei; + // font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; font-size: 14px; color: #ffffff; @@ -710,9 +712,9 @@ export default { min-height: 287px; background: #f8fdfc; border-radius: 16px; - font-family: Microsoft YaHei, Microsoft YaHei; + // font-family: Microsoft YaHei, Microsoft YaHei; font-weight: 400; - font-size: 14px; + font-size: 16px; color: #095a4d; line-height: 30px;