From 847ecdd7949750c262659cde047b0031f241494a Mon Sep 17 00:00:00 2001 From: no99 <17663930442@163.com> Date: Thu, 7 Aug 2025 17:38:07 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8C=89=E9=92=AE=E5=8A=A8?= =?UTF-8?q?=E6=95=88=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Selectmodel.vue | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/src/views/Selectmodel.vue b/src/views/Selectmodel.vue index edae6e0..18bc0b1 100644 --- a/src/views/Selectmodel.vue +++ b/src/views/Selectmodel.vue @@ -26,7 +26,6 @@
- @@ -78,7 +77,7 @@ const goToEmotionsmodel = () => { align-items: center; /* box-sizing: border-box; text-align: center; */ - background-attachment: fixed + background-attachment: fixed; } .main-icon { @@ -109,6 +108,19 @@ const goToEmotionsmodel = () => { align-items: center; width: 90vw; max-width: 200px; + cursor: pointer; + animation: breathing 1.5s ease-in-out infinite; +} + +/* 呼吸动效关键帧 */ +@keyframes breathing { + 0%, + 100% { + transform: scale(1); + } + 50% { + transform: scale(1.02); + } } .btn-icon { @@ -129,6 +141,7 @@ const goToEmotionsmodel = () => { height: 150px; width: 100%; background-image: url("@/assets/img/Selectmodel/金轮 拷贝.png"); + z-index: 3; } .btn-ball {