ps-frame-father
Version:
An enterprise-class UI design language and React components implementation
25 lines (24 loc) • 463 B
CSS
.xTag {
margin-bottom: 8px;
margin-right: 8px;
display: inline-block;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 0 7px;
font-size: 12px;
line-height: 20px;
white-space: nowrap;
background-color: #fafafa;
}
.xTag.xTagHasColor {
border-color: transparent;
color: #fff;
}
.xTag.xTagHasColor .closeBtn {
color: rgba(255, 255, 255, 0.6);
}
.xTag .closeBtn {
margin-left: 5px;
color: rgba(0, 0, 0, 0.45);
cursor: pointer;
}