|
|
@ -136,7 +136,7 @@ header { |
|
|
|
float: left; |
|
|
|
height: 46px; |
|
|
|
line-height: 46px; |
|
|
|
margin: 17px 30px; |
|
|
|
margin: 17px 45px; |
|
|
|
transition: margin 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, height 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s; |
|
|
|
text-transform: uppercase; |
|
|
|
font-size: 18px; |
|
|
@ -146,6 +146,7 @@ header { |
|
|
|
|
|
|
|
.logo img { |
|
|
|
float: left; |
|
|
|
margin-top: -7px; |
|
|
|
} |
|
|
|
|
|
|
|
.search { |
|
|
@ -160,7 +161,7 @@ header { |
|
|
|
.search input[type="text"] { |
|
|
|
border: transparent; |
|
|
|
outline: none; |
|
|
|
width: 150px; |
|
|
|
width: 160px; |
|
|
|
height: 22px; |
|
|
|
padding: 0 0 0 20px; |
|
|
|
color: #999; |
|
|
|