Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
projectMgmtClient
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
projectMgmtClient
Commits
49175f56
Commit
49175f56
authored
Jul 05, 2022
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
有报错
parent
941eb7cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
49 additions
and
1 deletions
+49
-1
menu.vue
src/pages/new/menu.vue
+49
-1
No files found.
src/pages/new/menu.vue
View file @
49175f56
<
template
>
<
template
>
<div></div>
<div>
<div
id=
"perspective"
class=
"perspective effect-laydown"
>
<div
class=
"container"
>
<div
class=
"wrapper"
>
<!-- wrapper needed for scroll -->
<header
class=
"codrops-header"
>
<h1>
页面角度导航视图
<span>
页面3D转换显示菜单
</span></h1>
</header>
<div
class=
"main clearfix"
>
<div
class=
"column"
>
<p><button
id=
"showMenu"
>
显示菜单
</button></p>
</div>
<div
class=
"column"
>
<nav
class=
"codrops-demos"
>
<a
href=
"index.html"
>
Airbnb Effect
</a>
<a
href=
"index2.html"
>
Move Left
</a>
<a
href=
"index3.html"
>
Rotate Left
</a>
<a
href=
"index4.html"
>
Move Down
</a>
<a
href=
"index5.html"
>
Rotate Top
</a>
<a
href=
"index6.html"
class=
"current-demo"
>
Lay Down
</a>
</nav>
</div>
</div>
<!-- /main -->
</div>
<!-- wrapper -->
</div>
<!-- /container -->
<nav
class=
"outer-nav top horizontal"
>
<a
href=
"#"
class=
"icon-home"
>
Home
</a>
<a
href=
"#"
class=
"icon-news"
>
News
</a>
<a
href=
"#"
class=
"icon-image"
>
Images
</a>
<a
href=
"#"
class=
"icon-upload"
>
Uploads
</a>
<a
href=
"#"
class=
"icon-star"
>
Favorites
</a>
<a
href=
"#"
class=
"icon-mail"
>
Messages
</a>
<a
href=
"#"
class=
"icon-lock"
>
Security
</a>
</nav>
</div>
<!-- /perspective -->
</div>
</
template
>
</
template
>
<
script
>
<
script
>
import
'./css/component.css'
import
'./css/demo.css'
import
'./css/normalize.css'
import
'./js/classie.js'
import
'./js/component.css'
import
'./css/component.css'
export
default
{
export
default
{
}
}
...
...
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