太湖公益
This commit is contained in:
@@ -1,7 +1,22 @@
|
||||
@charset "utf-8";
|
||||
//主题色
|
||||
$themeColor: #3AB3AE;
|
||||
|
||||
@keyframes example1 {
|
||||
0% {
|
||||
transform: translate(-100px);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: translate();
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translate(0);
|
||||
// opacity: 1;
|
||||
}
|
||||
}
|
||||
@mixin theme($type, $path: '') {
|
||||
@if $type =="btn_bg" {
|
||||
background-image: linear-gradient(90deg, #3AB3AE 0%, #117e4c 100%);
|
||||
|
||||
Reference in New Issue
Block a user