ionic tab选项卡置于顶部




      
        
          

等额本息内容

等额本金内容

.mortgagetab  .tabs{
    top:0;
    border:0;
    background:none;

}
.mortgagetab .tab-item {
    max-width:220px;
}
    .mortgagetab .tabs a:nth-child(odd) {
        border-right:1px solid #ea5504;
    }
    .mortgagetab .tabs .tab-item-active {
        background:#ea5504;
    }
    .mortgagetab .tabs .tab-item-active > span {
        color:#fff; 
    }
.mortgagetab .has-tabs-top {
    top:50px;
}


 
 

你可能感兴趣的:(ionic)