style:滚动条
Showing
1 changed file
with
26 additions
and
0 deletions
| ... | @@ -284,3 +284,29 @@ div.footer .system_service ul li a:hover { | ... | @@ -284,3 +284,29 @@ div.footer .system_service ul li a:hover { |
| 284 | font-size: 14px; | 284 | font-size: 14px; |
| 285 | color: #fff; | 285 | color: #fff; |
| 286 | } | 286 | } |
| 287 | /* --------------进度条美化---------------- */ | ||
| 288 | ::-webkit-scrollbar { | ||
| 289 | width: 7px; | ||
| 290 | height: 7px; | ||
| 291 | } | ||
| 292 | |||
| 293 | ::-webkit-scrollbar-track { | ||
| 294 | width: 7px; | ||
| 295 | background: rgba(#101F1C, 0.8); | ||
| 296 | -webkit-border-radius: 6px; | ||
| 297 | -moz-border-radius: 6px; | ||
| 298 | border-radius: 6px; | ||
| 299 | } | ||
| 300 | |||
| 301 | ::-webkit-scrollbar-thumb { | ||
| 302 | background:#319df0; | ||
| 303 | background-clip: padding-box; | ||
| 304 | min-height: 28px; | ||
| 305 | -webkit-border-radius: 6px; | ||
| 306 | -moz-border-radius: 6px; | ||
| 307 | border-radius: 6px; | ||
| 308 | } | ||
| 309 | |||
| 310 | ::-webkit-scrollbar-thumb:hover { | ||
| 311 | background:#319df0; | ||
| 312 | } | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment