Kaynağa Gözat

Merge branch 'dev_0824_postEditer_modify' into dev_1.1.7_test

nieyuge 2 yıl önce
ebeveyn
işleme
9722e53956
2 değiştirilmiş dosya ile 3 ekleme ve 13 silme
  1. 3 13
      pages/toolbox/index.vue
  2. BIN
      static/img/img-hand.png

+ 3 - 13
pages/toolbox/index.vue

@@ -479,11 +479,10 @@ body,
 				}
 				.hand {
 					position: absolute;
-					right: -40px;
-					top: 13px;
-					width: 45px;
+					right: -70px;
+					top: 5px;
+					width: 60px;
 					height: unset;
-					animation: leftRight .5s infinite ease-in-out;
 				}
 			}
 			.detail {
@@ -579,13 +578,4 @@ body,
 		margin: 40px 20px 0 20px;
 	}
 }
-
-@keyframes leftRight {
-	0% {
-		transform: translateX(0);
-	}
-	100% {
-		transform: translateX(20px);
-	}
-}
 </style>

BIN
static/img/img-hand.png