提交 9f163076 编写于 作者: 雪洛's avatar 雪洛

docs: update selector

上级 67857df8
# 选择器 @selector
- web和小程序支持page元素选择器,以替代body元素选择器。
- web端可以使用`html``body``:root`等选择器。由于页面的css样式隔离,且html节点并未添加data-xxx属性,`html``:root`写在页面style内无效,只能写在App.vue内。
- web端可以使用`html``body``:root`等选择器。由于页面的css样式隔离,且html节点并未添加data-xxx属性,`html``:root`写在页面style内无效,只能写在App.uvue内。
<!-- CSSJSON.selector_values.compatibility -->
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册