Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and at
微信小程序项目报错:Someselectorsarenotallowedincomponentwxss,includingtagnameselectors,IDselectors,andattributeselectors.解决方法:1、组件和引用组件的页面不能使用id选择器(#a)、属性选择器([a])和标签名选择器,请改用class选择器。2、组件和引用组件的页面中使用后代选择器(.a.b)在