diff --git a/src/App.vue b/src/App.vue index f675b20df..5b1ef2609 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,9 +6,9 @@ diff --git a/src/layout/index.vue b/src/layout/index.vue index a306da000..88aa60b95 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -196,13 +196,6 @@ const layoutHeader = defineComponent({ - - 回顾2023! - @@ -237,24 +230,4 @@ const layoutHeader = defineComponent({ .re-screen { margin-top: 12px; } - -@keyframes pulse { - 0%, - 100% { - transform: scale(1); - } - - 50% { - transform: scale(1.3); - } -} - -.review { - font-size: 18px; - animation: pulse 2s 3; - - &:hover { - opacity: 0.75; - } -}