fix 优化

This commit is contained in:
duanliang
2024-12-20 15:49:26 +08:00
parent 8e9123ca65
commit 818c42f7b0
5 changed files with 76 additions and 7 deletions

View File

@@ -210,8 +210,19 @@
z-index:99;
padding:0 vw(20);
.list{
scrollbar-width: none;
scrollbar-color: transparent transparent;
/* 滚动条整体样式 */
&::-webkit-scrollbar {
width: vw(4); /* 滚动条的宽度 */
}
/* 滚动条轨道 */
&::-webkit-scrollbar-track {
background: 'transparent'; /* 轨道的背景色 */
}
/* 滚动条滑块 */
&::-webkit-scrollbar-thumb {
background: rgba(0, 150, 255, 0.63); /* 滑块的背景色 */
border-radius: 5px; /* 滑块的圆角 */
}
height:vh(510);
overflow: auto;
.li:nth-child(odd){