<meta name="viewport" content="width=device-width, initial-scale=1.0"> //在HTML页面里面加入这个就可以了
高宽都需要百分比
.div1 { background-color: red; width: 48%; height: 0; padding-bottom: 40%; margin: 10px 1%; float: left; overflow: hidden; background-repeat: no-repeat; background-size: auto 100%; background-position: center; }
原文地址:https://www.cnblogs.com/zJuevers/p/8478156.html
时间: 2024-12-14 06:03:09