feat: 首页的动效的修复

This commit is contained in:
2025-11-26 23:58:18 +08:00
parent 84b77b3fe6
commit 3f803b662a

View File

@@ -3,11 +3,21 @@
}
.ip {
position: relative;
flex: 0 0 158px;
width: 158px;
height: 134px;
animation: sprite-play calc(var(--ipLargeTime) * 1s)
steps(var(--ipLargeImageStep)) infinite;
&::before {
content: "";
position: absolute;
background-color: #f9fcfd;
top: 0;
left: 0;
right: 0;
height: 3px;
}
}
@keyframes sprite-play {