Heim > Artikel > Web-Frontend > Button 样式显示问题。不知道有无大神解决._html/css_WEB-ITnose
如题,现在我有2个button。
因为第1个Button文字有换行.所以2个button的大小不一致.
现在我有要求就是想2个Button的样式一样(高度一样,水平高度也是一样).
且btn2的文字是居中显示(左右居中,上下居中.)
通过设置btn2的Height是达不到效果的.
不知道有高手是否能够指导下.
小弟css不才.
<input type="button" value="新规 保存" id="btn1" style="width: 60px; height: 40px; float: left;"><input type="button" value="保存" id="btn2" style="width: 60px; height: 40px; float: left;">