直接 `background-size: contain` 就能搞定 .container { width: 500px; height: 300px; border: 1px solid #000; } .img { width: 100%; height: 100%; background-size: contain; background-position: center; background-repeat: no-repeat; background-image: url('./test.png'); }