/* 禁止文字选中 */ *{ user-select:none; -webkit-user-select:none; -moz-user-select:none; -ms-user-select:none; }