Skip to content

Commit 1fb7272

Browse files
authored
Add files via upload
1 parent 7737f6b commit 1fb7272

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

test.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,6 @@
237237
flex-direction: column;
238238
gap: 10px;
239239
padding-top: 12px;
240-
border-top: 1px dashed var(--border-color);
241240
}
242241

243242
.lookup-section h2 {
@@ -324,7 +323,7 @@
324323
flex-direction: column;
325324
align-items: center;
326325
gap: 5px;
327-
margin-top: 15px;
326+
margin-top: 5px;
328327
}
329328

330329
.key-row {
@@ -411,13 +410,11 @@ <h2>輸入法模式:</h2>
411410
</div>
412411

413412
<div class="lookup-section">
414-
<h2>查碼區</h2>
415-
<textarea id="phrase-input" placeholder="在此輸入或貼上一段文字..."></textarea>
413+
<textarea id="phrase-input" placeholder="在此貼上一段文字查碼!"></textarea>
416414
<div id="encoding-results"></div>
417415
</div>
418416

419-
<h2>練打區</h2>
420-
<textarea class="text-output-area" id="text-output" placeholder="開始輸入練習吧!"></textarea>
417+
<textarea class="text-output-area" id="text-output" placeholder="點此輸入編碼練習打字"></textarea>
421418

422419
<div class="input-area">
423420
<input type="text" id="main-input" placeholder="編碼顯示在此" readonly="">

0 commit comments

Comments
 (0)