mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-07 02:46:44 +08:00
53 lines
912 B
CSS
53 lines
912 B
CSS
.atwho-view {
|
|
position:absolute;
|
|
top: 0;
|
|
left: 0;
|
|
display: none;
|
|
margin-top: 18px;
|
|
background: white;
|
|
border: 1px solid #DDD;
|
|
border-radius: 3px;
|
|
box-shadow: 0 0 5px rgba(0,0,0,0.1);
|
|
min-width: 120px;
|
|
z-index: 11110 !important;
|
|
}
|
|
|
|
.atwho-view .cur {
|
|
background: #428bca;
|
|
color: white;
|
|
}
|
|
.atwho-view .cur small {
|
|
color: white;
|
|
}
|
|
.atwho-view strong {
|
|
color: #428bca;
|
|
}
|
|
.atwho-view .cur strong {
|
|
color: white;
|
|
font:bold;
|
|
}
|
|
.atwho-view ul {
|
|
/* width: 100px; */
|
|
list-style:none;
|
|
padding:0;
|
|
margin:auto;
|
|
}
|
|
.atwho-view ul li {
|
|
display: block;
|
|
padding: 5px 10px;
|
|
border-bottom: 1px solid #DDD;
|
|
cursor: pointer;
|
|
/* border-top: 1px solid #C8C8C8; */
|
|
}
|
|
.atwho-view ul li img{
|
|
max-height:24px;
|
|
}
|
|
.atwho-view small {
|
|
font-size: smaller;
|
|
color: #777;
|
|
font-weight: normal;
|
|
}
|
|
.at-item{
|
|
text-decoration:none;
|
|
}
|