feat: 添加搜索框

This commit is contained in:
ruanyf
2016-02-18 19:30:51 +08:00
parent 512365fd92
commit 5d2a5a82cb
3 changed files with 37 additions and 4 deletions
+20 -2
View File
@@ -105,10 +105,28 @@ body {
font-size: 0.7rem;
}
input[type=search] {
display: block;
form.searchBox {
width: 180px;
border: 1px solid #4682BE;
height:20px;
position: relative;
}
input[type=search] {
position: absolute;
top: 0;
left: 0;
width: 160px;
height: 18px;
text-align: left;
border: none;
}
input.searchButton {
position: absolute;
top: 0;
left: 160px;
height: 18px;
}
#content {