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