洪发

Generation

css from descriptionThu, 09 Feb 2023

img 居中显示 自适应大小 超出部分不显示

.box{ position: relative; overflow: hidden; } .box img{ position: absolute; left: 50%; top: 50%; transform: translateY(-50%) translateX(-50%); }

Questions about programming?Chat with your personal AI assistant