From 1ec6c1de62e0996e5e396a878ad980fee9b932bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E6=80=9D?= Date: Thu, 22 Jan 2026 09:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E5=BC=95=E5=85=A5=E5=85=AC=E5=85=B1?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/modules/tpm/TPMIndex.css | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/src/modules/tpm/TPMIndex.css b/src/modules/tpm/TPMIndex.css index 6aaf90cd5..8cece8caa 100644 --- a/src/modules/tpm/TPMIndex.css +++ b/src/modules/tpm/TPMIndex.css @@ -1,4 +1,3 @@ -@import url('../../animations.scss'); #root { /* ie兼容性 */ position: relative; @@ -431,18 +430,16 @@ body>.-task-title { font-size: 25px; color: white; } -.npmModal{ - .npsFeedBackBox{ - position: relative; - background-color: white; - } - .countNumBox{ - position: absolute; - bottom: 2px; - right: 10px; - span{ - color: #466AFF; - } +.npmModal .npsFeedBackBox{ + position: relative; + background-color: white; +} +.npmModal .countNumBox{ + position: absolute; + bottom: 2px; + right: 10px; + span{ + color: #466AFF; } } @@ -454,6 +451,7 @@ body>.-task-title { top: 0px; } .header-none .newHeaders:hover{ - animation: bgOpacity .6s ease-in-out 0s forwards; - animation-direction: reverse; + opacity: 1; + + transition: opacity .6s ease-in-out; } \ No newline at end of file