This commit is contained in:
vastxie
2024-04-20 22:15:08 +08:00
parent 133b89076e
commit 1c9e023c08
221 changed files with 6107 additions and 6478 deletions

View File

@@ -0,0 +1 @@
.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.list-move{transition:transform .5s cubic-bezier(.5,0,.5,1)}.list-enter-active,.list-leave-active{transition:opacity .5s,transform .5s cubic-bezier(.5,0,.5,1)}.list-enter-from,.list-leave-to{opacity:0;transform:scale(.9)}.list-enter-to,.list-leave-from{opacity:1;transform:scale(1)}.list-leave-to{opacity:0;transform:scale(.9)}.custom-card{transition:all .5s cubic-bezier(.5,0,.5,1);height:14vh}.custom-card:hover{transform:scale(1.05);transition:all .3s ease}.custom-card .run-icon{opacity:1;transition:all .3s ease}.custom-card .run-icon:hover{transform:scale(1.5)}