index.less 873 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @import "~@less/variables.less";
  2. .search {
  3. .contentZIndex1;
  4. width: 316px;
  5. padding: 8px;
  6. box-sizing: border-box;
  7. position: absolute;
  8. top: 30px;
  9. background-color: #fff;
  10. // margin-bottom: 80px;
  11. .llStyle;
  12. .autoList {
  13. // max-height: 225px;
  14. // min-height: 80px;
  15. // overflow-y: auto;
  16. }
  17. input {
  18. width: 100%;
  19. height: 34px;
  20. line-height: 34px;
  21. padding: 0 32px;
  22. box-sizing: border-box;
  23. border: 1px solid #979797;
  24. }
  25. .border {
  26. border: 1px solid @blue;
  27. }
  28. .borderNone {
  29. border: 1px solid #979797;
  30. }
  31. img {
  32. position: absolute;
  33. top: 15px;
  34. }
  35. .searchVal {
  36. left: 18px;
  37. }
  38. .clearVal{
  39. cursor: pointer;
  40. right: 18px;
  41. }
  42. }
  43. .show {
  44. display:block;
  45. }
  46. .hide {
  47. display: none;
  48. }