优化滚动条:
.类名::-webkit-scrollbar {
width: 5px;
border-radius: 2.5px;
background-color: #c1c1c1;
}
隐藏滚动条:
.类名::-webkit-scrollbar {
display: none;
}
2024-03-11 13:26:31
优化滚动条:
.类名::-webkit-scrollbar {
width: 5px;
border-radius: 2.5px;
background-color: #c1c1c1;
}
隐藏滚动条:
.类名::-webkit-scrollbar {
display: none;
}