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

上传文件在新窗口打开;修改网站标题;首页输入框样式调整

This commit is contained in:
2022-04-29 11:35:01 +08:00
parent 5295fa3ee1
commit 5c48cfb823
4 changed files with 7 additions and 14 deletions

View File

@@ -117,25 +117,18 @@ hr {
transition: 0.3s;
border: none;
border-bottom: 1px solid #ccc;
/* padding: 0.5em; */
border: 1px solid rgb(133, 133, 133);
border-radius: 3px;
padding: 0.1em 0.5em;
font-size: 1em;
outline: none;
padding-bottom: 0.2em;
/* text-align: center; */
}
.searchBox #searchInput:focus {
padding: 0 18px;
height: 35px;
width: min(78vw, 300px);
border: 1px solid rgb(133, 133, 133);
border-radius: 3px;
/* text-align: left; */
}
.searchBox #searchButton {