searchbar.less 318 B

12345678910111213141516171819
  1. @import '../cfg.less';
  2. #sh-searchbar {
  3. position: fixed;
  4. width: 240px;
  5. left: 0;
  6. bottom: 30px;
  7. background: @bg_left_search;
  8. padding: 6px 20px 5px 18px;
  9. border-top: solid 1px @bg_left * 0.9;
  10. input {
  11. background: transparent;
  12. border: 0;
  13. outline: 0;
  14. color: #fff;
  15. font-size: 13px;
  16. }
  17. }