From 3fbb6609e3435a745bc16953f70019fac8040ac8 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Tue, 7 Jan 2025 13:19:19 +0800 Subject: [PATCH] no message --- src/components/SimpleKeyboard.vue | 9 +++++++-- src/style/common.styl | 3 ++- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/SimpleKeyboard.vue b/src/components/SimpleKeyboard.vue index ad6aeb1..758b6e7 100644 --- a/src/components/SimpleKeyboard.vue +++ b/src/components/SimpleKeyboard.vue @@ -184,7 +184,7 @@ export default { padding: 5px; background-color: #ececec; border-radius: 10px; - font-family: -apple-system,BlinkMacSystemFont,'Helvetica Neue',Helvetica,Segoe UI,Arial,Roboto,'PingFang SC',miui,'Hiragino Sans GB','Microsoft Yahei',sans-serif; + font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; overflow visible /deep/ .hg-rows width: 100%; @@ -205,8 +205,9 @@ export default { border-bottom: 1px solid #b5b5b5; border-radius: 5px; box-shadow: 0 0 3px -1px rgba(0,0,0,.3); - color: #333; + color: #000; font-size: 23px; + font-weight: 400; text-align: center; white-space: nowrap; -webkit-user-select: none; @@ -216,6 +217,10 @@ export default { cursor: pointer; padding: 0; box-sizing: content-box; + span + color: #000; + font-size: 23px; + font-weight: 400; &:active transform: scale(.98); color: #333; diff --git a/src/style/common.styl b/src/style/common.styl index 08f6e99..ae72908 100644 --- a/src/style/common.styl +++ b/src/style/common.styl @@ -416,6 +416,7 @@ background-color: #ececec; box-shadow 0px -3px 10px rgba(black, 0.3) border-radius 10px + font-family: HelveticaNeue-Light,Helvetica Neue Light,Helvetica Neue,Helvetica,Arial,Lucida Grande,sans-serif; .keyboard .line:not(:last-child) margin-bottom: 5px; @@ -427,7 +428,7 @@ border-bottom: 1px solid #b5b5b5; border-radius: 5px; box-shadow: 0 0 3px -1px rgba(0,0,0,.3); - color: #333; + color: #000; font-size: 23px; &:not(:last-child) margin-right: 5px;