简言之,我想谈一谈:
#WRITE-USER input[type=text],
#WRITE-USER input[type=password],
#WRITE-USER input[type=email],
#WRITE-USER textarea,
#WRITE-USER select {
/* common properties */
}在这种情况下:
#WRITE-USER {
input[type=text], input[type=password], input[type=email], textarea, select {
/* common properties */
}
}有什么可以做的吗?
谢谢你的帮助。
发布于 2016-08-24 13:52:07
不是通过使用普通CSS。您需要使用像沙斯这样的预编译器来实现这一点,这允许使用这类语法,并在编译时生成简单的、非缩小的CSS。
https://stackoverflow.com/questions/39125153
复制相似问题