摘要: 如果网站不需要阻止用户的选择内容的行为就可以使用如下样式: * { -webkit-user-select: text; -user-select: text;}另一种方式: *: not(input, textarea) { -webkit - touch - callout: none; -we 阅读全文
posted @ 2019-07-25 07:55 BloggerSb 阅读(623) 评论(0) 推荐(0)