Explorar o código

Merge branch 'ZHNY_WW' into ZHNY_DCF

DESKTOP-GBVU60Q\dell %!s(int64=2) %!d(string=hai) anos
pai
achega
9e32b8c270
Modificáronse 1 ficheiros con 5 adicións e 5 borrados
  1. 5 5
      src/components/jt-popup/jt-popup2.vue

+ 5 - 5
src/components/jt-popup/jt-popup2.vue

@@ -101,7 +101,7 @@
 		font-size: 16rem;
 		color: white;
 		user-select: none;
-		animation-name: slide-right;
+		animation-name: slide-left;
 		animation-duration: .8s;
 
 		//头部背景图
@@ -230,7 +230,7 @@
 		font-size: 16rem;
 		color: white;
 		user-select: none;
-		animation-name: slide-right;
+		animation-name: slide-left;
 		animation-duration: .8s;
 	
 		//头部背景图
@@ -359,7 +359,7 @@
 		font-size: 16rem;
 		color: white;
 		user-select: none;
-		animation-name: slide-right;
+		animation-name: slide-left;
 		animation-duration: .8s;
 	
 		//头部背景图
@@ -480,10 +480,10 @@
 	// 	animation-duration: .8s;
 	// }
 
-	@keyframes slide-right {
+	@keyframes slide-left {
 		0% {
 			opacity: 0;
-			transform: translateX(100%)
+			transform: translateX(-100%)
 		}
 
 		100% {