You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
zhishifufei_php/public/kefu-assets/components/pc/user-label/index.css

38 lines
607 B

.label-wrapper .list {
display: flex;
flex-wrap: wrap;
}
.label-wrapper .list .label-item {
margin: 10px 8px 10px 0;
padding: 3px 8px;
background: #eee;
color: #333;
border-radius: 2px;
cursor: pointer;
font-size: 12px;
}
.label-wrapper .list .label-item.on {
color: #fff;
background: #1890ff;
}
.label-wrapper .footer {
display: flex;
justify-content: flex-end;
margin-top: 40px;
}
.label-wrapper .footer button {
margin-left: 10px;
}
.label-wrapper .btn {
width: 60px;
height: 24px;
}
.label-wrapper .title {
font-size: 13px;
}