Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
libai
/
footseen-large-website
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
22a31cb6
authored
2 years ago
by
libai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
0d3db721
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
mTest/index.html
mTest/index.html
View file @
22a31cb6
...
...
@@ -464,6 +464,7 @@ $(function(){
$
(
".bottom-nav-img3"
).
removeClass
(
"bottom-nav-img3-click"
)
$
(
".bottom-nav-img4"
).
removeClass
(
"bottom-nav-img4-click"
)
$
(
".bottom-nav-img1"
).
addClass
(
"bottom-nav-img1-click"
)
$
(
".top-box"
).
show
()
})
$
(
".bottom-nav-img2"
).
on
(
"click"
,
function
(){
...
...
@@ -485,6 +486,7 @@ $(function(){
$
(
".bottom-nav-img3"
).
removeClass
(
"bottom-nav-img3-click"
)
$
(
".bottom-nav-img4"
).
removeClass
(
"bottom-nav-img4-click"
)
$
(
".bottom-nav-img2"
).
addClass
(
"bottom-nav-img2-click"
)
$
(
".top-box"
).
hide
()
})
$
(
".bottom-nav-img3"
).
on
(
"click"
,
function
(){
// if(localStorage.uid==undefined){
...
...
@@ -514,7 +516,7 @@ $(function(){
$
(
".bottom-nav >div >p"
).
removeClass
(
"bottom-p-click"
)
$
(
this
).
siblings
(
"p"
).
addClass
(
"bottom-p-click"
)
$
(
"body"
).
css
(
"background"
,
"#fff"
)
$
(
".top-box"
).
hide
()
$
(
".box1"
).
hide
()
$
(
".box2"
).
hide
()
$
(
".box4"
).
hide
()
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment