CSS多个选择器共用一个样式_html/css
来源:动视网
责编:小采
时间:2020-11-27 16:38:52
CSS多个选择器共用一个样式_html/css
CSS多个选择器共用一个样式_html/css_WEB-ITnose:每个选择器之间用,隔开```.businessProcessItem a.userManageItem a.graphicReportItem a{ text-decoration: none; color: #474747;}```
导读CSS多个选择器共用一个样式_html/css_WEB-ITnose:每个选择器之间用,隔开```.businessProcessItem a.userManageItem a.graphicReportItem a{ text-decoration: none; color: #474747;}```

每个选择器之间用,隔开```.businessProcessItem a,.userManageItem a,.graphicReportItem a{ text-decoration: none; color: #474747;}```
CSS多个选择器共用一个样式_html/css
CSS多个选择器共用一个样式_html/css_WEB-ITnose:每个选择器之间用,隔开```.businessProcessItem a.userManageItem a.graphicReportItem a{ text-decoration: none; color: #474747;}```