pc端页面等比例缩放到手机
2018-04-25 本文已影响0人
叶自南来
设置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;
}
设置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;
}