释放双眼,带上耳机,听听看~!
在主题的style文件里找到entory标签,并且增加以下的标签属性:
-webkit-user-select:none; -ms-user-select:none; -khtml-user-select:none; user-select:none;
实例:
.entry {font-size:18px; line-height: 1.75em; color:#222; margin-bottom:35px; overflow:hidden; word-break:break-all; -moz-user-select:none; -webkit-user-select:none; -ms-user-select:none; -khtml-user-select:none; user-select:none;}
