【问题标题】:CSS font-size in IE not working properly?IE 中的 CSS 字体大小无法正常工作?
【发布时间】:2013-04-15 00:08:43
【问题描述】:

我正在使用 twitter bootstrap 并且有一个输入字段,我想要更大的字体 所以我用

    input#lookup{
    font-size: 72px;
    height: 90px;
    width: 400px; 
}

以及我在输入字段中使用的引导类

<input type="text" name="lookup" value="" id="lookup" class="input-large search-query">

但是当我在其中输入一些文字时,它会被截断

顺便说一句:像 IE 一样的 chrome 开发栏在哪里

【问题讨论】:

    标签: twitter-bootstrap font-size


    【解决方案1】:

    好的,我希望通过添加找到一个可行的解决方案

    line-height: 1.1em;
    

    【讨论】:

      猜你喜欢
      • 2015-12-17
      • 1970-01-01
      • 1970-01-01
      • 2012-07-31
      • 1970-01-01
      • 1970-01-01
      • 2017-10-27
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多