Commit 43e69660 by 张超军

暂停

parent 4db41907
......@@ -1028,6 +1028,19 @@ export default {
}
.center {
position: relative;
.circle_outer:hover {
animation-play-state: paused;
.item {
.icon {
img {
animation-play-state: paused;
}
}
.title {
animation-play-state: paused;
}
}
}
.circle_outer {
animation: rotateAnimationZ 30s linear infinite;
position: relative;
......
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