KuangPF/mpvue-weui

List组件上下那个线颜色不好看

651584008 opened this issue · 1 comments

List组件上下那个线颜色不好看,怎么修改不动呢 也不是有类名 也不是border 就是position ,好难改哦

线的颜色是 weui-cells 的伪元素

.weui-cells:before {
  top: 0;
  border-top: 1rpx solid #d9d9d9;
}
.weui-cells:after {
  bottom: 0;
  border-bottom: 1rpx solid #d9d9d9;
}

.weui-cells:before {