提交修改

kingbase
dshclm 10 months ago
parent 08b25ec765
commit 9d46cd052b

File diff suppressed because one or more lines are too long

@ -46,6 +46,23 @@
color: #000000;
margin-bottom: 5px;
}
::-webkit-scrollbar {
width: 8px;
}
/* 背景色 */
::-webkit-scrollbar-track {
background: #f1f1f1;
}
/* 滑块 */
::-webkit-scrollbar-thumb {
background: #a1a1a1;
border-radius: 20px;
}
/* 滑块悬停时 */
::-webkit-scrollbar-thumb:hover {
background: #7a7a7a;
}
</style>
</head>
@ -219,4 +236,4 @@
content: html
});
});
</script>
</script>

Loading…
Cancel
Save