修改样例包

This commit is contained in:
MuHua-123
2025-03-14 11:50:18 +08:00
parent 17c4b7a054
commit e4d10c15c6
65 changed files with 25 additions and 24 deletions
@@ -0,0 +1,23 @@
.scroller-horizontal {
width: 100%;
height: 30px;
background-color: rgb(255, 255, 255);
}
.scroller-horizontal-dragger {
background-color: rgb(255, 126, 126);
width: 30px;
height: 100%;
}
.scroller-vertical {
width: 30px;
height: 100%;
background-color: rgb(255, 255, 255);
}
.scroller-vertical-dragger {
background-color: rgb(255, 126, 126);
width: 100%;
height: 30px;
}