ReactReact中Css几种实现方案本页总览React中Css几种实现方案全局样式 与传统 html 标签类属性不同,react 中 class 必须编写为 className,比如 全局 css .box { background-color:red; width:300px; height:300px;}