文章列表
解决方法是在data-view.css里面对图片盒子增加高、宽度限定,很多人为此而发愁
#images .thumb{
background: #dddddd;
padding:3px;
float:left;
height: 60px;
width: 80px;
}
#images .thumb img{
border:1px solid white;
height: 60px;
width: 80px;
}
#images .text{
float:left;
height: 57px;
width: 87px;
}
#images .thumb-wrap{
flo ...