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.
38 lines
607 B
38 lines
607 B
10 months ago
|
.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;
|
||
|
}
|