.card-widget > .ui.divider:not(.vertical):not(.horizontal):not(:first-child) {
border-top: 1px solid rgba(34, 36, 38, .05);
border-bottom: 1px solid rgba(255, 255, 255, .05);
}
子元素居然都生效了,大佬们正确写法应该是什么?
.card-widget > .ui.divider:not(.vertical):not(.horizontal):not(:first-child) {
border-top: 1px solid rgba(34, 36, 38, .05);
border-bottom: 1px solid rgba(255, 255, 255, .05);
}
子元素居然都生效了,大佬们正确写法应该是什么?