单项选择题

已知wxml页面有:

在wxss文件中使用以下哪种选择器可以将其中的文字更新为红色?()

A.id{color:red;}
B..test{color:red;}
C.#test{color:red;}
D.test{color:red;}