Skip to content

Commit 13c7bc5

Browse files
authored
Add files via upload
1 parent 20664f4 commit 13c7bc5

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

3code_mobile.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
/* 調低按鍵高度 (65px) */
228228
line-height: 65px;
229229
min-height: 65px;
230-
font-size: 2.0rem; /* 修正處 3: 數字、字母、符號字體從 2.5rem 縮小至 2.0rem */
230+
font-size: 1.8rem; /* 修正處: 數字、字母、符號字體從 2.0rem 縮小至 1.8rem */
231231
font-weight: bold;
232232
}
233233

@@ -237,18 +237,18 @@
237237
/* 調低按鍵高度 (65px) */
238238
line-height: 65px;
239239
min-height: 65px;
240-
font-size: 2.0rem;
240+
font-size: 1.8rem; /* 修正處: 功能鍵字體從 2.0rem 縮小至 1.8rem */
241241
font-weight: bold; /* 功能鍵設定為粗體 */
242242
}
243243

244-
/* 修正處 1: 縮小 lang_toggle 鍵的字體 */
244+
/* 修正處 1: 縮小 lang_toggle 鍵的字體 (保留 1.2rem) */
245245
.key[data-code="lang_toggle"] {
246-
font-size: 1.2rem; /* 保留: 避免跳行 */
246+
font-size: 1.2rem;
247247
}
248248

249-
/* 修正處 2: 放大 enter 鍵的字體二倍 */
249+
/* 修正處 2: 放大 enter 鍵的字體二倍 (保留 4.0rem) */
250250
.key[data-code="enter"] {
251-
font-size: 4.0rem; /* 保留: 放大二倍 */
251+
font-size: 4.0rem;
252252
}
253253

254254
/* 調整功能鍵的寬度比例 (6 個功能鍵的新比例) */

0 commit comments

Comments
 (0)