好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

多个span并列显示时,高度不一致的问题_html/css_WEB-ITnose

最近在进修CSS,遇到一个比较困惑的问题,求助一下。

直接上代码:

div {	width: 70px;	height: 75px;	border: 1px solid red;	margin: 10px;	display: inline-block;	text-align: center;	font-size: 14px;}div img {	width: 55px;	height: 55px;	border: 1px solid #aaa;} 


单行

查看更多关于多个span并列显示时,高度不一致的问题_html/css_WEB-ITnose的详细内容...

  阅读:33次