mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-10-07 00:15:15 +08:00
上传文件在新窗口打开;修改网站标题;首页输入框样式调整
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user