修复bug
This commit is contained in:
@ -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 {
|
||||
|
||||
//滚动条轨道
|
||||
|
||||
Reference in New Issue
Block a user