收藏
回答

为什么小程序不能渲染last-chid伪类

.comment::after{

  content: "";

  display: block;

  position: absolute;

  bottom: 0;

  left: 0;

  right: 0;

  height: 1px;

  border-bottom:1rpx solid #ddd;

  margin-left: 15px;

}


.comment:last-child::after{

  display: none!important;

}

 没有效果


回答关注问题邀请回答
收藏

1 个回答

  • 慢动作
    慢动作
    2017-09-10

    哈哈哈,我也遇到过,但是只是在关联元素有展示隐藏时会出问题,全程都展示的话可以用,后来用js加样式糊弄了

    2017-09-10
    有用
    回复
登录 后发表内容