×

注意!页面内容来自https://www.3699.cc/c/1/,本站不储存任何内容,为了更好的阅读体验进行在线解析,若有广告出现,请及时反馈。若您觉得侵犯了您的利益,请通知我们进行删除,然后访问 原网页

小游戏

小游戏

小游戏游戏

加载中...

<> /* 加载动画样式 */ .loading-dots { display: flex; justify-content: center; gap: 10px; } .loading-dots .dot { width: 14px; height: 14px; background-color: #3b82f6; border-radius: 50%; animation: dot-animation 1.4s infinite ease-in-out both; box-shadow: 0 0 8px rgba(591302460.4); } .loading-dots .dot:nth-child(1) { animation-delay: -0.32s; } .loading-dots .dot:nth-child(2) { animation-delay: -0.16s; } @keyframes dot-animation { 0%80%100% { transform: scale(0); opacity: 0.5; } 40% { transform: scale(1); opacity: 1; } }