设置tab中的icon为自定义图标的方法

// html


  
  
    
  

  
  
    
  

   
   
    
  

  
  
    
  



// css
.tab-home1 {
  background:url(../img/tab1.png) no-repeat center;
  background-size: contain;
}
.tab-home2 {
  background:url(../img/tab2.png) no-repeat center;
  background-size: contain;
}
....

你可能感兴趣的:(设置tab中的icon为自定义图标的方法)