输入banner图图片脚本导航/分类

css常用小结_html/css_WEB-ITnose

  • CSS实现文字超出部分显示省略号
  • .nowrap{    overflow:hidden;    text-overflow:ellipsis;    -o-text-overflow:ellipsis;    white-space:nowrap;    width:100%;}