落地方洞挑战图片与运行态交互
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
kdletters
2026-05-06 12:51:28 +08:00
parent 60b667a9d1
commit d06107f2c6
51 changed files with 2590 additions and 989 deletions

View File

@@ -1528,25 +1528,19 @@ body {
opacity: 0.52;
}
.square-hole-runtime__shape--triangle,
.square-hole-runtime__hole-cut--triangle {
clip-path: polygon(50% 5%, 94% 92%, 6% 92%);
.square-hole-runtime__target-arrow {
animation: square-hole-runtime-target-arrow 0.86s ease-in-out infinite;
}
.square-hole-runtime__shape--star,
.square-hole-runtime__hole-cut--star {
clip-path: polygon(
50% 4%,
61% 36%,
95% 36%,
67% 55%,
79% 88%,
50% 68%,
21% 88%,
33% 55%,
5% 36%,
39% 36%
);
@keyframes square-hole-runtime-target-arrow {
0%,
100% {
transform: translate(-50%, -138%);
}
50% {
transform: translate(-50%, -112%);
}
}
.platform-tab {