提交代码
This commit is contained in:
@@ -292,6 +292,20 @@ image {
|
||||
font-size: 30rpx;
|
||||
}
|
||||
.boxClick:active {
|
||||
transform: scale(0.94);
|
||||
opacity: 0.8;
|
||||
// transform: scale(0.94);
|
||||
// opacity: 0.8;
|
||||
animation: elastic-bounce 0.5s;
|
||||
}
|
||||
@keyframes elastic-bounce {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
}
|
||||
|
||||
50% {
|
||||
transform: scale(0.96);
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user