我加了一个小提琴。当它们缩小时,我不希望 div 之间有空格。
$("#container").click(function(){
$(".synth").css({
'transition': 'all 1s',
'transform': 'scale(0.5)',
float:"right" //Shouldn't this kill the spaces???
});
})
我加了一个小提琴。当它们缩小时,我不希望 div 之间有空格。
$("#container").click(function(){
$(".synth").css({
'transition': 'all 1s',
'transform': 'scale(0.5)',
float:"right" //Shouldn't this kill the spaces???
});
})