Skip to content

Commit 1e9ea91

Browse files
authored
Add files via upload
1 parent 1fb7272 commit 1e9ea91

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@
188188

189189
#main-input {
190190
height: 40px;
191+
background-color: #e8eaf6;
191192
}
192193

193194
/* 候選字區塊樣式 */
@@ -201,6 +202,7 @@
201202
gap: 6px; /* 縮小欄位間距 */
202203
-ms-overflow-style: none; /* IE and Edge */
203204
scrollbar-width: none; /* Firefox */
205+
background-color: #e8eaf6;
204206
}
205207
.candidate-area::-webkit-scrollbar {
206208
display: none; /* 隱藏 Chrome, Safari 的捲軸 */
@@ -232,7 +234,7 @@
232234
/* 新增的查碼練習區域樣式 */
233235
.lookup-section {
234236
width: 100%;
235-
margin-top: 15px;
237+
margin-top: 5px;
236238
display: flex;
237239
flex-direction: column;
238240
gap: 10px;

0 commit comments

Comments
 (0)