關于標題的截字那個問題
這里截字應該是對h4標題的吧?css應該這么寫才對吧?
.index-menu .menu-item .title{
??? width:230px;
??? font-size:16px;
??? color:#555555;
}
.index-menu .menu-item h4{
??? overflow:hidden;
??? white-space:nowrap;
??? text-overflow:ellipsis;
}
這里截字應該是對h4標題的吧?css應該這么寫才對吧?
.index-menu .menu-item .title{
??? width:230px;
??? font-size:16px;
??? color:#555555;
}
.index-menu .menu-item h4{
??? overflow:hidden;
??? white-space:nowrap;
??? text-overflow:ellipsis;
}
2016-12-21
舉報
2016-12-22
我覺得截字是只對標題的話,width:230px;樣式也應該加在h4樣式上面吧!它是根據寬度來截取超出部分顯示省略號。。。。