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.
 
 
 
 
 
 

64 lines
1.5 KiB

  1. .lr-contact-page {
  2. position:relative;
  3. height:100%;
  4. width:100%;
  5. }
  6. .lr-contact-page .searchBox {
  7. position: relative;
  8. top: 0;
  9. left: 0;
  10. height: 50px;
  11. padding: 10px;
  12. width: 100%;
  13. background: #f5f5f5;
  14. }
  15. .lr-contact-page .searchBox i {
  16. position: absolute;
  17. top: 19px;
  18. left: 30px;
  19. color: #999;
  20. z-index:1;
  21. font-size: 12px;
  22. }
  23. .lr-contact-page .searchBox .search {
  24. position: relative;
  25. width: 100%;
  26. height: 100%;
  27. border-radius: 3px;
  28. line-height: 30px;
  29. font-size: 14px;
  30. background-color:#fff;
  31. padding-left:42px;
  32. color:#999;
  33. }
  34. .lr-contact-page .lr-user-list {
  35. position: relative;
  36. width:100%;
  37. }
  38. .lr-contact-page .lr-list-item:after {
  39. display: none;
  40. }
  41. .lr-contact-page .lr-list-item {
  42. min-height: 36px;
  43. line-height: 36px;
  44. }
  45. .lr-contact-page .lr-list-item.user {
  46. position: relative;
  47. height: 43px;
  48. line-height: 43px;
  49. padding-left: 40px;
  50. }
  51. .lr-contact-page .lr-list-item.user img {
  52. position: absolute;
  53. top: 6px;
  54. left: 0;
  55. width: 30px;
  56. height: 30px;
  57. border-radius: 50%;
  58. }