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.
 
 
 
 
 
 

59 lines
1.3 KiB

  1. .lr-select-company-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-company-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-company-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-company-page .searchBox input::-webkit-input-placeholder {
  30. color: #999;
  31. }
  32. .lr-select-company-page .searchBox input::-moz-placeholder {
  33. /* Mozilla Firefox 19+ */
  34. color: #999;
  35. }
  36. .lr-select-company-page .searchBox input:-moz-placeholder {
  37. /* Mozilla Firefox 4 to 18 */
  38. color: #999;
  39. }
  40. .lr-select-company-page .searchBox input:-ms-input-placeholder {
  41. /* Internet Explorer 10-11 */
  42. color: #999;
  43. }
  44. .lr-select-company-page .lr-list-item:after {
  45. display: none;
  46. }
  47. .lr-select-company-page .lr-list-item {
  48. min-height: 36px;
  49. line-height: 36px;
  50. }