响应式常用尺寸

@media screen and (max-width:1024px){
.thumb-info{width: 728px;}
}
@media screen and (max-width:768px){
.thumb-info{width: 528px;}
}
@media screen and (max-width:640px){
.thumb-info{width: 368px;}
}
@media screen and (max-width:414px){
.thumb-info{width: 214px;}
}
@media screen and (max-width:384px){
.thumb-info{width: 182px;}
}
@media screen and (max-width:375px){
.thumb-info{width: 176px;}
}
@media screen and (max-width:360px){
.thumb-info{width: 168px;}
}
@media screen and (max-width:320px){
.thumb-info{width: 136px;}
}

脚本限定宽度

你可能感兴趣的:(响应式常用尺寸)