This commit is contained in:
wlh
2014-12-09 00:11:24 +08:00
parent 13c6a57b96
commit 04e2322cb1
11 changed files with 340 additions and 71 deletions
+15 -2
View File
@@ -17,8 +17,20 @@ a{
color: #525252;
}
header{
position:fixed;
z-index:20;
height:65px;
top:0;
left: 0;
right:0;
background-color:#FAFBFB;
border-bottom:1px solid #CCCCCC;
}
header div:nth-child(1){
position: absolute;
top:10px;
left:3px;
right: 60px;
height:40px;
@@ -26,7 +38,7 @@ header div:nth-child(1){
#search_input{
padding-left: 5px;
height:40px;
height:36px;
width: 100%;
border:1px solid #DDDDDD;
outline:none;
@@ -37,13 +49,14 @@ header div:nth-child(1){
header div:nth-child(2){
position: absolute;
top:10px;
right:3px;
width:50px;
height:40px;
}
#search_btn{
width:50px;
height:40px;
height:36px;
line-height:45px;
text-align:center;
background-color:#0091FF;