【问题标题】:jQueryMobile input types width 100%jQueryMobile 输入类型宽度 100%
【发布时间】:2014-04-21 01:35:12
【问题描述】:

如何在 jQueryMobile 中将输入类型宽度设置为 100%?与输入类型按钮相同。

谢谢。

【问题讨论】:

    标签: jquery css mobile input width


    【解决方案1】:

    我解决了覆盖 jQueryMobile CSS 类的问题。

    .ui-input-text,    
    .ui-select
    {
        width: 100% !important;
        padding: 0.4em 0!important; 
    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2016-08-25
      • 2014-06-19
      • 1970-01-01
      • 2014-10-22
      • 2011-10-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多