@beisen-phoenix/lookup
Version:
---
164 lines (132 loc) • 3.5 kB
CSS
.phoenix-lookup-list {
font-family: "PingFang SC", "Hiragino Sans GB", STHeitiSC, Helvetica, "Helvetica Neue", "Microsoft YaHei", Tahoma;
padding: 10px 0 8px;
}
.phoenix-lookup-list__searchBox {
margin-bottom: 4px;
padding: 0 10px;
}
.phoenix-lookup-list__items {
min-height: 150px;
max-height: 272px;
overflow-y: auto;
position: relative;
}
.phoenix-lookup-list__items::-webkit-scrollbar {
width: 10px;
height: 10px;
}
.phoenix-lookup-list__items::-webkit-scrollbar-track {
border-radius: 100px;
background-color: transparent;
}
.phoenix-lookup-list__items::-webkit-scrollbar-thumb {
border: 2px solid transparent;
border-radius: 100px;
background-color: rgba(14, 17, 20, 0.1);
background-clip: content-box;
}
.phoenix-lookup-list__items::-webkit-scrollbar-thumb:hover {
background-color: rgba(14, 17, 20, 0.3);
}
.phoenix-lookup-list__items .phoenix-lookup-list__item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
display: -webkit-flex;
-ms-flex-wrap: wrap;
flex-wrap: nowrap;
padding: 6px 0;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__checkbox {
flex-shrink: 0;
margin-left: 10px;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__checkbox__width {
min-width: 12px;
width: 12px;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__checkbox--top {
margin-top: 8px;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__checkbox--top2 {
margin-top: 3px;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__content {
margin-left: 10px;
margin-right: 10px;
line-height: 20px;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__content__label {
color: #0E1114;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__content__sublabel {
color: #83898F;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__content__highLightCls {
background-color: rgba(250, 193, 5, 0.2);
}
.phoenix-lookup-list__items .phoenix-lookup-list__item__avatar {
flex-shrink: 0;
margin-left: 10px;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item:hover {
background-color: rgba(133, 194, 255, 0.1);
cursor: pointer;
}
.phoenix-lookup-list__items .phoenix-lookup-list__item--select {
background-color: rgba(230, 232, 235, 0.3) ;
}
.phoenix-lookup-list__items .phoenix-lookup-list__placeholder {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.phoenix-lookup-list__items .phoenix-lookup-list__placeholder-text {
text-align: center;
color: #bbbfee;
margin-top: 8px;
}
.phoenix-lookup-list__items--simpleNoSearch {
height: 250px;
}
.phoenix-lookup-list__items--simpleNoSearchNoMore {
height: 278px;
}
.phoenix-lookup-list__items--simpleOnSearch {
height: 216px;
}
.phoenix-lookup-list__items--simpleOnSearchNoMore {
height: 238px;
}
.phoenix-lookup-list__items--ex {
height: 173px;
}
.phoenix-lookup-list__items--ex-nomore {
height: 195px;
}
.phoenix-lookup-list__items--ex-nosearch {
height: 207px;
}
.phoenix-lookup-list__items--ex-nomore-nosearch {
height: 229px;
}
.phoenix-lookup-list__searchAll-tool {
text-align: right;
padding: 4px 10px 0;
}
.phoenix-lookup-list__searchAll-tool-btn {
color: #106ECC;
padding: 3px 0;
cursor: pointer;
}
.phoenix-lookup-list__footer-tool {
position: relative;
border-top: 1px solid #f0f2f5;
padding: 8px 8px 0;
overflow: hidden;
margin-top: 8px;
text-align: right;
}