1.object-fitimg { width: 100vw; height: 100vh; object-fit: cover; }2。用背景图片 div { width: 100vw; height: 100vh; background-image: url('your-image.jpg'); background-size: cover; background-position: center; }
1.object-fit
2。用背景图片