Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
82bf0402101c01d4e2387ce94e42029c61341fb6
1 parent
2a659b0e
标准底部搜搜
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletions
static/js/index/channel.js
static/js/index/channel.js
View file @
82bf040
...
...
@@ -4,10 +4,13 @@
* @date: 2015/10/28
*/
var
$
=
require
(
'jquery'
);
var
$searchBox
=
$
(
'.search-box'
),
$indexSearch
=
$
(
'.index-search'
),
$indexLogo
=
$
(
'.index-logo'
);
require
(
'../common'
);
function
showBigSearch
()
{
$indexLogo
.
css
({
opacity
:
0
...
...
@@ -50,4 +53,4 @@ $('.no-search').on('touchend', function() {
hideBigSearch
();
});
window
.
rePosFooter
();
window
.
rePosFooter
&&
window
.
rePosFooter
();
...
...
Please
register
or
login
to post a comment