对接数据

This commit is contained in:
2025-10-24 15:45:38 +08:00
parent 672a2f4c90
commit d3375a347f
138 changed files with 16904 additions and 1026 deletions

View File

@ -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 {
//滚动条轨道