index.module.less 678 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .filterSection {
  2. background-color: #fff;
  3. padding: 11px 14px;
  4. display: flex;
  5. align-items: center;
  6. justify-content: space-between;
  7. .dataItem {
  8. font-size: 14px;
  9. color: #333333;
  10. line-height: 20px;
  11. }
  12. :global {
  13. .van-button--primary {
  14. background-color: #e0f7f3 !important;
  15. border-color: #e0f7f3;
  16. display: inline-flex;
  17. }
  18. .van-button--default {
  19. background-color: #f3f4f5;
  20. border-color: #f3f4f5;
  21. }
  22. .iconfont-down:before {
  23. // transform: scale(0.6);
  24. display: inline-block;
  25. }
  26. }
  27. }
  28. .btn {
  29. padding: 5px 14px;
  30. & + .btn {
  31. margin-left: 10px;
  32. }
  33. }