From 5adedb7d4d4ca71a3db02944f55577466a869efd Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Thu, 19 Dec 2024 16:46:43 +0800 Subject: [PATCH] no message --- css/common.css | 5 ++--- css/common.less | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/css/common.css b/css/common.css index 39edb19..2d6b6d6 100644 --- a/css/common.css +++ b/css/common.css @@ -73,7 +73,6 @@ body { margin-right: 5px; padding: 0 20px; position: relative; - transition: all 0.3s; border: 1px solid #fff; border-top-width: 0; } @@ -106,13 +105,13 @@ body { border-radius: 10px 10px 0 0; z-index: 10; overflow: auto; - animation: hintShow 0.3s forwards; + animation: hintShoww 0.3s forwards; border: 0px solid #c4c7ce; border-top-width: 0px; border-bottom: none; border-top: none; } -@keyframes hintShow { +@keyframes hintShoww { 0% { height: 0; border-bottom: none; diff --git a/css/common.less b/css/common.less index 76efbde..53f0b2b 100644 --- a/css/common.less +++ b/css/common.less @@ -87,7 +87,7 @@ body { margin-right: 5px; padding: 0 20px; position: relative; - transition: all 0.3s; + // transition: all 0.3s; border: 1px solid #fff; border-top-width: 0; @@ -125,14 +125,14 @@ body { border-radius: 10px 10px 0 0; z-index: 10; overflow: auto; - animation: hintShow 0.3s forwards; + animation: hintShoww 0.3s forwards; border: 0px solid #c4c7ce; border-top-width: 0px; border-bottom: none; border-top: none; // box-shadow: 0px 5px 5px #dfdfdf; - @keyframes hintShow { + @keyframes hintShoww { 0% { height: 0; border-bottom: none;