こんにちは、次の 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>
私は2つの異なるイメージを持っています。そのうちの 1 つは次のコードで正しくサイズを縮小しますが、もう 1 つはサイズを縮小しません。足りないものはありますか?