📝 代码查看
使用runcode.html页面

1
查看次数
2025-11-26
创建时间
2025-11-26
最后更新
<button>Foo</button>

  <section>
    <button>Bar</button>
  </section>
body {
  color: red;
}
button {
  color: white;
  border: 1px solid #ccc;
}

section button {
  color: unset;
}
暂无JavaScript代码

👁️ 实时预览