mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-21 01:10:39 +08:00
完成书名搜索功能
This commit is contained in:
@@ -105,7 +105,7 @@ hr {
|
||||
|
||||
/* 搜索框 */
|
||||
.searchBox #searchInput {
|
||||
padding: 0 10px;
|
||||
/* padding: 0 10px; */
|
||||
width: 300px;
|
||||
width: min(70vw, 280px);
|
||||
height: 30px;
|
||||
@@ -116,9 +116,12 @@ hr {
|
||||
|
||||
border: none;
|
||||
border-bottom: 1px solid #ccc;
|
||||
padding: 0.5em;
|
||||
/* padding: 0.5em; */
|
||||
font-size: 1em;
|
||||
outline: none;
|
||||
|
||||
padding-bottom: 0.2em;
|
||||
/* text-align: center; */
|
||||
}
|
||||
|
||||
.searchBox #searchInput:focus {
|
||||
@@ -128,6 +131,8 @@ hr {
|
||||
|
||||
border: 1px solid rgb(133, 133, 133);
|
||||
border-radius: 3px;
|
||||
|
||||
/* text-align: left; */
|
||||
}
|
||||
|
||||
.searchBox #searchButton {
|
||||
|
Reference in New Issue
Block a user