组件化component中,wxss样式 :host 设置问题
设置 :host 样式之后,报错:
Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(::2:1)This wxss file is ignored.
8 回复
另外如果我想写这样的代码
.weui-cells:before{ top : 0 ; border-top : 1 rpx solid #d9d9d9 } .weui-cells:after, .weui-cells:before{ content : " " ; position : absolute ; left : 0 ; right : 0 ; height : 1px ; color : #d9d9d9 } .weui-cells:after{ bottom : 0 ; border-bottom : 1 rpx solid #d9d9d9 } |
改成:host 如何来写呢,官方还支持