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;