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
f4db34da
authored
2020-12-04 15:41:31 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:滚动条
1 parent
7e2109b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
0 deletions
staticCss/common.css
staticCss/common.css
View file @
f4db34d
...
...
@@ -283,4 +283,30 @@ div.footer .system_service ul li a:hover {
top
:
-5px
;
font-size
:
14px
;
color
:
#fff
;
}
/* --------------进度条美化---------------- */
::-webkit-scrollbar
{
width
:
7px
;
height
:
7px
;
}
::-webkit-scrollbar-track
{
width
:
7px
;
background
:
rgba
(
#101F1C
,
0.8
);
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
}
::-webkit-scrollbar-thumb
{
background
:
#319df0
;
background-clip
:
padding-box
;
min-height
:
28px
;
-webkit-border-radius
:
6px
;
-moz-border-radius
:
6px
;
border-radius
:
6px
;
}
::-webkit-scrollbar-thumb:hover
{
background
:
#319df0
;
}
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment