css同时满足多个class写法
css同时满足多个class的写法(取交集)
.el-menu-item.is-active {
border-left: 5px;
border-color: #039EFD;
border-right-style: solid;
background-color: #D8F4FE;
}
css 满足其中一个class的写法(取并集)
.el-menu-item,.is-active {
border-left: 5px;
border-color: #039EFD;
border-right-style: solid;
background-color: #D8F4FE;
}
博客里大都是转载的内容,其目的主要用户知识的组织和管理。