前置知识
css如何做图片自适应高宽?
<div>块设置固定高宽
<div>子元素设置百分比
如下
#container{
border:1px solid;
height:180px;
width:380px;
}
#container img{
height:10
<div>块设置固定高宽
<div>子元素设置百分比
如下
#container{
border:1px solid;
height:180px;
width:380px;
}
#container img{
height:10