样式布局优化
This commit is contained in:
@@ -375,4 +375,16 @@
|
||||
animation-duration: .8s;
|
||||
animation-fill-mode: both;
|
||||
animation-name: smallleftOut;
|
||||
}
|
||||
// 头像旋转动画
|
||||
@keyframes profilepic {
|
||||
0% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
}
|
||||
%picRotate {
|
||||
animation: profilepic 5s linear infinite;
|
||||
}
|
||||
Reference in New Issue
Block a user