pc端页面等比例缩放到手机

设置body的min-width:1200px

body {

  min-width: 1200px;

  -webkit-user-select: text;

  -moz-user-select: text;

  -ms-user-select: text;

  user-select: text;

  -webkit-overflow-scrolling: touch;

}

你可能感兴趣的:(pc端页面等比例缩放到手机)