摘要:
CSS3新增text-overflow: ellipse; 只支持单行文本如果是多行文本, 在无法完全显示的情况下,可以按下面这样写:overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vert... 阅读全文
摘要:
在手机浏览器中,长按可选中文本,但如果在应用中,会给人一种异样的感觉,最好还是禁用此功能为上。* { -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:non... 阅读全文