css截取字符串,实现标题过长用代替_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:05:31
css截取字符串,实现标题过长用代替_html/css
css截取字符串,实现标题过长用代替_html/css_WEB-ITnose:list .ad_title { float : left ; overflow : hidden ; text-overflow : ellipsis ; white-space : nowrap ; width : 220px ; } 效果如图:
导读css截取字符串,实现标题过长用代替_html/css_WEB-ITnose:list .ad_title { float : left ; overflow : hidden ; text-overflow : ellipsis ; white-space : nowrap ; width : 220px ; } 效果如图:

list .ad_title {
float : left ;
overflow : hidden ;
text-overflow : ellipsis ;
white-space : nowrap ;
width : 220px ;
}
效果如图:
css截取字符串,实现标题过长用代替_html/css
css截取字符串,实现标题过长用代替_html/css_WEB-ITnose:list .ad_title { float : left ; overflow : hidden ; text-overflow : ellipsis ; white-space : nowrap ; width : 220px ; } 效果如图: