@@ -107,6 +107,7 @@ export default {
font-size: 2.370vh;
font-family: Adobe Heiti Std;
color: #13357E;
+ animation: twinkle 2s infinite;
.slide-tip_image {
height: 2.330vh;
margin-top: 1.5vh;
@@ -137,4 +138,19 @@ export default {
}
+@keyframes twinkle {
+ 0% {
+ opacity: 0;
+ }
+ 40% {
+ opacity: 1;
+ 60% {
+ 100% {
+}
+
</style>