修复bug

This commit is contained in:
2025-10-31 15:58:11 +08:00
parent d3375a347f
commit c54f9c9976
29 changed files with 823 additions and 218 deletions

View File

@ -54,6 +54,14 @@
border: 1px solid transparent;
}
@mixin text-gradient($angle, $start-color, $start-percent, $end-color, $end-percent) {
background: linear-gradient($angle, $start-color $start-percent, $end-color $end-percent);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
display: inline-block;
}
@mixin scrollBar {
//滚动条轨道