心跳
img{
width: 400px;
height: auto;
animation: heart 0.5s infinite;
}
@keyframes heart {
0%{
transform: scale(1);
}
50%{
transform:scale(1.1);
}
100%{
transform: scale(1);
}
}
卡卡,你好吗

浙公网安备 33010602011771号