CSS中编写省略号代码片段_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:26:21
Original
1208 people have browsed it



#component-content #dtMain .dt-ul > li .component-item .component-name{

               display:inline-block;

               text-align:center;

               height:37px;

               line-height:37px;

               padding:0px 10px 0px 10px;

               width:90px;

               overflow:hidden;

               text-overflow:ellipsis;

               white-space:nowrap;

               color:#4b555c;

               font-family:'宋体';

               font-weight:700;

}

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template