PHP8.1.21版本已发布
vue8.1.21版本已发布
jquery8.1.21版本已发布

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

原创
2016-06-24 11:26:21 1027浏览



#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;

}

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。