嘿,伙计们,我需要一些 css 的帮助,当我将鼠标悬停在它们上面时,我有一些图像会扩展,但它会同时将所有东西推开
<style>
.box
{
width: 750px;
height: 1000px;
border:1px solid green;
}
.enlarge-onhover {
width: 125px;
height: 125px;
}
.enlarge-onhover:hover {
width: 225px;
height: 225px;
}
</style>
我不希望它这样做,我希望它只是重叠其余图像并在左键单击而不是悬停时展开