jquery.atwho.css 822 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .atwho-view {
  2. position:absolute;
  3. top: 0;
  4. left: 0;
  5. display: none;
  6. margin-top: 18px;
  7. background: white;
  8. border: 1px solid #DDD;
  9. border-radius: 3px;
  10. box-shadow: 0 0 5px rgba(0,0,0,0.1);
  11. min-width: 120px;
  12. z-index: 10;
  13. }
  14. .atwho-view .cur {
  15. background: #3366FF;
  16. color: white;
  17. }
  18. .atwho-view .cur small {
  19. color: white;
  20. }
  21. .atwho-view strong {
  22. color: #3366FF;
  23. }
  24. .atwho-view .cur strong {
  25. color: white;
  26. font:bold;
  27. }
  28. .atwho-view ul {
  29. /* width: 100px; */
  30. list-style:none;
  31. padding:0;
  32. margin:auto;
  33. }
  34. .atwho-view ul li {
  35. display: block;
  36. padding: 5px 10px;
  37. border-bottom: 1px solid #DDD;
  38. cursor: pointer;
  39. /* border-top: 1px solid #C8C8C8; */
  40. }
  41. .atwho-view small {
  42. font-size: smaller;
  43. color: #777;
  44. font-weight: normal;
  45. }