mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
add t
This commit is contained in:
+15
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user