React给添加元素增加样式

React给添加元素增加样式


第一种方法:




	
	React
	
    
    
    
    

 
    


第二种方法:




	
	React
	
    
    
    
  

 
    


第三种方法:




	
	React
	
    
    
    
  

 
    


第四种方法:




	
	React
	
    
    
    
  

  
    
style.js的代码:

var style={
	 str1:{"font-size":"40px",color:"green",width:"200px",height:"300px","text-align":"center",border:"1px solid gray"}
}
不提倡使用style样式及行间样式,使用外部js的方式或者原型链的比较好.


你可能感兴趣的:(react)