1 parent 1fb7272 commit 1e9ea91Copy full SHA for 1e9ea91
1 file changed
test.html
@@ -188,6 +188,7 @@
188
189
#main-input {
190
height: 40px;
191
+ background-color: #e8eaf6;
192
}
193
194
/* 候選字區塊樣式 */
@@ -201,6 +202,7 @@
201
202
gap: 6px; /* 縮小欄位間距 */
203
-ms-overflow-style: none; /* IE and Edge */
204
scrollbar-width: none; /* Firefox */
205
206
207
.candidate-area::-webkit-scrollbar {
208
display: none; /* 隱藏 Chrome, Safari 的捲軸 */
@@ -232,7 +234,7 @@
232
234
/* 新增的查碼練習區域樣式 */
233
235
.lookup-section {
236
width: 100%;
- margin-top: 15px;
237
+ margin-top: 5px;
238
display: flex;
239
flex-direction: column;
240
gap: 10px;
0 commit comments