@supports (display: -moz-box){
tr:nth-child(even){
border-bottom:2px solid #dfe6ec;
}
}
用这个能加上火狐缺少的tr的边框,设置奇数行td的右边框设置不了。
ie也不能用这个方法。有什么方法推荐的么,
如果不是strip斑马型的是可以显示的,把strip 加了个判断,
如果是火狐或edge的就不用strip,
如果就用strip斑马型有什么解决方法呢?