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.
52 lines
938 B
52 lines
938 B
@transfer-prefix-cls: ~"@{css-prefix}transfer";
|
|
|
|
.@{transfer-prefix-cls} {
|
|
|
|
&-list {
|
|
|
|
border: 1px solid #e9e9e9;
|
|
border-radius: 6px;
|
|
|
|
&-header {
|
|
padding: 13px 20px 14px 20px;
|
|
border-radius: 5px 5px 0 0;
|
|
background: #fff;
|
|
color: #666;
|
|
border-bottom: 1px solid #e9e9e9;
|
|
}
|
|
|
|
&-body {
|
|
font-size: 12px;
|
|
line-height: 1.5;
|
|
height: 190px;
|
|
overflow-y: scroll;
|
|
|
|
ul {
|
|
li {
|
|
padding: 7px 16px;
|
|
|
|
.extra-holder {
|
|
display: none;
|
|
}
|
|
|
|
&:hover {
|
|
cursor: pointer;
|
|
background-color: #eef9fe;
|
|
|
|
.extra-holder {
|
|
float: right;
|
|
display: inline-block;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
&-footer {
|
|
border-top: 1px solid #e9e9e9;
|
|
padding: 8px 20px 16px 10px;
|
|
text-align: right;
|
|
border-radius: 0 0 5px 5px;
|
|
}
|
|
}
|
|
}
|
|
|