代码如下:
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<style>
body{ font-size:12px; font-family:"微软雅黑"}
.words{ width:60px; line-height:26px;height:26px}
.jiansuo{ width:40px; line-height:26px;height:26px}
.si{ line-height:26px; display:inline-block; height:26px}
</style>
<body>
<div class="li">
<span class="si">四大家</span><input type="text" class="words" /><input type="button" value="检索" class="jiansuo" />
</div>
</body>
</html>
结果高度都没对齐,span元素内的文字也没垂直居中。。。。。怎么回事啊
用padding吧,你一个DIV那么多的标签,直接设置高度与DIV相同,那样写不行的