我遇到了这个问题,其中我的三个锚点不允许其他三个锚点获得正确的位置,但是当我将位置更改为绝对位置时,它工作正常,但是三个锚点相互合并,有没有办法我可以让这个问题消失?
任何帮助将不胜感激
.R-news {
width: 18rem;
height: 18rem;
margin:.5rem;
background-color: #fff;
box-shadow: 0 2px 0 0 #fff, 1px 3px 4px #333;
float:right;
clear:both;
}
.R-news img {
height: 11rem;
width:18rem;
}