小星星跳动
This commit is contained in:
@@ -274,7 +274,21 @@ const ResultDisplay: React.FC<ResultDisplayProps> = ({
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<h3 className="text-xl font-bold text-white/70 mb-2">⭐ 等待抽奖 ⭐</h3>
|
||||
<h3 className="text-xl font-bold text-white/70 mb-2 flex items-center justify-center space-x-2">
|
||||
<motion.span
|
||||
animate={{ y: [-2, -8, -2] }}
|
||||
transition={{ duration: 0.8, repeat: Infinity, delay: 0 }}
|
||||
>
|
||||
⭐
|
||||
</motion.span>
|
||||
<span>等待抽奖</span>
|
||||
<motion.span
|
||||
animate={{ y: [-2, -8, -2] }}
|
||||
transition={{ duration: 0.8, repeat: Infinity, delay: 0.4 }}
|
||||
>
|
||||
⭐
|
||||
</motion.span>
|
||||
</h3>
|
||||
<p className="text-white/50 text-sm leading-relaxed">
|
||||
请输入12位学号<br />
|
||||
然后点击开始抽奖
|
||||
|
||||
Reference in New Issue
Block a user