zhangwf 5 лет назад
Родитель
Сommit
82112431bc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/font/font.vue

+ 1 - 1
src/components/font/font.vue

@@ -89,7 +89,7 @@
   }
   .bounce{
     span{
-      transform: translate3d(0,-100%,0);
+     // transform: translate3d(0,-100%,0);
       animation: spanbounce 1s 1s both;
     }
     @keyframes spanbounce {