以上是行内式的样式设置,渲染的结果是
当然还可以使用require直接引入.css文件的,但由于还是初学,并未涉及,以后补上
react中的条件语句的写法
1.三元表达式
在create-react-app脚手架工具里的表现为
selector{property:value/* 所有浏览器 */
property:value\9/* 所有IE浏览器 */
+property:value/* IE7 */
_property:value/* IE6 */
}
以上是行内式的样式设置,渲染的结果是
当然还可以使用require直接引入.css文件的,但由于还是初学,并未涉及,以后补上
react中的条件语句的写法
1.三元表达式
在create-react-app脚手架工具里的表现为
selector{property:value/* 所有浏览器 */
property:value\9/* 所有IE浏览器 */
+property:value/* IE7 */
_property:value/* IE6 */
}