css怎么设置页面缩放最小宽度

html, body { min-width: 1500px;}
@media only screen and (min-width: 1500px) {
    html, body { min-width: 1500px; }
}