0

我编写了一个带有按钮的文本字段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
 }

我正在使用引导程序。

请指教...

视窗:Windows 屏幕截图

Linux:Linux 屏幕截图

4

0 回答 0