fix: When clicking continuously and quickly, the click target will change from the picture to the heart icon, resulting in the wrong positioning of the heart icon behind

pull/143/head
liupeng 3 years ago
parent cd228d507d
commit cc01d84685

@ -40,6 +40,7 @@ small {
} }
.loveMe .fa-heart { .loveMe .fa-heart {
pointer-events: none;
position: absolute; position: absolute;
animation: grow 0.6s linear; animation: grow 0.6s linear;
transform: translate(-50%, -50%) scale(0); transform: translate(-50%, -50%) scale(0);

Loading…
Cancel
Save