@@ -212,3 +212,17 @@ textarea {
height: 100vh;
z-index: 2;
}
+.HotIconBase {
+ animation: yunShan 2s infinite linear;
+}
+@keyframes yunShan {
+ 0% {
+ opacity: 1;
+ }
+ 50% {
+ opacity: 0.2;
+ 100% {
@@ -259,3 +259,21 @@ textarea {
+
+// 热点图标闪动
@@ -35,6 +35,9 @@
opacity: 1;
// pointer-events: auto;
+ .HotIconBase {
+ opacity: 0;
.HotIconZhan {