Fork me on GitHub
摘要: css: /*阻止默认长按选中文本*/ * { /*ios,如果不行可以加一个透明遮罩层*/ -webkit-touch-callout:none; touch-callout:none; /*安卓*/ -webkit-user-select: none; user-select: none; } /*阻止默认点击出现阴影*/ *{ -... 阅读全文
posted @ 2017-05-16 17:57 小白不白10 阅读(3359) 评论(0) 推荐(1)