jquery.atwho_wev8.css
1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.atwho-view {
position: absolute;
top: 0;
left: 0;
display: none;
margin-top: 18px;
background: white;
color: black;
border: 1px solid #ddd;
border-radius: 3px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
width: 179px;
z-index: 11110 !important;
}
.atwho-view .atwho-view-list {
max-height: 173px;
overflow-x: hidden;
overflow-y: auto;
}
.atwho-view .cur {
background: #3366ff;
color: white;
}
.atwho-view .cur small {
color: white;
}
.atwho-view strong {
color: #3366ff;
}
.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 small {
font-size: smaller;
color: #777;
font-weight: normal;
}
.atwho-more {
height: 30px;
line-height: 30px;
color: #2db7f5;
text-align: center;
cursor: pointer;
border-top: 1px solid #dadada;
}