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.

search.css 1.9 KiB

4 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. .lr-pagedata-search-bg {
  2. position: relative;
  3. width: 100%;
  4. height: 100%;
  5. color: #666;
  6. text-align: center;
  7. padding-top: 10px;
  8. font-size: 12px;
  9. }
  10. .lr-pagedata-search-header {
  11. background-color: #efeff4;
  12. padding: 6px 92px 0 6px;
  13. }
  14. .lr-pagedata-search-header.nodata:after {
  15. display:block!important;
  16. }
  17. .lr-pagedata-search-header span {
  18. display: block;
  19. position: absolute;
  20. top: 10px;
  21. right: 52px;
  22. color: #0C86D8;
  23. font-size: 16px;
  24. }
  25. .lr-pagedata-search-header span:last-child {
  26. right: 6px;
  27. }
  28. .lr-pagedata-search-header .searchbar {
  29. position: relative;
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .lr-pagedata-search-header .searchbar .icon-search {
  34. position: absolute;
  35. left: 10px;
  36. top: 8px;
  37. font-size: 14px;
  38. color: #999;
  39. }
  40. .lr-pagedata-search-header .searchbar input {
  41. border-radius: 3px;
  42. height: 30px;
  43. line-height: 30px;
  44. width: 100%;
  45. background-color: #fff;
  46. border: none;
  47. padding-left: 30px;
  48. font-size: 12px;
  49. color: #000;
  50. }
  51. .lr-pagedata-search-header .searchbar input::-webkit-input-placeholder {
  52. color: #999;
  53. }
  54. .lr-pagedata-search-header .searchbar input::-moz-placeholder {
  55. /* Mozilla Firefox 19+ */
  56. color: #999;
  57. }
  58. .lr-pagedata-search-header .searchbar input:-moz-placeholder {
  59. /* Mozilla Firefox 4 to 18 */
  60. color: #999;
  61. }
  62. .lr-pagedata-search-header .searchbar input:-ms-input-placeholder {
  63. /* Internet Explorer 10-11 */
  64. color: #999;
  65. }