div {
width: 200px;
height: 50px;
border: 1px solid;
white-space: nowrap; // 不换行
overflow: hidden; // div 溢出隐藏
text-overflow: ellipsis; // 文本省略加点
}
a {
text-decoration: none;
}
div {
width: 200px;
height: 50px;
border: 1px solid;
white-space: nowrap; // 不换行
overflow: hidden; // div 溢出隐藏
text-overflow: ellipsis; // 文本省略加点
}
a {
text-decoration: none;
}