From aa71190bec434e6f4aa104afdec5216e9afa8ab4 Mon Sep 17 00:00:00 2001 From: 123 <123@qq.com> Date: Fri, 25 Apr 2025 14:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E6=BB=91=E7=A7=BB=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/default_v2/list_picture.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/default_v2/list_picture.html b/templates/default_v2/list_picture.html index 6e16d09..df14ed8 100644 --- a/templates/default_v2/list_picture.html +++ b/templates/default_v2/list_picture.html @@ -57,6 +57,9 @@ #theinfo { height: 15px; } + .one { + transition: transform 0.5s ease; /* 平滑过渡效果 */ + } .one:hover { transform: translateY(-10px);