如果想去掉这部分,可以加入下面的代码
当然这部分也会使用户不能使用长按复制,所以不建议全局使用。针对某一部分来做可能会好一点。
<
style
type="text/css">
div,a,img {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select:none;
}
</
style
>
MangoLau's blogs.
如果想去掉这部分,可以加入下面的代码
当然这部分也会使用户不能使用长按复制,所以不建议全局使用。针对某一部分来做可能会好一点。
<
style
type="text/css">
div,a,img {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select:none;
}
</
style
>