当前位置:Gxlcms > html代码 > css常用小结_html/css_WEB-ITnose

css常用小结_html/css_WEB-ITnose

时间:2021-07-01 10:21:17 帮助过:7人阅读

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

    人气教程排行