示例(手机访问时隐藏图片)

@media screen and (max-width: 1300px){
img{
    display: none;
}  
}