我可以做类似的事情:
.background {
background-color:#FF0000;
}
.text {
background;
color:#00FF00;
}
.text2 {
.background;
color:#00FF00;
}
所以我可以通过一次更改来更改 text 和 text2 背景?
我可以做类似的事情:
.background {
background-color:#FF0000;
}
.text {
background;
color:#00FF00;
}
.text2 {
.background;
color:#00FF00;
}
所以我可以通过一次更改来更改 text 和 text2 背景?