body{ height:100%;min-height:100%; font-family: "微软雅黑",‘Helvetica Neue‘,Helvetica,tahoma,arial,sans-serif; text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased; line-height: 1; font-size:14px;-webkit-touch-callout:none;-webkit-user-select:none;}
<div style=" margin-top: 100px; background: #888;"> <p style="-webkit-user-select:text !important;line-height: 30px; padding: 10px; text-align: center; ">1移动端 suface复制文本测试啊 父类没有 -webkit-user-select:text;;</p> </div>
后来去掉所有css 样式 js 发现
<div style=" margin-top: 200px; background: #888;-webkit-user-select:text;;"> <p style="-webkit-user-select:text !important;line-height: 30px; padding: 10px; text-align: center; "> 2移动端 suface 复制文本测试啊 父类 加了-webkit-user-select:text;;</p> </div>
移动端 -webkit-user-select:text; ios10 bug 解决方案
原文:http://www.cnblogs.com/surfaces/p/6432712.html