我使用width="90%".
按钮对文本字段进行了编码问题是它在Chrome for Windows中正确显示,但在Linux版本的Chrome中显示较宽。 Linux版本中文本字段的高度也缩短了一个像素。
css代码:
#search-fld {
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
font-size: 14px;
border-color: #D6D6D6;
width: 90%;//the width appear to be longer in the linux version
padding-left: 10px;
padding-right: 10px;
height: 24px;//the height appear to be less one pixel in the linux version
}
我正在使用bootstrap。
请告知......
Windows:
Linux: