【问题标题】:Overriding jquery mobile css覆盖jquery mobile css
【发布时间】:2015-02-02 03:21:14
【问题描述】:

我有一个table,其中header我必须将align的文字转给center

.info-header {
   font-size: small;
   text-align: center;
}

不过,row 仍然会从 jQuery 移动设备中获取左侧的 alignment。有没有人可以解决这个问题?

【问题讨论】:

    标签: html css jquery-mobile


    【解决方案1】:

    尝试 jQuery CSS 将其更改为:

    $('.your-selector-class').css('text-align', 'center');
    

    This也可以帮到你。

    【讨论】:

    • 谢谢!我设法通过您提供的链接找到了解决方法。
    猜你喜欢
    • 2011-12-15
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-09-27
    • 1970-01-01
    • 2021-04-10
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多