Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
f2c34737
authored
2020-11-03 17:24:21 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:个人中心
1 parent
2fa0aa4f
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
0 deletions
staticJs/grzx.js
staticViews/grzx/css/index.css
staticViews/grzx/index.html
staticJs/grzx.js
0 → 100644
View file @
f2c3473
layui
.
use
(
'element'
,
function
()
{
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
//监听导航点击
element
.
on
(
'nav(demo)'
,
function
(
elem
)
{
//console.log(elem)
layer
.
msg
(
elem
.
text
());
});
});
\ No newline at end of file
staticViews/grzx/css/index.css
View file @
f2c3473
...
...
@@ -2,6 +2,9 @@
.main
{
overflow-x
:
hidden
;
}
.navigation_crumbs
{
height
:
45px
;
}
.personal_center
{
}
.personal_information
{
...
...
staticViews/grzx/index.html
View file @
f2c3473
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to post a comment