Some selectors are not allowed in component wxss, including tag name selectors.. Reve2333 2020-06-22 2,189 阅读1分钟 在开发者工具中调试,总是报这样的警告:“组件的wxss文件中禁止使用 标签名选择器,id选择器和属性选择器” 查看官方文档后发现:在自定义组件中,不能使用标签名选择器、id选择器、属性选择器,最好使用class选择器