细节优化
This commit is contained in:
@@ -173,18 +173,6 @@ function calcRealY(num) {
|
||||
.target > image:last-child {
|
||||
width: 100%;
|
||||
}
|
||||
@keyframes pumpIn {
|
||||
from {
|
||||
transform: scale(2);
|
||||
}
|
||||
to {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
.pump-in {
|
||||
animation: pumpIn 0.3s ease-out forwards;
|
||||
transform-origin: center center;
|
||||
}
|
||||
.hit {
|
||||
position: absolute;
|
||||
width: 20px;
|
||||
|
||||
Reference in New Issue
Block a user