当前位置: 代码迷 >> HTML/CSS >> span的完善css
  详细解决方案

span的完善css

热度:169   发布时间:2012-09-24 13:49:41.0
span的完美css
	.span {
		list-style-type: none;
		display: inline-block;
		zoom: 1;
		vertical-align: top;
		width: 80px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		margin-left: 1px;
		margin-bottom: 1px;
		background: #2984D4;
		color: #FFFFFF;
	}


效果(即使span中的值为空,也不会出任何问题)


  相关解决方案