From 3e2939463cdbc0ab950ffede86c8d4d35f574f1e Mon Sep 17 00:00:00 2001 From: yiqiu Date: Thu, 19 Mar 2026 18:48:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E4=BC=9A=E5=91=98=E4=B8=AD=E5=BF=83?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E9=A1=B5=E9=9D=A2=E8=B7=B3=E8=BD=AC=E8=BF=87?= =?UTF-8?q?=E6=B8=A1=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit header.php: CSS 入场动画(fadeIn + translateY) footer.php: JS 拦截链接点击,先淡出再跳转 - 入场: 0.35s 从下方8px渐显 - 离场: 0.25s 向上8px渐隐 - 跳过: 锚点/javascript:/新窗口/修饰键 --- clientarea/hgcloud/footer.php | 17 +++++++++++++++++ clientarea/hgcloud/header.php | 18 ++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/clientarea/hgcloud/footer.php b/clientarea/hgcloud/footer.php index 9af930f..5c562a2 100644 --- a/clientarea/hgcloud/footer.php +++ b/clientarea/hgcloud/footer.php @@ -6,6 +6,23 @@ + + + diff --git a/clientarea/hgcloud/header.php b/clientarea/hgcloud/header.php index 9d1cf03..f6a8dfb 100644 --- a/clientarea/hgcloud/header.php +++ b/clientarea/hgcloud/header.php @@ -17,6 +17,24 @@ + + +