...
|
...
|
@@ -10,7 +10,7 @@ var $searchBox = $('.search-box'), |
|
|
|
|
|
function showBigSearch() {
|
|
|
$indexLogo.css({
|
|
|
width: 0
|
|
|
opacity: 0
|
|
|
});
|
|
|
$searchBox.css({
|
|
|
width: '12.8rem'
|
...
|
...
|
@@ -23,7 +23,7 @@ function showBigSearch() { |
|
|
|
|
|
function hideBigSearch() {
|
|
|
$indexLogo.css({
|
|
|
width: '5.4rem'
|
|
|
opacity: 1
|
|
|
});
|
|
|
$searchBox.css({
|
|
|
width: '8.8rem'
|
...
|
...
|
|