index.less 431 B

1234567891011121314151617181920212223242526
  1. .topCard {
  2. display: flex;
  3. align-items: center;
  4. width: 100%;
  5. .text {
  6. margin-left: 10px;
  7. .p1 {
  8. min-width: 130px;
  9. height: 22px;
  10. margin-bottom: 7px;
  11. font-weight: 700;
  12. font-size: 18px;
  13. line-height: 22px;
  14. }
  15. .p2 {
  16. min-width: 130px;
  17. height: 20px;
  18. color: rgba(0, 0, 0, 0.75);
  19. font-weight: 400;
  20. font-size: 12px;
  21. line-height: 20px;
  22. }
  23. }
  24. }