@import "~antd-mobile/lib/style/themes/default.less";

.tag-group{
  overflow: hidden;
  padding: 0 10px;
}

.tag-group-item{
  float: left;
  min-width: 33.333333%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.tag-group-btn{
  line-height: 60px;
  border: @border-width-sm solid #cacaca;
  border-radius: 6px;
  font-size: 26px;
  color: #666;
  text-align: center;
  padding: 0 20px;
}

.tag-group-info{
  float: left;
  line-height: 60px;
  color: #666;
  font-size: 26px;
  padding: 0 20px;
}

:global{
  .zp-tag-select-item-btn {
    &.selected{
      border: @border-width-sm solid @brand-primary;
      color: @brand-primary;
      background: #fff;
    }
  }
}
