【发布时间】:2019-01-04 22:10:24
【问题描述】:
所以我使用了两个使用相同选项的单独图形:
#basicMob .progress {
background: green none repeat scroll 0 0;
}
#notBasicMob .progress {
background: green none repeat scroll 0 0;
}
如何声明#basicMob 和#notBasicMob,并让.progress 影响它们?我一直在尝试这样的事情:
#basicMob,
#notBasicMob .progress {
background: green none repeat scroll 0 0;
}
但到目前为止,我还没有找到有效的方法。非常感谢。
【问题讨论】: