文本溢出 最仑。蹦锋。剖煌。啥的css樣式
//公共屬性沥匈,設(shè)置width就行了
.overflow{
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}```
<a href="javascript:void(0)">跳轉(zhuǎn)</a>這樣可以阻止
------------------------------------------------------------------------
清除浮動(dòng)
---------------------------------------------------------
.clearfix:after {
content: " ";
display: block;
clear: both;
height: 0;
}
.clearfix {
zoom: 1;
}```