jquery.atwho-1.5.1.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. .atwho-view {
  2. position:absolute;
  3. top: 0;
  4. left: 0;
  5. display: none;
  6. margin-top: 18px;
  7. background: white;
  8. color: black;
  9. border: 1px solid #DDD;
  10. border-radius: 3px;
  11. box-shadow: 0 0 5px rgba(0,0,0,0.1);
  12. min-width: 120px;
  13. z-index: 11110 !important;
  14. }
  15. .atwho-view .atwho-header {
  16. padding: 5px;
  17. margin: 5px;
  18. cursor: pointer;
  19. border-bottom: solid 1px #eaeff1;
  20. color: #6f8092;
  21. font-size: 11px;
  22. font-weight: bold;
  23. }
  24. .atwho-view .atwho-header .small {
  25. color: #6f8092;
  26. float: right;
  27. padding-top: 2px;
  28. margin-right: -5px;
  29. font-size: 12px;
  30. font-weight: normal;
  31. }
  32. .atwho-view .atwho-header:hover {
  33. cursor: default;
  34. }
  35. .atwho-view .cur {
  36. background: #3366FF;
  37. color: white;
  38. }
  39. .atwho-view .cur small {
  40. color: white;
  41. }
  42. .atwho-view strong {
  43. color: #3366FF;
  44. }
  45. .atwho-view .cur strong {
  46. color: white;
  47. font:bold;
  48. }
  49. .atwho-view ul {
  50. /* width: 100px; */
  51. list-style:none;
  52. padding:0;
  53. margin:auto;
  54. max-height: 200px;
  55. overflow-y: auto;
  56. }
  57. .atwho-view ul li {
  58. display: block;
  59. padding: 5px 10px;
  60. border-bottom: 1px solid #DDD;
  61. cursor: pointer;
  62. /* border-top: 1px solid #C8C8C8; */
  63. }
  64. .atwho-view small {
  65. font-size: smaller;
  66. color: #777;
  67. font-weight: normal;
  68. }