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
1
layui
.
use
(
'element'
,
function
()
{
2
let
element
=
layui
.
element
;
//导航的hover效果、二级菜单等功能,需要依赖element模块
3
//监听导航点击
4
element
.
on
(
'nav(demo)'
,
function
(
elem
)
{
5
//console.log(elem)
6
layer
.
msg
(
elem
.
text
());
7
});
8
});
...
\ No newline at end of file
...
\ No newline at end of file
staticViews/grzx/css/index.css
View file @
f2c3473
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
2
.main
{
2
.main
{
3
overflow-x
:
hidden
;
3
overflow-x
:
hidden
;
4
}
4
}
5
.navigation_crumbs
{
6
height
:
45px
;
7
}
5
.personal_center
{
8
.personal_center
{
6
}
9
}
7
.personal_information
{
10
.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