说明:
- 我之前求教过类似的代码片段: 求外观代码:精简外观设置界面(颜色、字号设置界面) ,但是不知道为什么在我另一台电脑上是失效的。
- 所以我想问下有没有其他的实现方式。
这个是在我另台电脑上失效的 CSS:
.protyle-util .protyle-font > div:nth-child(n+1):nth-child(-n+6),
.protyle-util .protyle-font > div:nth-child(n+9):nth-child(-n+24),
.protyle-util .protyle-font > div:nth-child(7) > button.ariaLabel {
display: none;
}
失效的样子: