Commit 7c843051 by 无尘

add

parent 8a49a5ec
...@@ -222,6 +222,16 @@ export default { ...@@ -222,6 +222,16 @@ export default {
animation-duration: 0.5s; animation-duration: 0.5s;
animation-delay: 0.3s; animation-delay: 0.3s;
animation-fill-mode: forwards;*/ animation-fill-mode: forwards;*/
&:hover {
color: #fff;
background-color: #40a9ff;
border-color: #40a9ff;
}
&:active {
background: #096dd9;
border-color: #096dd9;
color: #fff;
}
} }
@keyframes slideUp { @keyframes slideUp {
0% { 0% {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment