【问题标题】:is it possible to add RTL direction for onsen ui 2?是否可以为 onsen ui 2 添加 RTL 方向?
【发布时间】:2019-09-27 21:08:29
【问题描述】:

我正在使用带有 onsen ui v2 的 Cardova,但我仍然想知道是否可以添加 RTL 方向

RTL
html
input[type=text]
{
 direction: rtl;
}
p,
h4{
text-align: right !important;
}

我厌倦了将此代码放入我的应用程序 css 文件但不起作用,联系人出现在希伯来语的错误方向

【问题讨论】:

    标签: css cordova phonegap-build onsen-ui


    【解决方案1】:

    Onsen UI 有一个复杂的 DOM,我建议“检查元素”每个你想要的部分;并为其添加方向。

    但这会改变页面中大部分内容的方向

    .page__content {
      direction: rtl;
    }
    

    看直播demo

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多