* {
    -webkit-touch-callout: text;
    /*系统默认菜单被禁用*/
    -webkit-user-select: text;
    /*webkit浏览器*/
    -khtml-user-select: text;
    /*早起浏览器*/
    -moz-user-select: text;
    /*火狐浏览器*/
    -ms-user-select: text;
    /*IE浏览器*/
    user-select: text;
    /*用户是否能够选中文本*/
  }

ClearBoth
25 声望3 粉丝

Hello World!