Home > Article > Web Front-end > css intercepts the string, if the title is too long, use _html/css_WEB-ITnose instead
list .ad_title {
float : left ;
overflow : hidden ;
text-overflow : ellipsis ;
white-space : nowrap ;
width : 220px ;
}
效果如图: