移動端禁止長按圖片彈出系統功能列表和禁止文本選擇

1.禁止圖片長按css img{ pointer-events: none;/*禁用鼠標*/ } 2.禁止文本選擇web .no-select{ -webkit-user-select:none; -moz-user-select:none; -o-user-select:none; user-select:none; }
相關文章
相關標籤/搜索