【发布时间】:2012-04-07 19:59:38
【问题描述】:
我在 Twitter Bootstrap 中看到了这个选择器:
.show-grid [class*="span"] {
background-color: #eee;
text-align: center;
border-radius: 3px;
min-height: 30px;
line-height: 30px;
}
有谁知道这种技术叫什么以及它的作用是什么?
【问题讨论】:
-
许多很酷的 CSS 选择器可用:w3.org/TR/selectors/#selectors
-
类似但不完全重复,stackoverflow.com/questions/7366323/…(链接回此处)
标签: css css-selectors