@import '@/styles/common.scss'; 
 | 
.bole-menu-wrapper { 
 | 
  font-size: 24px !important; 
 | 
  color: boleGetCssVar('text-color', 'primary'); 
 | 
  
 | 
  .nut-menu__title-icon { 
 | 
    color: boleGetCssVar('text-color', 'secondary'); 
 | 
  } 
 | 
  
 | 
  .nut-menu__title.active { 
 | 
    .nut-menu__title-icon { 
 | 
      color: boleGetCssVar('color', 'primary'); 
 | 
    } 
 | 
  } 
 | 
  
 | 
  &.nut-menu { 
 | 
    .nut-menu__bar { 
 | 
      box-shadow: none; 
 | 
      // padding: 0 48rpx; 
 | 
      padding: 0; 
 | 
      justify-content: space-between; 
 | 
      background-color: transparent; 
 | 
      .nut-menu__item { 
 | 
        flex: none; 
 | 
        .nut-menu__title-text { 
 | 
          padding-left: 0; 
 | 
          font-size: 26rpx; 
 | 
          color: #000; 
 | 
        } 
 | 
      } 
 | 
  
 | 
      &.around { 
 | 
        padding: 0 96rpx; 
 | 
      } 
 | 
    } 
 | 
  
 | 
    .nut-menu-item__content { 
 | 
      &.noPadding { 
 | 
        padding: 0; 
 | 
      } 
 | 
    } 
 | 
  } 
 | 
} 
 |