1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

完成书名搜索功能

This commit is contained in:
2022-03-15 23:51:23 +08:00
parent 4ceb7578b8
commit 174d24d5d0
5 changed files with 40 additions and 15 deletions

View File

@@ -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 {