我正在尝试建立一个简历网站。从手机上看时,图像有问题。看起来很拉长。
我正在使用的 CSS 在这里:
.image-featured img
{
position:absolute;
top: 0;
bottom:0;
height: 100%;
margin-left:auto;
margin-right:auto;
border-radius: 0.35em;
}
图像看起来被拉伸了。我不介意是否未显示左右几厘米。如果我尝试height: relative;
它看起来不错,但距离下一个街区很远。