Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[html] 第734天 H5如何禁止高亮显示? #3833

Open
haizhilin2013 opened this issue Apr 18, 2021 · 1 comment
Open

[html] 第734天 H5如何禁止高亮显示? #3833

haizhilin2013 opened this issue Apr 18, 2021 · 1 comment
Labels
html html

Comments

@haizhilin2013
Copy link
Collaborator

第734天 H5如何禁止高亮显示?

3+1官网

我也要出题

@haizhilin2013 haizhilin2013 added the html html label Apr 18, 2021
@Vitong76
Copy link

使用css3可以禁止选择文本高亮
.noselect{
-webkit-touch-callout: none; /* iOS Safari /
-webkit-user-select: none; /
Safari /
-khtml-user-select: none; /
Konqueror HTML /
-moz-user-select: none; /
Firefox /
-ms-user-select: none; /
Internet Explorer/Edge /
user-select: none; /
没有前缀,目前支持Opera和谷歌浏览器 */
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
html html
Projects
None yet
Development

No branches or pull requests

2 participants