chrome,firefox,safari, ie9+ 会根据高度自动居中文字;
IE9- 以下用这段代码垂直居中;
input[type="text"] { line-height: 36px9; // CSS Hack only for IE. }
chrome,firefox,safari, ie9+ 会根据高度自动居中文字;
IE9- 以下用这段代码垂直居中;
input[type="text"] { line-height: 36px9; // CSS Hack only for IE. }