且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

声明CSS规则仅应用于特定类

更新时间:2022-11-26 16:53:15

只需使用后代选择器:

.datepicker-days table {
    /* this rule will only apply to `<table>` elements that are descendents of any element with class "datepicker-days" */
}