如果想去掉這部分,可以加入下面的代碼
當然這部分也會使用戶不能使用長按復制,所以不建議全局使用。針對某一部分來做可能會好一點。
<style type="text/css">
div,a,img {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select:none;
}
</style>
如果想去掉這部分,可以加入下面的代碼
當然這部分也會使用戶不能使用長按復制,所以不建議全局使用。針對某一部分來做可能會好一點。
<style type="text/css">
div,a,img {
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select:none;
}
</style>
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。