@tagPrefixCls: e-tag;
.@{tagPrefixCls} {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  border-radius: 12px;
  background: #DFF1FF;
  border: 1px solid #89BBE0;
  color: #4F95C7;
  font-size: 12px;
  padding: 0 16px;
  margin: 0 7px 12px 0;
  .close-icon{
    font-size: 12px;
    margin-left: 8px;
    width: 10px;
    height: 10px;
    color: #4F95C7;
    cursor: pointer;
  }
}