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.
 
 
 
 
 
 

100 lines
1.9 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. }
  59. .InputBtnBox {
  60. margin: 0 15px;
  61. }
  62. .scbottom {
  63. padding-top: 15px;
  64. padding-bottom: 10px;
  65. width: 100%;
  66. color: #FFFFF4;
  67. text-align: center;
  68. font-size: 14px;
  69. background-color: #242424;
  70. position: absolute;
  71. bottom: 0;
  72. left: 0;
  73. }
  74. #bcid {
  75. background-color: #242424;
  76. width: 100%;
  77. height: 100%;
  78. }
  79. .bcidBox {
  80. position: fixed;
  81. top: 0;
  82. left: 0;
  83. bottom: 0;
  84. right: 0;
  85. z-index: 999;
  86. display: none;
  87. }