
@import './variable/index.less';
@import './cui/widget/cui_tab/cui_tab_tabbar';
.vux-badge {
  display: inline-block;
  text-align: center;
  background: @badge-bg-color;
  color: #fff;
  font-size: 24/@w2;
  height: 36/@w2;
  line-height: 38/@w2;
  border-radius: 16/@w2;
  padding: 0 12/@w2;
  background-clip: padding-box;
}
.vux-badge-single {
  padding: 0;
  width: 32/@w2;
}
