<meta name="viewport" content="width=device-width, initial-scale=1.0"> //在HTML页面里面加入这个就可以了
高宽都需要百分比
.div1 { background-color: red; 48%; height: 0; padding-bottom: 40%; margin: 10px 1%; float: left; overflow: hidden; background-repeat: no-repeat; background-size: auto 100%; background-position: center; }