index.module.less 465 B

1234567891011121314151617181920212223242526272829
  1. .theTitle {
  2. display: flex;
  3. align-items: center;
  4. padding: 15px 0;
  5. .title {
  6. font-size: 18px;
  7. font-weight: bold;
  8. color: #1d1f26;
  9. }
  10. .img {
  11. display: inline-block;
  12. width: 21px;
  13. height: 14px;
  14. margin-left: 4px;
  15. }
  16. .more {
  17. display: flex;
  18. align-items: center;
  19. margin-left: auto;
  20. font-size: 16px;
  21. color: #1d1f26;
  22. font-weight: 400;
  23. :global {
  24. .van-icon {
  25. margin-left: 6px;
  26. }
  27. }
  28. }
  29. }