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
17f04638
authored
2020-10-28 17:02:22 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:回到顶部
1 parent
aed0d33e
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
0 deletions
css/global.css
index.html
css/global.css
View file @
17f0463
...
...
@@ -654,6 +654,9 @@ div.footer .system_service ul li a{
font-weight
:
400
;
color
:
#DEDEDE
;
}
div
.footer
.system_service
ul
li
a
:hover
{
color
:
#f46143
;
}
.footer
.subject
{
width
:
1200px
;
margin
:
0
auto
;
...
...
index.html
View file @
17f0463
...
...
@@ -437,4 +437,19 @@
//…
});
layui
.
use
(
'util'
,
function
()
{
var
util
=
layui
.
util
;
//执行
util
.
fixbar
({
bar1
:
true
,
bar2
:
true
,
top
:
true
,
click
:
function
(
type
)
{
console
.
log
(
type
);
if
(
type
===
'bar1'
)
{
alert
(
'点击了bar1'
)
}
}
});
});
</script>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment