瀏覽代碼

Merge branch 'dev_0824_postEditer_modify' into dev_1.1.7_test

nieyuge 2 年之前
父節點
當前提交
9722e53956
共有 2 個文件被更改,包括 3 次插入13 次删除
  1. 3 13
      pages/toolbox/index.vue
  2. 二進制
      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>

二進制
static/img/img-hand.png