嗨我有一张图片,我希望在下面的div中调整大小
<div class="win-scrollview CustomerCont" style="top: -1592px; left: 726px; background-image: linear-gradient(rgba(0, 0, 0, 0.063) 0%, rgba(63, 56, 73, 0.639) 75.1%);" id="x">
<img id="Image" class="CustomerPict" alt="CustomerPic" style="left: 18px; top: 18.5px;" />
<h1 id="CustomerName" class="CustomerName" style="width: 354px; height: 50px; left: 117.5px; top: -75px;"></h1>
<h3 style="width: 180px; position:relative; left: 169px; top: -55px;">Here 20 times last month</h3>
</div>
我有两个不同的图像。其中一个使用以下代码正确缩小,但另一个则没有。有什么我想念的吗?