25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

layer.css 1.2 KiB

4 yıl önce
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. 
  2. .lr-select-layer-page .searchBox {
  3. position: relative;
  4. top: 0;
  5. left: 0;
  6. height: 50px;
  7. padding: 10px;
  8. width: 100%;
  9. background: #f5f5f5;
  10. }
  11. .lr-select-layer-page .searchBox .icon-search {
  12. position: absolute;
  13. top: 18px;
  14. left: 20px;
  15. color: #999;
  16. z-index: 1;
  17. font-size: 12px;
  18. }
  19. .lr-select-layer-page .searchBox input {
  20. border-radius: 3px;
  21. height: 30px;
  22. line-height: 30px;
  23. width: 100%;
  24. background-color: #fff;
  25. border: none;
  26. padding-left: 30px;
  27. font-size: 12px;
  28. color: #000;
  29. }
  30. .lr-select-layer-page .searchBox input::-webkit-input-placeholder {
  31. color: #999;
  32. }
  33. .lr-select-layer-page .searchBox input::-moz-placeholder {
  34. /* Mozilla Firefox 19+ */
  35. color: #999;
  36. }
  37. .lr-select-layer-page .searchBox input:-moz-placeholder {
  38. /* Mozilla Firefox 4 to 18 */
  39. color: #999;
  40. }
  41. .lr-select-layer-page .searchBox input:-ms-input-placeholder {
  42. /* Internet Explorer 10-11 */
  43. color: #999;
  44. }
  45. .lr-select-layer-page .lr-list-item .text {
  46. line-height: 22px;
  47. }