代码之家  ›  专栏  ›  技术社区  ›  PerrierCitror

在Chrome开发者工具中添加一个新的CSS类

  •  20
  • PerrierCitror  · 技术社区  · 7 年前

    有可能在Chrome开发工具中添加这样一个全新的CSS类吗?

    .myclass {
        background-color: yellow;
    }
    
    1 回复  |  直到 7 年前
        1
  •  32
  •   Kayce Basques    7 年前

    Elements styles + 按钮位于右侧。

    New Style Rule

    当你点击这里,你可以添加一个全新的CSS类。

    enter image description here

    定义了新类后,请参见 Add a class to an element 学习如何将其应用于元素。也可以双击 DOM树 面板以添加或编辑元素的 class