chore: update

This commit is contained in:
xiaoxian521
2023-06-27 17:57:56 +08:00
parent 71a7d3ce1f
commit 16ff8b60c1
519 changed files with 310 additions and 310 deletions

1
dist/static/css/index12.css vendored Normal file
View File

@@ -0,0 +1 @@
.point{border-radius:var(--point-border-radius);height:var(--point-height);position:relative;width:var(--point-width)}.point,.point-flicker:after{background:var(--point-background)}.point-flicker:after,.point-flicker:before{animation:flicker 1.2s ease-out infinite;border-radius:var(--point-border-radius);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes flicker{0%{opacity:1;transform:scale(.5)}30%{opacity:1}to{opacity:0;transform:scale(var(--point-scale))}}