【问题标题】:How do i write css for “item-native” class?我如何为“item-native”类编写css?
【发布时间】:2020-09-17 19:22:42
【问题描述】:

我曾尝试为 ion-item 中的“item-native”类编写 css,但未应用如何为“item-native”类编写自定义 css

【问题讨论】:

标签: css ionic-framework sass


【解决方案1】:

如果您的样式不起作用,则意味着您的其他样式正在覆盖您的自定义 css,或者您在错误的位置编写了样式。

先尝试在根css写,只是为了测试它是否有效。

.item-native {
  // Add your custom css here, write important at the end like this
   color: red !important;
}

【讨论】:

    猜你喜欢
    • 2019-06-21
    • 2020-05-11
    • 1970-01-01
    • 2020-12-11
    • 1970-01-01
    • 1970-01-01
    • 2014-06-13
    • 2020-12-16
    • 2023-02-09
    相关资源
    最近更新 更多