This commit is contained in:
2026-07-07 18:02:29 +08:00
parent 542086a34c
commit f551bbf984
6 changed files with 147 additions and 454 deletions
-25
View File
@@ -477,29 +477,4 @@ $shadow-md: 0 2rpx 12rpx rgba(0, 0, 0, 0.04), 0 8rpx 24rpx rgba(0, 0, 0, 0.06);
}
}
}
// ===== 动效关键帧 =====
@keyframes fadeUp {
from {
opacity: 0;
transform: translateY(24rpx);
}
to {
opacity: 1;
transform: translateY(0);
}
}
@keyframes breathe {
0%,
100% {
opacity: 0.6;
}
50% {
opacity: 1;
}
}
</style>