用这个把我的头撞到墙上。当“ @media (max-width: 320px)
”缩略图缩小时,为下面的 div 留出空间,使其向右浮动。出于某种原因,它不起作用,但有时在使用 chrome 的“检查元素”并打开/关闭属性时,它会突然起作用。使用 twitter-bootstrap,这是一个 bootply http://bootply.com/73043
@media ( max-width: 320px ) {
.thumbnail > a > img {
width: 40%;
}
.pleasewrap {
float: right;
display: inline-block;
position: absolute;
}
}