Are there any alternatives to > and * in weapp's wxss selector?

such as the question: "are there any alternatives to weapp"s wxss selector > and *?"


relation selector is not recommended.


WeChat Mini Programs does not allow wxss to use * and > to make selections. The
compromise is to add a class to the tag you want to choose.
I've started to find that it doesn't work, so I just add class .


view {
.
}

Menu