fix 优化
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user