小程序
小游戏
企业微信
微信支付
扫描小程序码分享
设置 :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 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
不可以的,我们现在只开放了最基本的 :host 单独使用的情况。
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
手机上的是1.7.3
你好,我们已经发布了1.7.3,且文档已更新,请参考新的文档。
抱歉,这个是文档提前发布了的问题。稍后我们会发布新版开发者工具支持。
现在可以实现这样的样式吗
:host::before{top:0;border-top:1rpx solid #d9d9d9}
:host::after,
:host::before{content:" ";position:absolute;left:0;right:0;height:1px;color:#d9d9d9}
:host::after{bottom:0;border-bottom:1rpx solid #d9d9d9}
1.7.3 没有找到啊,新的文档还是以前的那些说明
最新的工具是
另外如果我想写这样的代码
.weui-cells:before{
top
:
0
;
border-top
1
rpx
solid
#d9d9d9
}
.weui-cells:after,
content
" "
position
absolute
left
right
height
1px
color
.weui-cells:after{
bottom
border-bottom
改成:host 如何来写呢,官方还支持
我试验了一下,也是报同样的错误
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
不可以的,我们现在只开放了最基本的 :host 单独使用的情况。
手机上的是1.7.3
你好,我们已经发布了1.7.3,且文档已更新,请参考新的文档。
抱歉,这个是文档提前发布了的问题。稍后我们会发布新版开发者工具支持。
现在可以实现这样的样式吗
:host::before{top:0;border-top:1rpx solid #d9d9d9}
:host::after,
:host::before{content:" ";position:absolute;left:0;right:0;height:1px;color:#d9d9d9}
:host::after{bottom:0;border-bottom:1rpx solid #d9d9d9}
1.7.3 没有找到啊,新的文档还是以前的那些说明
最新的工具是
另外如果我想写这样的代码
.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 如何来写呢,官方还支持
我试验了一下,也是报同样的错误