index.module.less 640 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. :global {
  2. .van-search {
  3. padding-left: 14px;
  4. padding-right: 14px;
  5. }
  6. }
  7. .col-search {
  8. // padding-left: 14px;
  9. // padding-right: 14px;
  10. :global {
  11. .van-field__left-icon {
  12. display: flex;
  13. align-items: center;
  14. }
  15. .van-field__right-icon {
  16. font-size: 0;
  17. }
  18. .van-search__action {
  19. display: flex;
  20. }
  21. }
  22. &.default {
  23. :global {
  24. .van-search__content {
  25. background: #f3f3f3;
  26. }
  27. }
  28. }
  29. &.white {
  30. :global {
  31. .van-search__content {
  32. background: #fff;
  33. }
  34. }
  35. }
  36. .searchBtn {
  37. padding: 0 12px;
  38. }
  39. }