You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

94 lines
2.2 KiB

  1. .lr-select-user-page .searchBox {
  2. position: relative;
  3. top: 0;
  4. left: 0;
  5. height: 50px;
  6. padding: 10px;
  7. width: 100%;
  8. background: #f5f5f5;
  9. }
  10. .lr-select-user-page .searchBox .icon-search {
  11. position: absolute;
  12. top: 18px;
  13. left: 20px;
  14. color: #999;
  15. z-index: 1;
  16. font-size: 12px;
  17. }
  18. .lr-select-user-page .searchBox input {
  19. border-radius: 3px;
  20. height: 30px;
  21. line-height: 30px;
  22. width: 100%;
  23. background-color: #fff;
  24. border: none;
  25. padding-left: 30px;
  26. font-size: 12px;
  27. color: #000;
  28. }
  29. .lr-select-user-page .searchBox input::-webkit-input-placeholder {
  30. color: #999;
  31. }
  32. .lr-select-user-page .searchBox input::-moz-placeholder {
  33. /* Mozilla Firefox 19+ */
  34. color: #999;
  35. }
  36. .lr-select-user-page .searchBox input:-moz-placeholder {
  37. /* Mozilla Firefox 4 to 18 */
  38. color: #999;
  39. }
  40. .lr-select-user-page .searchBox input:-ms-input-placeholder {
  41. /* Internet Explorer 10-11 */
  42. color: #999;
  43. }
  44. .lr-select-user-page .lr-user-list {
  45. position: relative;
  46. width: 100%;
  47. }
  48. .lr-select-user-page .lr-list-item:after {
  49. display: none;
  50. }
  51. .lr-select-user-page .lr-list-item.lr-list-item-onlyuser:after {
  52. display: block;
  53. }
  54. .lr-select-user-page .lr-list-item {
  55. min-height: 36px;
  56. line-height: 36px;
  57. }
  58. .lr-select-user-page .lr-list-item.user {
  59. position: relative;
  60. height: 43px;
  61. line-height: 43px;
  62. padding-left: 40px;
  63. }
  64. .lr-select-user-page .lr-list-item.lr-list-item-onlyuser {
  65. position: relative;
  66. padding-left: 54px;
  67. }
  68. .lr-select-user-page .lr-list-item.user img {
  69. position: absolute;
  70. top: 6px;
  71. left: 0;
  72. width: 30px;
  73. height: 30px;
  74. border-radius: 50%;
  75. }
  76. .lr-select-user-page .lr-list-item.lr-list-item-onlyuser img {
  77. position: absolute;
  78. top: 6px;
  79. left: 14px;
  80. width: 30px;
  81. height: 30px;
  82. border-radius: 50%;
  83. }