_search.scss 570 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .search-listpage-icon {
  2. font-size: 16px;
  3. color: #999;
  4. }
  5. .search-input-group {
  6. display: inline-block;
  7. margin-bottom: 0;
  8. width: 200px;
  9. vertical-align: bottom;
  10. }
  11. .search-listpage-input {
  12. }
  13. .search-top {
  14. .search-top-input-group {
  15. .search-top-input {
  16. }
  17. &:focus {
  18. width: 400px;
  19. transition: .3s ease;
  20. }
  21. }
  22. }
  23. .search-suggest {
  24. // => dicided by JS
  25. // top: 43px;
  26. // left: 125px;
  27. display: none;
  28. position: fixed;
  29. width: 500px;
  30. background: #fff;
  31. border: solid 1px #ccc;
  32. box-shadow: 0 0 2px #ccc;
  33. padding: 16px;
  34. }