From 446d74a6a219e457044a1b24c6e1acc33be5f67b Mon Sep 17 00:00:00 2001 From: yuzongping <835949940@qq.com> Date: Tue, 17 Jun 2025 15:05:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/nav/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/nav/index.scss b/src/views/nav/index.scss index ef4e952..82af04f 100644 --- a/src/views/nav/index.scss +++ b/src/views/nav/index.scss @@ -43,6 +43,11 @@ align-items: center; justify-content: space-evenly; + &:hover { + transition: all .3s; + transform: scale(1.08); + } + img { width: 300px; height: 320px;