index.less 823 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. @import "~@less/variables.less";
  2. .wrapper {
  3. position: absolute;
  4. top: 40px;
  5. z-index: 99;
  6. background-color: #fff;
  7. padding:28px 8px 8px 8px;
  8. min-width: 300px;
  9. max-width: 680px;
  10. box-sizing: border-box;
  11. margin-bottom: 80px;
  12. .llStyle;
  13. }
  14. .btnWrap{
  15. span {
  16. display: inline-block;
  17. width: 88px;
  18. height: 44px;
  19. line-height: 44px;
  20. text-align: center;
  21. border: 1px solid transparent;
  22. box-sizing: border-box;
  23. }
  24. .sure {
  25. float: right;
  26. color: @blue;
  27. font-weight: bold;
  28. cursor: pointer;
  29. }
  30. .clear {
  31. float: left;
  32. // font-weight: bold;
  33. bottom: 0;
  34. cursor: pointer;
  35. }
  36. }
  37. .searchResult {
  38. .searchResultT {
  39. img {
  40. float: right;
  41. }
  42. }
  43. }