navi-new.less 622 字节
.app-navi-new{
  ion-segment{
    height: 2rem;
    width: 100%;
    --background: @color-main-background;
    margin: 0 10px;
    border-radius: 4px; 
    ion-segment-button{
      box-sizing: border-box;
      line-height: 2rem;
      position:relative;
      --border-radius: 0;  
      --indicator-box-shadow:#7eb4e6;
      --color-checked:#7eb4e6;
      --indicator-color: var(--app-background-color);
      margin-top: 0;
      --transition:none;
      ion-icon{
        font-size: 1.3rem;
        margin-right: 5px;
      }
    }
    .segment-button-checked{
      margin: 0;
      --border-radius: 4px;
    }
  }
}