对接数据
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
@mixin font-color-transprent {
|
||||
-webkit-background-clip: text;
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
color: transparent !important;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
@ -46,6 +46,14 @@
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
@mixin gradient-circle-border($start, $end) {
|
||||
background:
|
||||
linear-gradient(white, white) padding-box,
|
||||
linear-gradient(90deg, $start, $end) border-box;
|
||||
border-radius: 50%;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
@mixin scrollBar {
|
||||
|
||||
//滚动条轨道
|
||||
|
||||
Reference in New Issue
Block a user